From b1ad00ea38cbb66e75c52c856686235d627cc0f8 Mon Sep 17 00:00:00 2001 From: iejMac Date: Sun, 17 Jul 2022 19:05:25 +0000 Subject: [PATCH] Release 2.0.0 --- HISTORY.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index c1edbba..421223d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/setup.py b/setup.py index 9c74dea..3df7eb6 100644 --- a/setup.py +++ b/setup.py @@ -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,