Skip to content

Commit a5463fa

Browse files
github-actions[bot]jsolaas
authored andcommitted
chore(main): release 12.2.0
1 parent 7450d50 commit a5463fa

File tree

5 files changed

+34
-4
lines changed

5 files changed

+34
-4
lines changed

.release-please-manifest.json

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

docs/docs/changelog/changelog.md

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

3+
## [12.2.0](https://github.com/equinor/ecalc/compare/v12.1.11...v12.2.0) (2026-01-14)
4+
5+
6+
### Features
7+
8+
* add configurable cache sizes for NeqSimFluidService ([#1314](https://github.com/equinor/ecalc/issues/1314)) ([5b4fcf3](https://github.com/equinor/ecalc/commit/5b4fcf3cb1190c6c7a6cacc7ab8af73f06a9e6b2))
9+
10+
11+
### Bug Fixes
12+
13+
* filter out energy containers if no energy usage model ([6915085](https://github.com/equinor/ecalc/commit/6915085543c616e86c6f527644b349dd27664a51))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* remove types-requests ([c5def57](https://github.com/equinor/ecalc/commit/c5def572bad6f9ec05448cd1d722831b499e7b72))
19+
* upgrade uv to v9 ([#1313](https://github.com/equinor/ecalc/issues/1313)) ([97fa7d8](https://github.com/equinor/ecalc/commit/97fa7d8720faecb1708f44acbc7ac454188a0716))
20+
21+
22+
### Code Refactoring
23+
24+
* move serializable chart ([69f4f8b](https://github.com/equinor/ecalc/commit/69f4f8bb6a0f0f61995f45de4f62b1ba9fe27677))
25+
* pure dataclass Fluid architecture with two-level caching ([#1294](https://github.com/equinor/ecalc/issues/1294)) ([fe52fca](https://github.com/equinor/ecalc/commit/fe52fcaa6ecf280652c25cea3e091266b6b7cfa9))
26+
* remove emission noise ([7450d50](https://github.com/equinor/ecalc/commit/7450d50c17e1a167fc94fbd639ede0f2fc9b2bd8))
27+
28+
29+
### Tests
30+
31+
* update multiple streams speed assert ([#1319](https://github.com/equinor/ecalc/issues/1319)) ([70fa228](https://github.com/equinor/ecalc/commit/70fa228f66d1276775e86772eaa249291a4fcf8e))
32+
333
## [12.1.11](https://github.com/equinor/ecalc/compare/v12.1.10...v12.1.11) (2026-01-08)
434

535

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 = "12.1.11"
3+
version = "12.2.0"
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.11,<3.14"

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__ = "12.1.11" # x-release-please-version
4+
__version__ = "12.2.0" # 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)