Skip to content

v1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 05:36
· 3 commits to master since this release
  • Change the context setting of decimal to be local to the get_integer_digit function, not global: #59 (Thanks to @benjaminrigaud)
  • Add GitHub Actions workflows for building and publishing to PyPI/TestPyPI and signing with sigstore
  • Drop support for Python 3.7/3.8
  • Add support for Python 3.12/3.13
  • Update minimum typepy version to 1.3.2
  • Modify to use setuptools_scm for package build
  • Improve type annotations
  • Refactor deprecated @abstractproperty to use @property and @abstractmethod decorators
  • Use Final for constants and type hints across the codebase
  • Update copyright years

Full Changelog: v1.0.1...v1.0.2