Skip to content

Releases: MJCliffe/PASCal

v2.2.0

23 Jan 14:58
Compare
Choose a tag to compare

Improvements to visualisation; pressure fitting improved; various visualisation bugs eliminated; tests updated.

Full Changelog: v2.1.0...v2.2.0

v2.1.0

15 Oct 08:10
6cb840b
Compare
Choose a tag to compare

Improvements to documentation; tests for more python versions; edge case bug with critical pressure fixed; paper improved.

What's Changed

  • Test multiple Python versions in CI and improve README/docs by @ml-evs in #16
  • Add note about Python 3.9+ by @ml-evs in #17
  • Fix form parsing edge-case for critical pressure by @ml-evs in #18
  • Merge accepted JOSS paper and update citation/version info by @ml-evs in #19

Full Changelog: v2.0.0...v2.1.0

v2.0.0

22 Sep 14:53
Compare
Choose a tag to compare

Significantly refactors the code for enhanced reusability, transferring much of the code into libraries. Can now be installed as package via pip.

What's Changed

  • Refactoring the app into a library by @ml-evs in #9

Full Changelog: v1.0.1...v2.0.0

v1.0.1

31 Aug 11:02
Compare
Choose a tag to compare

This is the first official release of the Python version of PASCal, which contains significant functionality improvements over the initial closed source version.

A new v2 release will follow shortly, which significantly refactors the code for enhanced reusability.

What's Changed

  • Add CI and test skeleton by @ml-evs in #1
  • Bump setuptools from 65.5.0 to 65.5.1 by @dependabot in #3
  • First restructuring attempts by @ml-evs in #4
  • Use poetry in CI and update install instructions by @ml-evs in #5
  • Test Azure deployment workflow by @ml-evs in #7
  • Reworked utility functions and significant regression tests by @ml-evs in #8
  • Add docs build and update descriptons by @ml-evs in #10
  • Add docs deploy action by @ml-evs in #11
  • Fix typo leading to incorrect CalPc in PASCal v1 by @ml-evs in #12
  • Reset version to 1.0.1 for release by @ml-evs in #13

New Contributors

Full Changelog: https://github.com/MJCliffe/PASCal/commits/v1.0.1