Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Feb 8, 2024
1 parent 9fd5086 commit 9538e4e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.3.0

* Whisper: Small fixes + CI fix (@iejmac)
* Whisper: Allow input_format=table (@iejmac)
* YtDownloader: don't print warnings (@iejmac)
* SLURM improvments, audio fixes (@m-bain)
* Support non-youtube video platforms (@vinyesm)
* ClippingSubsampler: fix d-type change of "clips" (@SCZwangxiao)
* Resolution subsampler passes through metadata (@MattUnderscoreZhang)
* Added width and height options for ResolutionSubsampler (@MattUnderscoreZhang)
* Fix for audio sampler never called (@vinyesm)
* Add support for subtitles from multiple languages (@sramshetty)
* Clipping subsampler refactor (@MattUnderscoreZhang)
* Subset worker refactor (@MattUnderscoreZhang)

## 1.2.0

Official Release of video2dataset v1
Expand Down
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.2.0",
version="1.3.0",
license="MIT",
description="Easily create large video dataset from video urls",
long_description=long_description,
Expand Down

0 comments on commit 9538e4e

Please sign in to comment.