Skip to content

Commit aabbd2d

Browse files
chore(main): release 9.3.0
1 parent 52359f1 commit aabbd2d

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

docs/docs/changelog/changelog.md

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

3+
## [9.3.0](https://github.com/equinor/ecalc/compare/v9.2.0...v9.3.0) (2024-12-18)
4+
5+
6+
### Bug Fixes
7+
8+
* delta profile when 2 result sets have different periods ([#741](https://github.com/equinor/ecalc/issues/741)) ([52359f1](https://github.com/equinor/ecalc/commit/52359f1a6bff1e3e097f08429602314fe804a1e2))
9+
* don't raise error when missing time series on token collection ([65d417a](https://github.com/equinor/ecalc/commit/65d417aeeac4c3d03ae86418bbf04d84579a25ff))
10+
* electricity consumer was not included in duplicate names ([e3e1e6a](https://github.com/equinor/ecalc/commit/e3e1e6a864cb24ea7dc0519f4a8adb9c8cffc31c))
11+
* ensure emission names are unique ([2bbb989](https://github.com/equinor/ecalc/commit/2bbb989e166783f48f710df4c1f8b0de045586ef))
12+
* ensure unique names across facility_inputs and models ([0b5e0ce](https://github.com/equinor/ecalc/commit/0b5e0ce4fc3adf69e1508e2f768eae67a31f2d9a))
13+
* ensure unique time_series names ([813b500](https://github.com/equinor/ecalc/commit/813b5006878fa4fce9b960cbefa58c81dae7324f))
14+
15+
16+
### Documentation
17+
18+
* remove api reference ([#732](https://github.com/equinor/ecalc/issues/732)) ([a56ac26](https://github.com/equinor/ecalc/commit/a56ac26b3a792742a44039c233a74d9615844c50))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* minor fixes in builders ([9b54325](https://github.com/equinor/ecalc/commit/9b54325fe8c21d2e02da7b20b3ef2002febe3f96))
24+
* mypy fixes ([add6842](https://github.com/equinor/ecalc/commit/add6842514daa33a9139598d81887889b38dab56))
25+
* pin ubuntu runner images ([ccbfe69](https://github.com/equinor/ecalc/commit/ccbfe69369413831d6130ebd22b1eca2d06dfc1d))
26+
* upgrade dependencies for week 49. Auto-generated by devCalc ([fe2a52e](https://github.com/equinor/ecalc/commit/fe2a52e6cdda3ee8924886e6d95f5289dd8b129d))
27+
* upgrade dependencies for week 50. Auto-generated by devCalc ([#733](https://github.com/equinor/ecalc/issues/733)) ([1390f21](https://github.com/equinor/ecalc/commit/1390f21c541fe035c32951f1005fc618194967ec))
28+
29+
30+
### Code Refactoring
31+
32+
* move to energy components ([#737](https://github.com/equinor/ecalc/issues/737)) ([f9cf0da](https://github.com/equinor/ecalc/commit/f9cf0da22ea3d9fc2ed9dc8952a979bec8912305))
33+
* remove unused core specs ([eab4920](https://github.com/equinor/ecalc/commit/eab4920148e7f80dbda5a41a10d411588c39d739))
34+
335
## [9.2.0](https://github.com/equinor/ecalc/compare/v9.1.0...v9.2.0) (2024-11-29)
436

537

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "libecalc"
33
# DO_NOT_EDIT: Version number automatically changed in CICD
4-
version = "9.2.0" # x-release-please-version
4+
version = "9.3.0" # x-release-please-version
55
# END_DO_NOT_EDIT
66
description = "eCalc™ is a software tool for calculation of energy demand and greenhouse gas (GHG) emissions from oil and gas production and processing."
77
keywords = ["energy", "emission", "scientific", "engineering"]

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__ = "9.2.0" # x-release-please-version
4+
__version__ = "9.3.0" # x-release-please-version
55
# END DO NOT EDIT
66

77

0 commit comments

Comments
 (0)