Skip to content

Releases: hktkzyx/auto-depreciation

v3.1.1

01 Jun 02:51
Compare
Choose a tag to compare

Version 3.1.1 Release Notes

Version 3.1.1 is a small release that realizes:

  • add documentation of contributing
  • replace eval with ast.literal_eval

v3.1.0

18 May 05:46
Compare
Choose a tag to compare

Release Notes

3.1.0 is a small release that realizes:

  • Refact codes to improve the code quality.
  • Round depreciation present values to 2 decimal places instead of int.

3.0.0

02 Mar 08:25
Compare
Choose a tag to compare

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)