All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning and PEP 440.
- Added changelog.
- Added py.typed into release files per PEP 561 so
mypy
will recognize fixedpoint as a typed package.
- Added py.typed into fixedpoint directory
- Added py.typed as package_data in setup.cfg.
- Added installation instructions in the documentation.
- Initial release.