Skip to content

Releases: gerlero/fronts

v1.2.5

22 Oct 17:16
Compare
Choose a tag to compare

Changed

  • Switch to uv for project management.

v1.2.4

23 Sep 00:32
Compare
Choose a tag to compare

Added

  • Test with Python 3.13.

v1.2.3

24 Jun 16:51
Compare
Choose a tag to compare

Removed

  • Drop autograd test dependency.

v1.2.2

04 Apr 21:41
Compare
Choose a tag to compare

Fixed

  • Fix sorptivity and ode functions not being properly exported.

v1.2.1

19 Feb 15:49
Compare
Choose a tag to compare

Fixed

  • Fix examples/HF135/inverse1.py failure in some environments.

v1.2.0

30 Oct 13:07
Compare
Choose a tag to compare

Added

  • Add sorptivity() function that can compute the sorptivity from samples.

v1.1.2

11 Oct 01:36
Compare
Choose a tag to compare

Fixed

  • Work around a SciPy bug that can cause solve() to fail with an unexpected ValueError (scipy/scipy#17066).

v1.1.1

09 Oct 22:38
Compare
Choose a tag to compare

Added

  • Add oi property to the Solution class.

v1.1.0

09 Oct 12:58
Compare
Choose a tag to compare

Added

  • Add new sorptivity() methods to the Solution and BaseSolution classes.

Changed

  • Update packaging.

v1.0.3

11 Aug 08:53
Compare
Choose a tag to compare

Added

  • Publish Docker images.