Skip to content

Commit ab3de5e

Browse files
committed
* **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 parent 96a8c03 commit ab3de5e

3 files changed

Lines changed: 779 additions & 219 deletions

File tree

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Changes
33
=======
44

5+
1.3.0
6+
=====
7+
8+
* **Fix:** Fixed a huge bug in 29.97 NDF and 59.97 NDF calculations introduced
9+
in v1.2.3.
10+
11+
* **Fix:** Fixed ``Timecode.framerate`` when it is given as ``23.98``. The
12+
``framerate`` attribute will not be forced to ``24`` and it will stay
13+
``23.98``.
14+
15+
* **Update:** ``Timecode.tc_to_frames()`` method now accepts Timecode instances
16+
with possibly different frame rates then the instance itself.
17+
18+
* **Fix:** Fixed ``Timecode.div_frames()`` method.
19+
20+
* **Update:** Test coverage has been increased to 100% (yay!)
21+
522
1.2.5
623
=====
724

0 commit comments

Comments
 (0)