Skip to content

v1.0.0

Compare
Choose a tag to compare
@neutrinoceros neutrinoceros released this 15 Jan 16:04
· 523 commits to main since this release
6858cc8

What's Changed

The API is now declared stable and any future intentionally breaking change
will follow a deprecation cycle.

  • DEPR: drop support for Python 3.6 and 3.7, inifix now requires Python 3.8 or newer
  • DEPR: end deprecation cycle for function arguments marked as "future-potisional-only"
  • ENH: simplify internal logic (remove a non-user facing class, InifixConf)
  • TYP: add mypy conf, add missing type annotations

Full Changelog: v0.11.2...v1.0.0