Skip to content

v1.0.0

Compare
Choose a tag to compare
@m-lundberg m-lundberg released this 08 Oct 11:13
· 38 commits to master since this release
v1.0.0
df4207a

[1.0.0] - 2021-03-20

Added

  • Function to map the error value to a different domain

  • Typing information through a stub file so that users of the library can use e.g.
    mypy to type check their code

  • This project now uses the Black code style

  • The PID class now has a __repr__() method, meaning that objects of this type can be printed
    directly for use during development

  • MANIFEST.in file to ensure all necessary files are included in the source distribution

Fixed

  • Formatting errors in the documentation due to poorly formatted docstrings