You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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))
* 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))
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[tool.poetry]
2
2
name = "libecalc"
3
3
# 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
5
5
# END_DO_NOT_EDIT
6
6
description = "eCalc™ is a software tool for calculation of energy demand and greenhouse gas (GHG) emissions from oil and gas production and processing."
0 commit comments