Skip to content

Releases: Data-Only-Greater/convergence

v0.4.1

14 Jan 14:31
Compare
Choose a tag to compare

🐛

  • 🐛 Fix use of incorrect formula for Interface.get_resolution (#11) (d645154)

Other

  • Don't allow the actions-user to trigger the release event (3a23699)

v0.4.0

14 Jan 10:52
Compare
Choose a tag to compare

📈

  • 📈 Add get_resolution method to Interface. (#10) (3421a9f)

Other

  • Use job name rather than workflow name (7dd8152)
  • Try a different way of gating the release step (04e1adf)
  • Only run on primary repo (1389fe6)
  • Add workflow for automatic releasing on test passing (84ddf41)
  • Switch to modern project layout (#9) (2df5cd2)
  • Add PyPI version badge (2728d02)
  • Update badges (d6714cc)
  • Update unit_tests.yml (9d3791d)
  • Switch CI to Github Actions (#8) (433097d)
  • Update Python badge links (19fb1d1)

Version 0.3.0 release

18 Nov 18:53
Compare
Choose a tag to compare

This release adds support for Python 3.9 and removes support for Python 3.5.

A bug fix for when insufficient grids have been given is also included from PR #5.

Version 0.2.0 Release

14 Apr 12:39
d6559e5
Compare
Choose a tag to compare

This release adds:

  • User facing scripting to the package, using Convergence objects
  • The convergence report can be generated by printing Convergence objects
  • Report metrics can be accessed via items of Convergence objects

See the README for further details.