Changelog
Bug Fixes
- add missing check for maximum power in multiple stream compressor trains (#830) (ec4d155)
- stream using old method of getting fluid thermo engine (#829) (61f865f)
- update mix_neqsim_streams calculation (#813) (15be981)
Miscellaneous Chores
- add test for maximum power in multiple streams compressor train (ec4d155)
- remove logger.exception for expected error (553bc34)
- update changelog (ec4d155)
- upgrade dependencies for week 12. Auto-generated by devCalc (#825) (5c6afeb)
Continuous Integration
- use latest v4 cache action (71c9c38)
Bug Fixes
- avoid breaking results when removing v2 (c72367a)
- error message when variables are unsolvable (6b67de8)
- issue with empty optional keywords (e405c0b)
- remove v2 consumers (cee621f)
Miscellaneous Chores
- fix doc templates (#806) (548b59f)
- pyupgrade pre commit (#818) (4e5ca92)
- remove pydantic from domain process core compressor (#820) (ba2ac1a)
- remove pydantic from domain process dto (#814) (f1ec329)
- upgrade dependencies for week 09. Auto-generated by devCalc (18f3b95)
- upgrade dependencies for week 10. Auto-generated by devCalc (f6b2704)
- upgrade dependencies for week 10. Auto-generated by devCalc (6f827b0)
- upgrade dependencies for week 11. Auto-generated by devCalc (b290498)
Code Refactoring
- move models to domain (341c280)
- move pump models from dto and core into same module (#808) (0879cec)
- remove unused energy model method (696a93e)
- remove unused merge functionality (3182607)
Features
- manually control java process for neqsim (7b1ff3b)
- re-introduce co2 intensity in results (#788) (54bb7d8)
Documentation
Miscellaneous Chores
- invalidate negative fuel rates in direct consumer function (#795) (6e5527a)
- remove create-jira-release (508a2f9)
- remove intensities from asset dto (#798) (8a3fdba)
- remove intensities from json results (#796) (3f9cc78)
- update code owners (0e915a5)
- upgrade dependencies for week 08. Auto-generated by devCalc (#797) (bb48332)
Tests
- test example cases validity (2c5110d)
Documentation
Miscellaneous Chores
- move expression evaluator to components (#776) (24ca8bf)
- upgrade dependencies for week 07. Auto-generated by devCalc (#786) (fccc33a)
Code Refactoring
- move energy from application to domain (#784) (20408c9)
- store results in fuel and electricity components (#785) (6e8d1a3)
Miscellaneous Chores
- upgrade dependencies for week 06. Auto-generated by devCalc (#780) (7a985c5)
9.9.0 (2025-01-30)
Bug Fixes
- issue when not resolving reference (9dc1705)
Miscellaneous Chores
9.8.0 (2025-01-28)
Bug Fixes
- cli: include timesteps in json (f44516c)
- issue with list when np array is expected (53323f9)
Documentation
Miscellaneous Chores
- upgrade dependencies for week 04. Auto-generated by devCalc (#774) (646e509)
- upgrade dependencies for week 05. Auto-generated by devCalc (7bf8518)
9.7.0 (2025-01-15)
Miscellaneous Chores
- remove pydantic validation from dto classes (#740) (4eff086)
- revert changes in validation error and update dto exceptions (#764) (0537f20)
- update validation error to allow string or none (#763) (a5b491d)
- upgrade dependencies for week 03. Auto-generated by devCalc (#761) (b9017c5)
9.6.0 (2025-01-10)
Bug Fixes
Documentation
- remove reference to internal documents (#758) (61c0d2f)
9.5.0 (2025-01-10)
Miscellaneous Chores
9.4.0 (2025-01-06)
Documentation
- update v9.2 and v9.2 changelogs (ed27c0a)
Miscellaneous Chores
- auto-generated by devcalc (#751) (848d2c5)
- specify poetry version in ci (#753) (0a32320)
- upgrade dependencies for week 02. Auto-generated by devCalc (#752) (aa75ca4)
- upgrade numpy version and set a numpy depr. warning to not error (#750) (ac999db)
9.3.0 (2024-12-19)
Bug Fixes
- delta profile when 2 result sets have different periods (#741) (52359f1)
- don't raise error when missing time series on token collection (65d417a)
- electricity consumer was not included in duplicate names (e3e1e6a)
- ensure emission names are unique (2bbb989)
- ensure unique names across facility_inputs and models (0b5e0ce)
- ensure unique time_series names (813b500)
Documentation
Miscellaneous Chores
- minor fixes in builders (9b54325)
- mypy fixes (add6842)
- pin ubuntu runner images (ccbfe69)
- update pre-commit to v4 (#742) (8542c6b)
- upgrade dependencies for week 49. Auto-generated by devCalc (fe2a52e)
- upgrade dependencies for week 50. Auto-generated by devCalc (#733) (1390f21)
- upgrade dependencies for week 51. Auto-generated by devCalc (#744) (48d4bb2)
Code Refactoring
9.2.0 (2024-11-29)
Features
Bug Fixes
- check that time series file exists (#716) (b2daf23)
- flow diagram generation (b7a6dc9)
- get max standard rate when compressor train has downstream choke (#703) (c22aaaf)
- raise error if yaml file is empty or not a valid yaml object (#712) (79f0072)
Documentation
- docs were not correctly updated for v9.1 release (#717) (fc849bd)
Miscellaneous Chores
Code Refactoring
- create energy interfaces (9527609)
- implement emitter interface (c463ba8)
- move EosModel into fluid (82b68a5)
- move fluid.py into common (e3973aa)
- remove dto from CompressorWithTurbine (dc7092b)
- remove dto import in core turbine (1259672)
- use builders in venting emitter tests (#714) (da54989)
9.1.0 (2024-11-14)
Bug Fixes
- bug in get maximum standard rate for variable speed train with maximum power (#694) (42ce562)
- max standard rate when pressure control is UPSTREAM_CHOKE (#661) (962ce42)
- missing discriminator keyword error message (a0ee229)
Documentation
- adding figure to show surge line, control margin and stonewall on compressor chart (#695) (cdf301b)
- change readme for test folder to include changes to docker-compose file (00cb459)
- try to make release-please create pr for 9.1.0 (#679) (adb5bf5)
- update docs and migration guide with new requirements for control margin and generic charts (#686) (f2c939f)
Miscellaneous Chores
- bump NeqSim version to 3.0.5 (#693) (e2bef51)
- changing algorithm for get max rate for streams (#684) (c13ae30)
- clean up TimeSeriesRate and remove reindex from consumer (#668) (c435999)
- move tests outside src directory (1fca841)
- remove extensions from devcontainer not needed (#674) (5399a92)
- remove warning stating that control margin is experimental (#692) (45ad389)
- update dependencies week 46 (#696) (6bd1a7a)
- update docs for running tests (97245f2)
- upgrade dependencies for week 45 (#689) (1980b11)
Tests
- add new service to test/docker-compose.yml to run all tests (d3b132e)
- add pytest filterwarnings with error::DeprecationWarning as baseline (87e2d8a)
- allow both validation and not in yaml builders (ec32fc8)
- introduce yaml builders (75a73a8)
- remove unnecessary asset configuration service (9543bfb)
- resource- and configuration service fixtures (7775eb8)
- simplify venting emitter error tests (2191c52)
9.0.0 (2024-10-31)
⚠ BREAKING CHANGES
- control margin required for compressors (#635)
Bug Fixes
- missing validation on venting emitter type oil volume (#662) (68ef074)
- some consumer or emitter validation (7f808da)
- support python types in DiscriminatorWithFallback (44dbb50)
- validate lengths after data validation (a2e3f59)
Documentation
- changed from dockerfile to docker-compose.yml (48732d4)
- inform how to run tests locally (#675) (15fdf2f)
Miscellaneous Chores
- automatic ruff fixes for python 3.11 (77897a4)
- avoid tests to reference other tests except fixtures (4b15aab)
- back to python 3.8 to make 3.11 changes in separate commit (6e88619)
- change to use python 3.11 as default (d2a9145)
- control margin required for compressors (#635) (2b3ea2a)
- make it easier to generate changelog on release (#660) (66c7c10)
- make ruff happy (9d7d23f)
- more info on python 3.11 minimum (8664182)
- refix additional python 3.11 ruff complaints (0a711a3)
- release 9.0.0 (#677) (c4f238a)
- remove python 3.8,3.9,3.10, add 3.13 support (bd592b4)
- remove unused code (dbdb6dd)
- remove unused code (436c05b)
- run ruff with python 3.11 (2981ced)
- update changelog regarding python support (2e8cb13)
- update pr template to reflect next.md change (dcbd43a)
- update to python 3.11 syntax (a2c4a74)
- upgrade dependencies for week 43 (#657) (19ef808)
Code Refactoring
- consumer system v2 types (a7177b1)
- move generator to formatter (0937014)
- numpy2 ready - avoid Numpy DeprecationWarnings (7cbf9db)
- reference service interface (d8f28ab)
- set defaults in yaml (cdf3864)
- use Periods instead of datetime for temporal model dicts (4068795)
Tests
- remove dto cases (400374d)
- update and fix tests (7c1f2e6)
- use pytest marker and run stp/ltp tests in Docker (c304705)
- use yaml model in requested pressure test (8c855e1)
Bug Fixes
Miscellaneous Chores
Code Refactoring
Tests
- use column id instead of index (2760c05)
⚠ BREAKING CHANGES
- cli: Removed
ecalc show results
from the cli. This feature is assumed to be of little use and causes additional maintenance.
Features
- cli: remove ecalc show results command (6d1f104)
Miscellaneous Chores
Tests
- test yaml categories instead of dto (29cdaab)
Bug Fixes
- make sure default pressure control is set for all trains (b233444)
Miscellaneous Chores
⚠ BREAKING CHANGES
- H2O no longer supported in fluid composition, use 'water'
Features
- add adjustment factor for models (new) (#611) (63010f3)
Documentation
Miscellaneous Chores
Code Refactoring
- don't use dto in DirectExpressionConsumerFunction (42b6774)
- into ChartCurve move (89ec20d)
- move ChartAreaFlag (433ef35)
- move ComponentType to common (8dbd146)
- move compressor charts into common (de98661)
- move compressor charts into common (e871bb8)
- move consumption type to common (3aec497)
- move enums/types (e3135f6)
- move VariablesMap (1a1e2a2)
- remove dto module imports (b61d56e)
- remove unnecessary validation (4c5af25)
- remove unused properties (7659111)
- rename dto charts (64b2d00)
- time series collection, resource handling (cf80ce8)
- use yaml objects in mapper (ef21d6f)
⚠ BREAKING CHANGES
- Validation is more strict than before.
Features
Bug Fixes
- avoid RuamelYamlModel becoming an abstract class (d0548e7)
- unexpected keyword argument (4797d46)
Documentation
- improve documentation around PRESSURE_CONTROL (#610) (94dbce9)
- Moved YAML Keywords from level 2 to level 1 section new (#575) (145deab)
- swap order of migration guides (#571) (b1d4e88)
- update changelogs (#587) (0537ce4)
- update notebooks with poetry instructions (9cfcd47)
Miscellaneous Chores
Code Refactoring
- add inlet/outlet stream also for compressor train results (#590) (c27e5bd)
- avoid using dtos in core (a3683c1)
- introduce resource protocol (dac5789)
- move target pressure status from stages to compressor train (#589) (098cfa9)
- remove pressure before choking (#609) (02f9099)
- return compressor stage result when only stage is calculated for simplified train (#592) (9ef52d3)
- yaml model class and reader (50f41ab)
Continuous Integration
⚠ BREAKING CHANGES
- do not allow pressure drop ahead of stage for simplified trains (#570)
- do not allow control margin for simplified variable speed train (#569)
- do not allow 0 efficiency in input chart (#565)
Bug Fixes
Documentation
Miscellaneous Chores
- do not allow 0 efficiency in input chart (#565) (a38bb28)
- do not allow control margin for simplified variable speed train (#569) (82d7e58)
- do not allow pressure drop ahead of stage for simplified trains (#570) (06ef021)
- make sure that pressure calculation tolerances are the same at different places in the code (#532) (736984d)
- ruff manual fixes (d02b41b)
- run ruff on all files (d5ea430)
- run ruff-format all files (6880e12)
- update dependencies through devcalc (6243717)
- update ruff and replace black (a2a3e03)
Bug Fixes
- read requested pressures in compressor system (#557) (8117014)
Miscellaneous Chores
Features
- implement adjustment factors for genset (#555) (4c84931)
Bug Fixes
- error message for compressor model in turbine (8b57915)
- pass enum value to literal string type (212b01f)
Miscellaneous Chores
Code Refactoring
- move asset result classes (590d076)
- move asset result generation (1725d53)
- remove double import (60cf1c6)
- reusable protocols for tabular data (eda51f0)
Features
- validate model references and types (dd8d701)
Documentation
Code Refactoring
Features
Bug Fixes
- avoid usage of packaging (4121f5b)
- docs: issue with anchor links in search (70b4f8e)
- error message for new pfs columns (#511) (7b4ea11)
- implement YamlModel specific errors (f0c317a)
Documentation
- change TURBINE_LOAD to TURBINE_LOADS (#520) (9b2bf1e)
- clean up documentation around compressor modelling including adding some missing keywords (#528) (26d4aba)
- corrected the WATER_PROD rate to meet the max pump chart capacity (#531) (0cfe517)
- update advanced model (#522) (e8d4b34)
- update changelog and migration guide (#509) (e5311d1)
- update documentation about fluid models adding missing yaml keywords (#524) (8bd68a1)
- update drogon to use input files (#530) (b6d632e)
Miscellaneous Chores
Code Refactoring
- move tabular exceptions into tabular domain (4922989)
- remove AssetTSVPrognosis (c2d9dc9)
- remove result from generator (9a2f9a9)
- remove unnecessary id for column (30dfe19)
- separate formatter from exporter (2cc9c8f)
Miscellaneous Chores
- add support to manually create prereleases (#501) (6a1afa3)
- docs: update documentation (9cf339b)
- fix katex equations (d19b75e)
- improve error message for missing header in input csv files (#498) (b146eb4)
- make prerelease behave differently (#503) (f234f8e)
- make prerelease behave differently with input vars (#504) (ca27794)
⚠ BREAKING CHANGES
- New unit-format for venting emitters, aligned to what is used in other parts of yaml-file. ECALC-1059
Features
- add eletrical- and mechanical power to asset (#479) (464047f)
Bug Fixes
- detect duplicate keys in yaml file and raise error (#438) (cfeb006)
- do not allow for negative recirculation if rate is above max flow rate for a compressor chart (#403) (86bf31e)
- ensure regularity is evaluated for all installations when only venting emitters (#468) (0e6b248)
- error when only venting emitters are specified for an installation (#449) (017560d)
- max power from shore values (#490) (1c7a4a1)
- use custom type pydantic class to wrap ndarray and avoid validation problem (#487) (ab2877e)
- wrong unit max power from shore (#491) (f881335)
Documentation
Miscellaneous Chores
Continuous Integration
- docs: fix environment (a6c60fa)
- docs: set deploy environment for easier tracking (150a41a)
Bug Fixes
- add volume query for venting emitters oil type (8cca29a)
Miscellaneous Chores
- check that the emitter type is oil_volume (1f9e00b)
Features
Miscellaneous Chores
⚠ BREAKING CHANGES
- add type and multiple emissions for venting emitters (#424)
Bug Fixes
- a few things that were left out when the failure_status were refactored (#432) (1e4acce)
Documentation
- add changelog for 8.12 release (effaf85)
- correct links for LOAD and FUELRATE keywords (#428) (1df541a)
- update changelog and migration guide for v8.4 (#430) (5f74621)
Miscellaneous Chores
- add type and multiple emissions for venting emitters (#424) (4603dc4)
- update documentation to reflect that None is not a valid choice for pressure control (#427) (6ff1f2a)
Tests
Features
- add control margin to single speed compressor charts (#418) (472e592)
Bug Fixes
- issue with invalid dates in temporal model (dc33776)
- maximum rate for simplified compressor train (#421) (18235d5)
- support control margin for single speed compressor stage (d0bebd5)
- use yaml expression type for installation (#412) (4a2bdf9)
- variables validation (7a66d54)
Documentation
- update control margin keyword (472e592)
Miscellaneous Chores
Code Refactoring
- make calculations inside single speed compressor train point in time (952309a)
- reference parameter first for delta profile (#416) (73f6175)
- set target pressures in compressor train and compressor stage models for failure status evaluations (#415) (952309a)
Features
- add file context to model validation error (#401) (0a75da4)
- check that file exist when validating yaml for run (#388) (441722f)
- validate expression reference tokens (#404) (2af9d13)
Bug Fixes
- add control margin to compressor stage validation (#405) (0f1e6f8)
Documentation
Miscellaneous Chores
- allow venting emitters without fuelconsumers (#392) (f75f18f)
- also rounding of results for show command, cache and after resampling (4b04729)
- fix failing tests (4b04729)
- sum and split electrical and mechanical power (#406) (86754cc)
- switch license to LGPLv3 (424635e)
- update contribution docs (b428c03)
- update snapshots (4b04729)
- upgrade dependencies (#410) (016c0bd)
- upgrade node to 18 for codespace (#399) (14c1793)
Code Refactoring
- all rounding of numers to a given precision is now performed after all calculations are finished (#400) (4b04729)
- move rounding to result objects (#402) (383e7f6)
- remove unnecessary collection handling in expression (#390) (650aa74)
Bug Fixes
- add name constraints to yaml classes (#358) (f586181)
- add pydantic ndarray type (d005ed4)
- convert numpy to python (2be1736)
- custom date format in json (#359) (d62e650)
- error when creating references (ed1060e)
- expression error messages (#361) (6a62db5)
- generate schema for energy usage models (c448942)
- generate schema for models and generator set model (b87fd2f)
- get_max_rate for single speed train (00cd9c5)
- get_max_rate for variable speed train with and without multiple streams and pressures (#374) (00cd9c5)
- issue with TimeSeriesBoolean becoming float (3622927)
- libecalc: handle dict, list and expression when parsing expression (1b2ee32)
- libecalc: init pydantic v2 update (158b90d)
- libecalc: optional pressure control (42cedb7)
- libecalc: pydantic models not automatically parsed/converted (af68417)
- libecalc: results serialization and parsing (44b3f57)
- libecalc: tests (edc9c4c)
- libecalc: update pydantic (1ab5105)
- none to nan conversion (e8b720a)
- remove deprecated validator (9765874)
- remove generate_json_schemas function (#382) (cf5a16d)
- resample method for TimeSeriesBoolean (#349) (8feaf6c)
- use discriminated union (d66fed3)
- use EcalcError and provide context (975d3b1)
- validation using yaml classes (#377) (66aada1)
- yaml models schema (b5d3451)
Documentation
- fix broken links (ab80399)
- fixed the Error in Simple model example in eCalc Docs, variable name started from salt_water to sea_water in full eCalc YAML model (#369) (2961d2f)
- remove subgraph markdown styling (3632fbd)
- remove v2 expectations (#386) (0595fbd)
- The new update of Drogon eCalc model with a single speed pump (#241) (a22ffe8)
- update description of control mechanisms in a variable speed compressor chart (#291) (67c3476)
- update info about time series (#352) (aff50d7)
- update migration guide venting emitters (#337) (551e1e1)
- Wrong_category_for_directly_driven_compressor_in_simple_model_example_in_eCalc_Docs (#368) (e01080b)
Miscellaneous Chores
Code Refactoring
- allow str in resource stream (#371) (fe9f3f2)
- remove inheritance of CompressorTrainResult (3ab8964)
- remove need for id on components etc (#347) (f9e32ae)
Tests
8.9.0 (2024-01-11)
Bug Fixes
- don't run pdoc on application module (abbb704)
Documentation
- maximum pressure ratio per stage in docs (#338) (261749f)
- remove docstring for number of compressors (#339) (be148ba)
- update migration guide economics (#335) (c4b50d6)
Miscellaneous Chores
Code Refactoring
8.8.0 (2023-12-27)
⚠ BREAKING CHANGES
- include direct emitter results in ltp export (#305)
Features
- add emitter rate type to venting emitters (#312) (d6e16fa)
Bug Fixes
- correct changelog for venting emitters (#324) (eff911e)
- correct fallback to pydantic v1 (#332) (4f89e48)
- include direct emitter results in ltp export (#305) (f6b6371)
- remove interpolation method (#321) (d125552)
- support mismatching timesteps in ltp delta profile (#319) (32f0289)
Documentation
- remove costs mentioned in docs (#322) (ee03965)
- remove reference to fuel price- and tax in drogon example (#323) (963d9ea)
- update docs for v8.8 release (#334) (153f7c4)
- update PR template with checkboxes for stuff we forget (09f52bd)
Miscellaneous Chores
Code Refactoring
Tests
- update tests with maximum rate (2cb09e2)
Continuous Integration
8.7.0 (2023-12-05)
Bug Fixes
- bug in compressor with turbine models with multiple streams and only one date (#296) (8c2c786)
- deep copy when aggregating model results (#311) (53c8df4)
- do not merge model results (#304) (34cebc4)
- error message when model/facility input does not exist (4437032)
Documentation
- update documentation with info about direct emitters name change (#310) (990f3c2)
Miscellaneous Chores
Code Refactoring
- change emission rate type to calendar day (#300) (f8e5052)
- change name from direct to venting emitter (#303) (8d03822)
- remove duplicated function (ba48dcd)
Continuous Integration
⚠ BREAKING CHANGES
- Change name from
DIRECT_EMITTERS
to VENTING_EMITTERS
in input Yaml-file (#303)
8.6.0 (2023-11-21)
⚠ BREAKING CHANGES
- remove economy from ecalc (#282)
- graph.components and graph.get_component renamed to nodes and get_node
- add type to consumers in system
- change name from DIRECT_EMITTERS to VENTING_EMITTERS in input Yaml-file (#303)
Features
Bug Fixes
- ensure that start date in global time vector is consistent with the requested output frequency (#269) (e8ef9b9)
- make iteration loops for simplified train consistent (#263) (b066c74)
- wrong handling of values and timesteps in temporal models (#261) (4e20264)
Documentation
Miscellaneous Chores
- add INVALID_INPUT and INVALID_MAX_RATE (d651ed6)
- add test of get_max_standard_rate for single speed compressor train (d651ed6)
- clean up common module (#277) (e1959ab)
- extend tests of time series resampling (e8ef9b9)
- improve algorithm to generate generic variable speed compressor charts from input points (#276) (b257567)
- make sure no mismatch between timestamps and time series values (#251) (ae6ade9)
- only calculate max standard rate for time steps with valid model input (#252) (d651ed6)
- possibility to include start and end date in resampling (e8ef9b9)
- update changelog for v8.6 release (#288) (af32274)
- update dependencies for new v8.6 release (#289) (5a245a3)
Code Refactoring
- add option to skip header validation on resource files (#260) (883b7e6)
- calculate timesteps separately (#284) (bd9d684)
- collect results in priority optimizer (16b9ccc)
- common consumer system type (fe09263)
- common yaml system v2 class (98198fc)
- consistent naming of nodes in graph (676c7b8)
- generic graph class (6f63e40)
- move into presentation layer (#271) (52530e0)
- remove economy from ecalc (#282) (a50148c)
- rename Stream to StreamConditions (cf908ec)
- rename to component graph (9629f22)
- system v2 stream conditions format (#257) (e228e8b)
- use common consumer system dto class (#267) (3c58b53)
- use PriorityOptimizer outside ConsumerSystem (f1af9e6)
8.5.0 (2023-10-30)
Features
Bug Fixes