Skip to content

Releases: equinor/ecalc

v9.0.0

31 Oct 14:24
cf86b36
Compare
Choose a tag to compare

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)

v8.26.0

18 Oct 12:20
9f2aa1a
Compare
Choose a tag to compare

8.26.0 (2024-10-16)

Bug Fixes

Miscellaneous Chores

Code Refactoring

Tests

  • use column id instead of index (2760c05)

v8.20.7

18 Oct 12:14
d51fcb3
Compare
Choose a tag to compare

8.20.7 (2024-10-18)

Miscellaneous Chores

v8.25.0

10 Oct 11:10
Compare
Choose a tag to compare

8.25.0 (2024-10-10)

⚠ 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)

v8.24.0

02 Oct 11:14
Compare
Choose a tag to compare

8.24.0 (2024-10-02)

Bug Fixes

  • make sure default pressure control is set for all trains (b233444)

Miscellaneous Chores

v8.23.1

26 Sep 16:13
Compare
Choose a tag to compare

8.23.1 (2024-09-26)

Bug Fixes

  • make sure default pressure control is set for all trains (b1e264e)

v8.23.0

26 Sep 07:36
58c04a7
Compare
Choose a tag to compare

8.23.0 (2024-09-26)

⚠ 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)

v8.20.6

26 Sep 12:20
c382495
Compare
Choose a tag to compare

8.20.6 (2024-09-26)

Miscellaneous Chores

v8.22.0

19 Sep 12:22
2190f99
Compare
Choose a tag to compare

8.22.0 (2024-09-19)

⚠ 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

v8.20.5

19 Sep 12:08
2f74e90
Compare
Choose a tag to compare

8.20.5 (2024-09-19)

Miscellaneous Chores