Skip to content

Commit

Permalink
* **Fix:** Fixed a huge bug in 29.97 NDF and 59.97 NDF calculations i…
Browse files Browse the repository at this point in the history
…ntroduced

  in v1.2.3.

* **Fix:** Fixed ``Timecode.framerate`` when it is given as ``23.98``. The
  ``framerate`` attribute will not be forced to ``24`` and it will stay
  ``23.98``.

* **Update:** ``Timecode.tc_to_frames()`` method now accepts Timecode instances
  with possibly different frame rates then the instance itself.

* **Fix:** Fixed ``Timecode.div_frames()`` method.

* **Update:** Test coverage has been increased to 100% (yay!)
  • Loading branch information
eoyilmaz committed Nov 2, 2020
1 parent 96a8c03 commit ab3de5e
Show file tree
Hide file tree
Showing 3 changed files with 779 additions and 219 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changes
=======

1.3.0
=====

* **Fix:** Fixed a huge bug in 29.97 NDF and 59.97 NDF calculations introduced
in v1.2.3.

* **Fix:** Fixed ``Timecode.framerate`` when it is given as ``23.98``. The
``framerate`` attribute will not be forced to ``24`` and it will stay
``23.98``.

* **Update:** ``Timecode.tc_to_frames()`` method now accepts Timecode instances
with possibly different frame rates then the instance itself.

* **Fix:** Fixed ``Timecode.div_frames()`` method.

* **Update:** Test coverage has been increased to 100% (yay!)

1.2.5
=====

Expand Down

0 comments on commit ab3de5e

Please sign in to comment.