|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [13.0.0](https://github.com/equinor/ecalc/compare/v12.2.0...v13.0.0) (2026-01-26) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* remove ADJUSTMENT from FACILITY_INPUTS ([#1333](https://github.com/equinor/ecalc/issues/1333)) |
| 9 | +* `--csv` will no longer disable the csv file, `--no-csv` should be used instead. |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | + |
| 13 | +* `--csv` will no longer disable the csv file, `--no-csv` should be used instead. ([94ced50](https://github.com/equinor/ecalc/commit/94ced500a56227a43ad29d4c8be131106cec8cf2)) |
| 14 | +* ensure shaft speed is set correctly after root-finding ([#1325](https://github.com/equinor/ecalc/issues/1325)) ([61c18eb](https://github.com/equinor/ecalc/commit/61c18eb5da44c3b81d02a72ab2dd158719c403b3)) |
| 15 | + |
| 16 | + |
| 17 | +### Reverts |
| 18 | + |
| 19 | +* remove ADJUSTMENT from FACILITY_INPUTS ([#1333](https://github.com/equinor/ecalc/issues/1333)) ([#1336](https://github.com/equinor/ecalc/issues/1336)) ([49fcac6](https://github.com/equinor/ecalc/commit/49fcac6c1957846e3ecc322c26ffe5a36d62bbe1)) |
| 20 | + |
| 21 | + |
| 22 | +### Documentation |
| 23 | + |
| 24 | +* update 12.1 changelog ([5cf8b6e](https://github.com/equinor/ecalc/commit/5cf8b6e6d25c682400c6d1d9de76a75368fe650b)) |
| 25 | +* update 12.2 changelog ([760b983](https://github.com/equinor/ecalc/commit/760b9836bdb3b26ca3d9d891fffe9946405bc4c7)) |
| 26 | + |
| 27 | + |
| 28 | +### Miscellaneous Chores |
| 29 | + |
| 30 | +* remove duplicate code ([#1328](https://github.com/equinor/ecalc/issues/1328)) ([6a803e3](https://github.com/equinor/ecalc/commit/6a803e3b20856e4ba5e971fd9bcecb506652cb78)) |
| 31 | +* remove interrogate ([92b701c](https://github.com/equinor/ecalc/commit/92b701c449b575a7ca68d18e56b3d29c7ec1075f)) |
| 32 | +* remove pdoc and nbconvert ([04f7cbf](https://github.com/equinor/ecalc/commit/04f7cbf4d665b09be7d5ff6ead83ed2d5df88ab1)) |
| 33 | +* update docs ([cf05eff](https://github.com/equinor/ecalc/commit/cf05eff2fd5bfeafbd0e67f1675ec4692839857c)) |
| 34 | +* update snapshot ([da0726f](https://github.com/equinor/ecalc/commit/da0726f582d367cae3d6b18dfc151c4396a272ef)) |
| 35 | +* upgrade dependencies for week 05. Auto-generated by devCalc ([eff2476](https://github.com/equinor/ecalc/commit/eff24768546e101f5313dbda768cc987110fb306)) |
| 36 | + |
| 37 | + |
| 38 | +### Code Refactoring |
| 39 | + |
| 40 | +* assign ports to all compressor models that receive fluid streams ([ecbacfa](https://github.com/equinor/ecalc/commit/ecbacfab11858bc2f503ffffece8249507c170da)) |
| 41 | +* assign ports to all compressor models with common shaft ([#1291](https://github.com/equinor/ecalc/issues/1291)) ([ecbacfa](https://github.com/equinor/ecalc/commit/ecbacfab11858bc2f503ffffece8249507c170da)) |
| 42 | +* make ports from splitters and mixers ([ecbacfa](https://github.com/equinor/ecalc/commit/ecbacfab11858bc2f503ffffece8249507c170da)) |
| 43 | +* merge multiple streams and pressures train into common shaft train ([#1295](https://github.com/equinor/ecalc/issues/1295)) ([2b429a2](https://github.com/equinor/ecalc/commit/2b429a2192fb57e79f98cc12890a6998c89119f6)) |
| 44 | +* move category enums to presentation/yaml ([d04949a](https://github.com/equinor/ecalc/commit/d04949ac943e97c3739a7cd2403d0192655ba34f)) |
| 45 | +* move NodeInfo ([f68980a](https://github.com/equinor/ecalc/commit/f68980ae49762daa48af651e82d11c3480380aed)) |
| 46 | +* remove ADJUSTMENT from FACILITY_INPUTS ([#1333](https://github.com/equinor/ecalc/issues/1333)) ([334d343](https://github.com/equinor/ecalc/commit/334d3438da18b4f7ed60560ee35fa47749899b86)) |
| 47 | +* remove common base in dto ([b7e5596](https://github.com/equinor/ecalc/commit/b7e55963fad83d8eea3f8fbe442f561ed2881b77)) |
| 48 | +* remove ResultOptions ([aa9cd0d](https://github.com/equinor/ecalc/commit/aa9cd0d5eadcb7b941c83d87a1604c50c98ec54f)) |
| 49 | +* remove unused array type ([a7aeabd](https://github.com/equinor/ecalc/commit/a7aeabd272c14e794113123054637f13bb28993a)) |
| 50 | +* rename NodeInfo to ContainerInfo ([20ce886](https://github.com/equinor/ecalc/commit/20ce88642772874351610dd3123434e00e16b110)) |
| 51 | +* update compress to accept only FluidStream argument ([#1307](https://github.com/equinor/ecalc/issues/1307)) ([db48551](https://github.com/equinor/ecalc/commit/db48551292b8e46970a5dbf50554d2d1127ae697)) |
| 52 | +* use setter for asv recirculation instead of passing values ([#1283](https://github.com/equinor/ecalc/issues/1283)) ([da0726f](https://github.com/equinor/ecalc/commit/da0726f582d367cae3d6b18dfc151c4396a272ef)) |
| 53 | + |
3 | 54 | ## [12.2.0](https://github.com/equinor/ecalc/compare/v12.1.11...v12.2.0) (2026-01-14) |
4 | 55 |
|
5 | 56 |
|
|
0 commit comments