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

  • Minor update of version number in setup.py.

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:
    • PEP8-complaint class and function naming
    • Improved pdbx.reader use of StopIteration. (#22, #23)
    • Simplification of module structure. (#19, #24, #26)
    • Removal of redundant tests and conversion of testing to pylint.
  • 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.