Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 02:44
· 297 commits to master since this release

Added

  • Allow specification of the input array dimension order.
  • Add Jekyll Documentation in gh-pages branch.
  • Added a VSGAN Jupyter Notebook (Colab), with an Open in Colab Badge on the README.

Changed

  • Drop support for Python versions older than 3.6.2, due to bugs discovered in NumPy.
  • Replace setup.py/setuptools with Poetry.
  • Rename cv2_imread to frame_to_np, don't reverse to BGR as it's unnecessary.
  • More efficiently write an array to a VapourSynth VideoFrame.
  • Inherit output clip properties from input clip.
  • Moved README's information to the docs.
  • Reworked the CD GitHub Workflow to auto-create a GitHub Release and push to PyPI.

Removed

  • Remove the need for plane_count, now gets it from the input frame.
  • Don't define the transposes, it's unnecessary.

Fixed

  • Fixed a bug with frame plane access on VapourSynth API 4.