Skip to content

Latest commit

 

History

History
111 lines (75 loc) · 3.31 KB

changelog.rst

File metadata and controls

111 lines (75 loc) · 3.31 KB

Change log

v2.0.1

Additions

  • Added testing for Python 3.9

Changes

  • Removed versioneer
  • Add more detail to documentation. (#34)

Fixes

  • Fixed versioning numbers in code and documentation (#48)

v2.0.0 (15-Dec-2020)

  • Added a change log. (#42)
  • Fix PyPI release.

v1.1.2 (01-Aug-2020)

Additions

Changes

  • Flattened namespace. This should have triggered a 1.2.0 release but the versioning wasn't updated correctly. (#32)

v1.1.1 (11-Jul-2020)

Changes

v1.1.0 (11-Jul-2020)

Additions

  • Includes new tests. (#30)

Changes

  • Implements new CIF I/O functions: load, loads, dump, dumps. (#28, #29)
  • Improved consistency in reading and writing special characters. (#21, #27)

v1.0.0 (07-Jul-2020)

Changes

  • Significant changes to API, including:
  • General code de-linting. (#1, #6, #14)
  • Updates to documentation. (#25)

Fixes

  • Fix typo in continuous integration pipeline. (#17)

v0.0.1 (05-Jul-2020)

Initial release.