This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
src/ffmpegio_plugin_numpy Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55
66## [ Unreleased]
77
8+ ## [ 0.4.0] - 2022-02-22
9+
10+ ### Changed
11+
12+ - Matching the ` ffmpegio ` version bump
13+
814## [ 0.3.3] - 2022-02-18
915
1016### Changed
@@ -16,13 +22,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1622### Added
1723
1824- Added ` squeeze ` argument to ` bytes_to_video ` and ` bytes_to_audio ` hooks
25+
1926## [ 0.3.0] - 2022-02-13
2027
2128### Added
2229
2330- First release.
2431- A plugin to convert raw media I/O data of ` ffmpegio ` to use ` numpy.ndarray ` objects.
2532
26- [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.3 ...HEAD
27- [ v0.3.3 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.1...v0.3.3
33+ [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.4.0 ...HEAD
34+ [ v0.3.3 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.1...v0.4.0
2835[ v0.3.1 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.0...v0.3.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = attr: ffmpegio_plugin_numpy.__version__
44description = Media I/O with FFmpeg and NumPy array
55long_description_content_type = text/x-rst
66long_description = file: README.rst
7- keywords = multimedia
7+ keywords = multimedia, ffmpeg
88license = GPL-2.0 License
99url =https://python-ffmpegio.github.io/python-ffmpegio
1010project_urls =
Original file line number Diff line number Diff line change 88
99hookimpl = HookimplMarker ("ffmpegio" )
1010
11- __version__ = "0.3.3 "
11+ __version__ = "0.4.0 "
1212
1313__all__ = [
1414 "video_info" ,
You can’t perform that action at this time.
0 commit comments