|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [11.0.0](https://github.com/equinor/ecalc/compare/v10.0.23...v11.0.0) (2025-09-18) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* references must be unique across FACILITY_INPUTS, MODELS and FUEL_TYPES. Previously FUEL_TYPES was not included in this. |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +* experimental introduction of alternative neqsim impl ([#1120](https://github.com/equinor/ecalc/issues/1120)) ([45affd6](https://github.com/equinor/ecalc/commit/45affd6446a82b3852a55dd3a4def855b2c814f1)) |
| 13 | +* make references unique ([5bd0ad3](https://github.com/equinor/ecalc/commit/5bd0ad31a79a84dc7ad8e1bf7cb1eb7fceacec28)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* compressor model error messages ([f2acf84](https://github.com/equinor/ecalc/commit/f2acf84af6563fa43a3f06ecc64ccaa42126fc0f)) |
| 19 | +* do not allow consumers with identical names within same system ([#1118](https://github.com/equinor/ecalc/issues/1118)) ([504b923](https://github.com/equinor/ecalc/commit/504b9235cdee7063f452737460a446ae9dbdab9e)) |
| 20 | +* remove old charts when validating json results ([b3e6662](https://github.com/equinor/ecalc/commit/b3e6662bcb3e28274a2d7d25d140af0f08ab71f0)) |
| 21 | + |
| 22 | + |
| 23 | +### Miscellaneous Chores |
| 24 | + |
| 25 | +* upgrade dependencies for week 38. Auto-generated by devCalc ([#1124](https://github.com/equinor/ecalc/issues/1124)) ([437cd57](https://github.com/equinor/ecalc/commit/437cd57f0081aab9b754015f11db15085be8ccfc)) |
| 26 | + |
| 27 | + |
| 28 | +### Code Refactoring |
| 29 | + |
| 30 | +* merge single and variable speed charts into one single chart ([#1134](https://github.com/equinor/ecalc/issues/1134)) ([b3e6662](https://github.com/equinor/ecalc/commit/b3e6662bcb3e28274a2d7d25d140af0f08ab71f0)) |
| 31 | +* merge single and variable speed pumps into one pump model ([b3e6662](https://github.com/equinor/ecalc/commit/b3e6662bcb3e28274a2d7d25d140af0f08ab71f0)) |
| 32 | +* move generator set model mapping ([5e6848a](https://github.com/equinor/ecalc/commit/5e6848a5683dc37711cffcb6ab6a911c843add91)) |
| 33 | +* move pump model mapping ([8aa0b33](https://github.com/equinor/ecalc/commit/8aa0b3399d46943daa79fe1df5cb54d29baf6333)) |
| 34 | +* move tabulated model mapping ([cd26814](https://github.com/equinor/ecalc/commit/cd26814ad8072a66f5eb11ef06331a5c0bd965ed)) |
| 35 | +* parse and validate compressor models when used ([75808a2](https://github.com/equinor/ecalc/commit/75808a2eb8606177e91507c4688a5de441612b83)) |
| 36 | +* remove compressor sampled dto ([64ca689](https://github.com/equinor/ecalc/commit/64ca6894747bb76cb449e4383df18ded2737b594)) |
| 37 | +* remove compressor stage dto ([#1133](https://github.com/equinor/ecalc/issues/1133)) ([3dbd515](https://github.com/equinor/ecalc/commit/3dbd515ca0b3835e2da535834a16f508c251426c)) |
| 38 | +* remove final dto multiple streams and pressures train ([#1128](https://github.com/equinor/ecalc/issues/1128)) ([88fb08f](https://github.com/equinor/ecalc/commit/88fb08f2c1263abc86ec6cd5bf56aa87d27e2f24)) |
| 39 | +* remove final dto simplified train ([#1125](https://github.com/equinor/ecalc/issues/1125)) ([565203a](https://github.com/equinor/ecalc/commit/565203a38b0e95d8aaf654c166a1c642480b15f5)) |
| 40 | +* remove final dto single speed compressor train ([#1123](https://github.com/equinor/ecalc/issues/1123)) ([b8a2196](https://github.com/equinor/ecalc/commit/b8a21965a8b725bc14c3816aea3a9650f492d31e)) |
| 41 | +* remove final dto variable speed train ([#1127](https://github.com/equinor/ecalc/issues/1127)) ([6379f24](https://github.com/equinor/ecalc/commit/6379f242b5d3291a155a7c60473429f7092e41d3)) |
| 42 | +* remove PathID ([63f2d84](https://github.com/equinor/ecalc/commit/63f2d84b321ecb786fed2bf06af0fced9b196987)) |
| 43 | +* remove unused classes ([3939a5d](https://github.com/equinor/ecalc/commit/3939a5dde22227c2d24e625d466188e2dd2a8c20)) |
| 44 | +* use common mapper class ([dbc63df](https://github.com/equinor/ecalc/commit/dbc63dfb5f16465a2cd600e1328b9bbf8c5c1a75)) |
| 45 | + |
3 | 46 | ## [10.0.23](https://github.com/equinor/ecalc/compare/v10.0.22...v10.0.23) (2025-09-11) |
4 | 47 |
|
5 | 48 |
|
|
0 commit comments