Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: eoyilmaz/timecode

Tags

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #54 from austinwitherspoon/add-type-hints

Add type hints, and restrict package to 3.7+

1.4.0

Toggle 1.4.0's commit message
- Bumped up version number.

1.3.2

Toggle 1.3.2's commit message
- Updated readme to clarify the supported frame formats.

1.3.1

Toggle 1.3.1's commit message
* **Fix:** Fixed 23.98, 29.97 DF, 29.97 NDF, 59.94 and 59.94 NDF roll…

…over to ``00:00:00:00`` after 24 hours.

1.3.0

Toggle 1.3.0's commit message
* **Fix:** Fixed a huge bug in 29.97 NDF and 59.97 NDF calculations i…

…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!)

1.2.5

Toggle 1.2.5's commit message
* **Fix:** Fixed ``Timecode.float`` property for drop frames.

1.2.4

Toggle 1.2.4's commit message
* **Update:** It is now possible to supply a ``Fraction`` instances f…

…or the ``framerate`` argument.

1.2.3

Toggle 1.2.3's commit message
1.2.3

=====
* **Update:** Passing ``frames=0`` will now raise a ValueError. This hopefully
  will clarify the usage of the TimeCode as a duration. If there is no
  duration, hence the ``frames=0``, meaning that the number of frames of the
  duration that this TimeCode represents is 0, which is meaningless.
* **Update:** Also added some validation for the ``frames`` property
  (oh yes it is a property now).

0.4.2

Toggle 0.4.2's commit message
* **Update:** Version bump for PyPI.

0.4.1

Toggle 0.4.1's commit message
* **Fix:** Fixed a test that was testing overloaded operators.