Releases: gerlero/fronts
Releases · gerlero/fronts
v1.2.5
Changed
- Switch to
uv
for project management.
v1.2.3
Removed
- Drop
autograd
test dependency.
v1.2.2
Fixed
- Fix sorptivity and ode functions not being properly exported.
v1.2.1
Fixed
- Fix examples/HF135/inverse1.py failure in some environments.
v1.2.0
Added
- Add
sorptivity()
function that can compute the sorptivity from samples.
v1.1.2
Fixed
- Work around a SciPy bug that can cause
solve()
to fail with an unexpected ValueError
(scipy/scipy#17066).
v1.1.1
Added
- Add
oi
property to the Solution
class.
v1.1.0
Added
- Add new
sorptivity()
methods to the Solution
and BaseSolution
classes.
Changed