Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@dixonjoel dixonjoel released this 02 Oct 20:14
· 4 commits to master since this release
d33f3d2

Improvements

  • Add support for Python 3.10-3.13 and drop Python 3.7-3.8 (#44 #53)
  • Add type hints (#43 #45)
  • Add support for copy and pickle (#51)

Bug Fixes

  • Fix infinite recursion with copy/pickle when running under PyPy (#56)
  • Fix comparisons against unknown types (#62)

Internal Changes

  • Adopt ni-python-styleguide (#58)
  • Migrate to Poetry and enable documentation generation (#59)
  • Update GitHub workflows (#63)
  • Add security policy (#66)
  • Begin using Renovate for dependency updates (#70)
  • Add code owners file (#67)
  • hightime: Migrate pyproject.toml to Poetry 2.x format (#92)
  • Bump package to 1.0.0 for stable release (#97)

New Contributors

Full Changelog: v0.2.2...v0.3.0