Skip to content

Commit 4810580

Browse files
chore(main): release 13.7.2 (#1551)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5db8cea commit 4810580

5 files changed

Lines changed: 33 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "13.7.1"
2+
".": "13.7.2"
33
}

docs/docs/changelog/changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [13.7.2](https://github.com/equinor/ecalc/compare/v13.7.1...v13.7.2) (2026-05-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **neqsim:** re-flash gas-only system after liquid removal ([#1553](https://github.com/equinor/ecalc/issues/1553)) ([f5639d7](https://github.com/equinor/ecalc/commit/f5639d793e6396e6d79144f9d59d9aff9c8dcaff))
9+
* **process:** raise on non-positive inlet molar mass in LiquidRemover ([1a745f3](https://github.com/equinor/ecalc/commit/1a745f3bb490d69e5330ad6429d3c471f193dbae))
10+
* **process:** scale mass rate when LiquidRemover drops out liquid phase ([#1546](https://github.com/equinor/ecalc/issues/1546)) ([1a745f3](https://github.com/equinor/ecalc/commit/1a745f3bb490d69e5330ad6429d3c471f193dbae))
11+
* return zero rates instead of NaN for zero-rate compressor timesteps ([#1535](https://github.com/equinor/ecalc/issues/1535)) ([faa2f4e](https://github.com/equinor/ecalc/commit/faa2f4e913cdb4ac7f0bd31e7b41bf979cf0a915))
12+
13+
14+
### Documentation
15+
16+
* changelog entry for LiquidRemover mass-rate fix ([1a745f3](https://github.com/equinor/ecalc/commit/1a745f3bb490d69e5330ad6429d3c471f193dbae))
17+
* changelog entry for zero-rate NaN fix ([faa2f4e](https://github.com/equinor/ecalc/commit/faa2f4e913cdb4ac7f0bd31e7b41bf979cf0a915))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* add process timesteps to simulation ([#1556](https://github.com/equinor/ecalc/issues/1556)) ([5db8cea](https://github.com/equinor/ecalc/commit/5db8cea39fb6daef1f85049919349af7f3cbb0c5))
23+
* expose configuration handlers ([a938235](https://github.com/equinor/ecalc/commit/a938235d4a163e523dec66121fafc0bdb1e18484))
24+
* upgrade dependencies for week 20. Auto-generated by devCalc ([f71f21c](https://github.com/equinor/ecalc/commit/f71f21cbfb3206fb3e7c25f8e23cba237804adc1))
25+
26+
27+
### Tests
28+
29+
* **process:** assert LiquidRemover raises on non-positive inlet molar mass ([1a745f3](https://github.com/equinor/ecalc/commit/1a745f3bb490d69e5330ad6429d3c471f193dbae))
30+
* **process:** assert LiquidRemover scales mass rate by gas mass fraction ([1a745f3](https://github.com/equinor/ecalc/commit/1a745f3bb490d69e5330ad6429d3c471f193dbae))
31+
332
## [13.7.1](https://github.com/equinor/ecalc/compare/v13.7.0...v13.7.1) (2026-05-08)
433

534

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libecalc"
3-
version = "13.7.1"
3+
version = "13.7.2"
44
description = "eCalc™ is a software tool for calculation of energy demand and greenhouse gas (GHG) emissions from oil and gas production and processing."
55
authors = [{ name = "eCalc Team", email = "fg_ecalc@equinor.com" }]
66
requires-python = ">=3.12,<3.15"

src/libecalc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from libecalc.common.version import Version
22

33
# DO NOT EDIT - replaced in CI with release please
4-
__version__ = "13.7.1" # x-release-please-version
4+
__version__ = "13.7.2" # x-release-please-version
55
# END DO NOT EDIT
66

77

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)