Skip to content

3.0.0

Choose a tag to compare

@hktkzyx hktkzyx released this 02 Mar 08:25
· 29 commits to master since this release

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 poetry for dependencies management(71bb80f)

Documentation:

  • README: change document website(d9f8d25)
  • readthedocs.yml: remove readthedocs config file(b23327c)
  • migrate documentation to mkdocs(edc466a)

Style:

  • auto_depreciation_test.py: reformat by latest yapf(6c83c1f)
  • reformat the files(b8bc221)

BREAKING CHANGES:

  • standard python package project

Contributors

Pull request merged

  • Fix rounding error in depreciation value using decimal arithmetic (#3)