Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTArthur committed Feb 24, 2022
1 parent 98dc349 commit 1c1a289
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
0.2.0
-----
Adds :py:func:`vsfieldkit.bob` deinterlacer.

0.1.0
-----
First release. :py:meth:`vsfieldkit.scan_interlaced` and some nifty utilities.
First release. :py:func:`vsfieldkit.scan_interlaced` and some nifty utilities.
2 changes: 1 addition & 1 deletion vsfieldkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from vsfieldkit.util import (assume_bff, assume_progressive, assume_tff,
double, group_by_combed, group_by_field_order)

VERSION = 0, 1, 0
VERSION = 0, 2, 0

SCAN_BLENDED = ChromaSubsampleScanning.SCAN_BLENDED
SCAN_LATEST = ChromaSubsampleScanning.SCAN_LATEST
Expand Down

0 comments on commit 1c1a289

Please sign in to comment.