Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.04 KB

CHANGES.rst

File metadata and controls

50 lines (35 loc) · 2.04 KB

Release Notes

Changelog entries for the development version are available at https://holospy.readthedocs.io/en/latest/changes.html

.. towncrier-draft-entries:: |release| [UNRELEASED]

0.1.1 (2023-12-02)

Bug Fixes

  • Fix getting version from metadata (#16)

Maintenance

  • Use towncrier to manage release notes and improve setting dev version (#17)

0.1 (2023-11-15)

  • Add pre-commit configuration file (#4)
  • Format code using black and add workflow to check formatting (#3).
  • Add GitHub workflows to tests and build packages (#2).
  • Rename the max_workers argument to num_workers (#9)
  • Setup codecov to measure coverage (#10)
  • Add badges for tests, codecov and docs (#11)
  • Add workflow to build and push documentation (#13)
  • Consolidate package metadata in pyproject.toml (#14)
  • Use setuptools_scm to set holospy version at build time (#14)
  • Add package and test workflow (#14)
  • Add python 3.12 (#14)
  • Add release workflow (#14)

Initiation (2023-07-23)