Skip to content

Latest commit

 

History

History
71 lines (59 loc) · 2.62 KB

CHANGELOG.rst

File metadata and controls

71 lines (59 loc) · 2.62 KB

Changelog

Version 0.7.1

  • fix wrong unit display in widget (issue #43)

Version 0.7.0

Version 0.6.3

  • fix error with Django 3.2 (issue #36)
  • remove PrecisionError
  • restructure function a bit, add more type annotations

Version 0.6.2

  • only a internal technical release as the PyPi token had to be removed due to security breach before and no new token was set before releasing 0.6.1

Version 0.6.1

Version 0.6

  • Added DecimalQuantityField
  • Improved Testing a lot, the different field types are tested individually. Now we have a total of 142 tests covering 98% of the code.

Version 0.5

  • API Change: Units are now defined project wide in settings and not by defining ureg for Fields
  • Change of Maintainer to Carli* Freudenberg
  • Ported code to work with current version of Django (2.2., 3.0, 3.2) and Python (3.6 - 3.9)
  • added test for merge requests
  • use black to format code
  • using pytest instead of deprecated django-nose
  • Allow custom ureg and integer unit field (merge request #11 from jonashaag)
  • pass base_unit from field to widget (merge request #5 from cornelv)
  • now using PyScaffold for versioned release
  • added documentation and uploaded to readthedocs.org
  • using pre-commit (also in CI)
  • improved travis ci builds
  • Created Changelog file

Version 0.4