3.0.0
Release Notes
This is a BREAKING CHANGE release. The project is now deployed in the PyPI
3.0.0 (2022-03-02)
Bugs fixed:
- fix rounding error in depreciation value using decimal arithmetic (2e40958)
Code refactoring:
- re-manage project structure to standard python package project(
84bcbd2)
Build system:
- pyproject.toml: add pypi package information(
de89147) - pyproject.toml: add develop dependencies
mike(2ebc69a) - pyproject.toml: change develop dependencies(
e826a52) - commitizen config(
a4f08b5) - use
poetryfor dependencies management(71bb80f)
Documentation:
- README: change document website(
d9f8d25) - readthedocs.yml: remove readthedocs config file(
b23327c) - migrate documentation to mkdocs(
edc466a)
Style:
BREAKING CHANGES:
- standard python package project
Contributors
Pull request merged
- Fix rounding error in depreciation value using decimal arithmetic (#3)