Releases: equinor/ecalc
Releases · equinor/ecalc
v9.0.0
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
v8.26.0
v8.20.7
v8.25.0
v8.24.0
v8.23.1
v8.23.0
8.23.0 (2024-09-26)
⚠ BREAKING CHANGES
- H2O no longer supported in fluid composition, use 'water'
Features
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)
v8.20.6
v8.22.0
8.22.0 (2024-09-19)
⚠ BREAKING CHANGES
- Validation is more strict than before.
Features
- validate yaml model (ad95222)
Bug Fixes
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
- add .vscode to gitignore under IDE section (#593) (4766fe7)
- cli: make mypy understand frequency type (b784f30)
- fix failing test (9ef52d3)
- spelling (9a67f53)
- update changelog with fix in isvalid for compressor stages (#591) (e924f5f)
- update dependencies (#584) (63839b6)
- update deps week 38 (#616) (fe3a72c)
- update poetry (cb2d954)
- update pre-commit hooks (4254094)
- upgrade dependencies (#595) (11e5e4e)
- upgrade deps (#606) (e24df7e)
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
- cache pre-commit (5448149)