Skip to content

Releases: daltonmaag/statmake

v2.0.1

02 Jan 10:41

Choose a tag to compare

What's Changed

Fixed

  • Make type hint for Axis.locations covariant - saves type checkers complaining when using a list without all three supported location types

Full Changelog: v2.0.0...v2.0.1

v2.0.0

02 Jan 10:40

Choose a tag to compare

What's Changed

⚠️ BREAKING CHANGE ⚠️

Removed

  • Axis.ordering - the field is too error-prone and not ultimately necessary when you can just re-order axes within the Stylespace

Full Changelog: v1.1.1...v2.0.0

v1.1.1

02 Jan 10:38

Choose a tag to compare

What's Changed

Deprecated

  • Axis.ordering - the field is too error-prone and not ultimately necessary when you can just re-order axes within the Stylespace

Full Changelog: v1.1.0...v1.1.1

v1.1.0

28 May 14:01
ff5ab94

Choose a tag to compare

What's Changed

Added

  • Allow Stylespaces to optionally provide elided fallback names as text like other names, instead of only as a raw ID

Fixes

  • Raise an error instead of making an invalid STAT if Stylespaces provide an ID for the elided fallback name that doesn't exist in the TTF

Full Changelog: v1.0.1...v1.1.0

v1.0.1

22 Jan 11:00

Choose a tag to compare

Fix typo in command name. Closes #49.

v1.0.0

21 Jan 16:31
2b9439c

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v1.0.0

v0.6.0

06 Dec 20:20
1673fe8

Choose a tag to compare

What's Changed

Internal changes, but the new minimum cattrs version (to fix #42 harder) may be an indirect API break.

Full Changelog: v0.5.1...v0.6.0

v0.5.1

17 Jun 19:32

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

17 May 16:46

Choose a tag to compare

What's Changed

Mostly internal details.

  • build: Do not depend on full poetry by @jtojnar in #41
  • Housekeeping by @madig in #43:
    • Update dependencies
    • Turn off cattrs 22.1.0's default detailed validation because it takes over exceptions, which may break API consumers
    • Add a multilingual test which was unused.

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.0

02 Nov 11:50

Choose a tag to compare

What's Changed

  • Make Python 3.7+ only to avoid old cattrs
  • Add serialization by @madig in #38

Full Changelog: v0.3.0...v0.4.0