v1.0.0
[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