Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

45 lines (26 loc) · 1.89 KB

Changelog

v1.1.0 (2023-05-05)

Updates:

  • feature: include Windows lock file (de067f9)
  • feature: accept env vars as input resolves #2 (3368369)

Fixes:

  • fix: bug in figures.py x-axis value error #6 (32a7b91)
  • fix: issue #5 that prevented figures.py from using *.npy model files (d1ebfa0)
  • fix: deprecated functions in figures.py #4 (5eac384)
  • fix: deprecated functions in run_simulation.py #3 (cf669df)

Chores:

  • chore: update dependencies, numpy>=1.19 (f32d146)

v1.0.1 (2023-05-04)

Notes:

  • This release is at parity with the initial release (v1.0). It adds additional dependency files for end-user convenience.

Updates:

  • update: move to semver x.x.x

Chores:

  • chore: update dependency files, add lock files (310476b)
  • docs: add license (66807e6)

v1.0 (2021-07-07)