Skip to content

Commit 14b0780

Browse files
committed
chore: release 2.1.1
1 parent 3247687 commit 14b0780

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010

1111
The toolbox for batch and 1D reactive transport modelling in porous media aimed at the easiness of use for the user without computational background.
1212

13+
## What's New in v2.1.1
14+
15+
**Correctness and packaging hardening** for solver setup and release artifacts:
16+
17+
- Validates time and spatial grids to prevent silently shifted `dt` and `dx`
18+
- Fixes ODE derivative ordering, `Batch` solver dispatch, flux estimators, and calibration depth comparisons
19+
- Removes obsolete binary build artifacts and legacy upload scripts from the source distribution
20+
1321
## What's New in v2.1.0
1422

1523
**2.4x overall performance improvement** with optimized rate reconstruction:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "porousmedialab"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
description = "Toolbox for batch and 1D reactive transport modeling in porous media aimed on easiness of use for the user without computational background"
55
authors = ["Igor Markelov <is.markelov@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)