Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

52 lines (34 loc) · 2.85 KB

Changelog

v3.1.0

Fixes

  • CLI: update to be compatible with aiida-core==2.1 [#112]

Dependencies

  • Add support for Python 3.11 [#113]
  • Update requirement to aiida-core~=2.0 [#109]

DevOps

  • Move the source directory into src/ [#110]
  • Fix the continuous-deployment workflow [#114]

v3.0.0

Changes

v2.2.0

Changes

DevOps

  • Devops: add GitHub Actions workflow for continuous deployment [6771fe7b]
  • Adopt PEP 621 and move fully to pyproject.toml for package build specification [d5baf42c]
  • Move build of documentation directly on ReadTheDocs [c246071c]
  • CI: update the pre-commit configuration, dropping prospector, adding flynt and isort [ff82141e]
  • CI: update the GHA workflow, updating action dependencies and cleaning up unnecessary installs [a11381be]
  • Dependencies: update requirements for sphinx and jinja2 for the docs build [e8f4c537]

v2.1.0

Changes

  • Drop Python 2 support, now only support Python 3.5, 3.6, 3.7 and 3.8 [#95]
  • CifCleanWorkChain: use lambdas for ports with node defaults [#100]

DevOps

  • CI: remove explicit install of system requirements by services [#104]
  • Move CI from Travis to GitHub actions [#3949]

v2.0.0

First release to be compatible with aiida-core>=1.0.0 and Python 3.