Skip to content

Latest commit

 

History

History
118 lines (77 loc) · 2.82 KB

versions.rst

File metadata and controls

118 lines (77 loc) · 2.82 KB

Version History

.. automodule:: vsutil
   :noindex:

0.7.0

0.6.0

  • Add constant for std.Expr variables
  • Lots of documentation changes
  • Improve internal enum usage

0.5.0

  • Split single __init__.py file into submodules.
  • New functions:

0.4.0

  • New functions:
  • Changes to existing functions:
    • Removed functools.reduce usage in :func:`iterate`, fixing type-hinting and disallowing negative count.
    • Dithering logic in :func:`depth` is now handled in a separate private function.
  • Bug fixes:
    • Will no longer dither for 8-bit full-range to 16-bit full-range conversions in :func:`depth`.

0.3.0

0.2.0

0.1.0