Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iejMac committed Mar 22, 2023
1 parent 137d0e1 commit c142d74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.1.0

* Implemented many subsamplers
* Tested on 3 datasets
* Good DataLoader
* Distributing with spark and multiprocessing
* Multistage setup works

## 1.0.0

* it works a bit
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _read_reqs(relpath):
name="video2dataset",
packages=find_packages(),
include_package_data=True,
version="1.0.0",
version="1.1.0",
license="MIT",
description="Easily create large video dataset from video urls",
long_description=long_description,
Expand Down

0 comments on commit c142d74

Please sign in to comment.