- **Pre-Release Update:** - (somewhat) Fixed `VideoWriter` class. Working on `cuda` for now, but `cpu` still has incorrect output. - Added `VideoWriter`, and `LogLevel` definitions to `.pyi` stub file. - Adjusted github actions to publish to `pypi`.
- **Pre-Release Update:** - Added `buffer_size` and `stream` arguments. - Choose Pre-Decoded Frame buffer size, and pass your own cuda stream. - Some random cleanup and small refactorings.
0.3.1
- **Pre-Release Update:** - Adjusted Frame Range End in `VideoReader` to be exclusive to match `cv2` behavior. - Removed unnecessary error throws. - **Encoder Functionality:** Now fully operational for both CPU and CUDA.
0.3.0
- **Pre-Release Update:** - Renamed from `ffmpy` to `CeLux`. - Created official `pypi` release. - Refactored to split `cpu` and `cuda` backends.
0.2.6
- **Pre-Release Update:** - Removed `Numpy` support in favor of `PyTorch` tensors with GPU/CPU support. - Added `NV12ToBGR`, `BGRToNV12`, and `NV12ToNV12` conversion modules. - Fixed several minor issues. - Updated documentation and examples.