Skip to content

Releases: dmarx/keyframed

0.2.8

02 Feb 17:44
Compare
Choose a tag to compare

tuple/list init syntax for ParameterGroup/Container

0.2.7

02 Feb 17:11
Compare
Choose a tag to compare

more (and more pythonic) reductions

0.2.6

02 Feb 08:59
19321a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

0.2.5

01 Feb 22:02
e5ee99f
Compare
Choose a tag to compare

What's Changed

  • Improvements to Composition and Curve.init by @dmarx in #40

Full Changelog: v0.2.4...v0.2.5

0.2.4

24 Jan 22:26
3c7081e
Compare
Choose a tag to compare

What's Changed

  • moved __len__ to .duration to accomodate floats by @dmarx in #34

Full Changelog: v0.2.3...v0.2.4

0.2.3

24 Jan 05:58
44c0a94
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

0.2.2

23 Jan 20:21
40dd568
Compare
Choose a tag to compare

What's Changed

  • added SmoothCurve, plotting, and labels by @dmarx in #28

Full Changelog: v0.2.1...v0.2.2

0.2.1

13 Jan 19:18
22ff6c6
Compare
Choose a tag to compare
  • confused myself and had EaseOut inverting the x domain
  • fixed a bug where the presence of an easing function would cause a Curve with fewer than 2 Keyframes to raise an error on calls to __getitem__

0.2.0

13 Jan 15:46
222f1c6
Compare
Choose a tag to compare
  • removed Prompt class - out of scope
  • tidied up, code golf, type hints

0.1.9

13 Jan 06:36
Compare
Choose a tag to compare
v0.1.9

getiitem not return Keyframe objs