Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iejMac committed Jul 17, 2022
1 parent 976cef3 commit b1ad00e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.0

* Use single SharedQueue to store frames
* FrameReader iterates over video frames instead of frame blocks
* Fixed shared memory errors

## 1.1.0

* Allow user to specify thread count
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="video2numpy",
packages=find_packages(),
include_package_data=True,
version="1.1.0",
version="2.0.0",
license="MIT",
description="A python template",
long_description=long_description,
Expand Down

0 comments on commit b1ad00e

Please sign in to comment.