|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [13.6.0](https://github.com/equinor/ecalc/compare/v13.5.1...v13.6.0) (2026-05-01) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* add flare stp column ([#1509](https://github.com/equinor/ecalc/issues/1509)) ([2b919fb](https://github.com/equinor/ecalc/commit/2b919fbff409c6d71c5b40963067c1338ca1125d)) |
| 9 | + |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | + |
| 13 | +* replace stonewall-lookup with binary search in FeasibilitySolver ([#1513](https://github.com/equinor/ecalc/issues/1513)) ([66726c1](https://github.com/equinor/ecalc/commit/66726c1d67071891027f440ec8c43c101c80bb5a)) |
| 14 | +* reset recirculation before computing pressure control boundary ([#1515](https://github.com/equinor/ecalc/issues/1515)) ([90bd9ab](https://github.com/equinor/ecalc/commit/90bd9ab636e0e075740bbc2d9768b4bf38c08a14)) |
| 15 | + |
| 16 | + |
| 17 | +### Miscellaneous Chores |
| 18 | + |
| 19 | +* bump pytest version ([#1521](https://github.com/equinor/ecalc/issues/1521)) ([f62ccc4](https://github.com/equinor/ecalc/commit/f62ccc4087ff9bdb371cd17fe0b1a1e59eba7a50)) |
| 20 | +* clean up some process imports ([3a357de](https://github.com/equinor/ecalc/commit/3a357de61baea8863425081eb51f43da5f09497d)) |
| 21 | +* **deps:** bump actions/setup-node from 6.3.0 to 6.4.0 ([#1495](https://github.com/equinor/ecalc/issues/1495)) ([713943d](https://github.com/equinor/ecalc/commit/713943d3b17a2aff0803a5adf17199f0c6a0ad46)) |
| 22 | +* **deps:** bump actions/upload-artifact from 7.0.0 to 7.0.1 ([#1479](https://github.com/equinor/ecalc/issues/1479)) ([c67e530](https://github.com/equinor/ecalc/commit/c67e530c4435ff85219dcad078cb91f6820f1810)) |
| 23 | +* **deps:** bump astral-sh/setup-uv from 8.0.0 to 8.1.0 ([#1493](https://github.com/equinor/ecalc/issues/1493)) ([e5abab8](https://github.com/equinor/ecalc/commit/e5abab8fce0092fc8d95a584e1fe6bb4bf3cd44b)) |
| 24 | +* **deps:** bump googleapis/release-please-action from 4.4.0 to 5.0.0 ([#1507](https://github.com/equinor/ecalc/issues/1507)) ([6b97f3f](https://github.com/equinor/ecalc/commit/6b97f3fed0cb477d6e823cfc198775c33a6f72c5)) |
| 25 | +* fix formatting ([#1514](https://github.com/equinor/ecalc/issues/1514)) ([8ebfe4b](https://github.com/equinor/ecalc/commit/8ebfe4b696d2a723b70d9780cc66952fc403eed3)) |
| 26 | +* move and rename domain validation exception ([#1526](https://github.com/equinor/ecalc/issues/1526)) ([2586638](https://github.com/equinor/ecalc/commit/2586638c1d2ecc50e267470e36662d7f78562d7d)) |
| 27 | +* move process tests ([3b99163](https://github.com/equinor/ecalc/commit/3b9916362f28e9bcb91a8490eb6494548c998c3b)) |
| 28 | +* move process to libecalc.process ([fe59e09](https://github.com/equinor/ecalc/commit/fe59e095668b5e8118aea79a83d7664d4d484b87)) |
| 29 | +* remove outdated log warnings ([#1434](https://github.com/equinor/ecalc/issues/1434)) ([18b9be2](https://github.com/equinor/ecalc/commit/18b9be29753b1ece8e6b3e5fa57ca14ca6491a31)) |
| 30 | +* upgrade dependencies for week 18. Auto-generated by devCalc ([#1522](https://github.com/equinor/ecalc/issues/1522)) ([8464ac9](https://github.com/equinor/ecalc/commit/8464ac9561144143b376323217e1e31a38c271a0)) |
| 31 | +* upgrade uv support ([#1520](https://github.com/equinor/ecalc/issues/1520)) ([1514bc8](https://github.com/equinor/ecalc/commit/1514bc85160488808c367f984e2160003df23c72)) |
| 32 | +* use uuid7 instead of uuid4 for new entities ([#1503](https://github.com/equinor/ecalc/issues/1503)) ([ed5d55e](https://github.com/equinor/ecalc/commit/ed5d55e84a1316c85061cee4bd5bddfc3955fb1a)) |
| 33 | + |
| 34 | + |
| 35 | +### Code Refactoring |
| 36 | + |
| 37 | +* consolidate state reset via ProcessRunner.reset_to ([#1518](https://github.com/equinor/ecalc/issues/1518)) ([879e177](https://github.com/equinor/ecalc/commit/879e1776d738955a63728c5eaddec126aabdef7a)) |
| 38 | +* individual asv pressure solve each stage on its own outlet ([#1511](https://github.com/equinor/ecalc/issues/1511)) ([6ad8dc2](https://github.com/equinor/ecalc/commit/6ad8dc205997036dc8f2399b3aa0792f098dc1e6)) |
| 39 | +* update boundary calculations for Common ASV strategies ([#1508](https://github.com/equinor/ecalc/issues/1508)) ([46a3506](https://github.com/equinor/ecalc/commit/46a3506d72fac9094139f5b7b107fd37dfc7ae1e)) |
| 40 | + |
| 41 | + |
| 42 | +### Tests |
| 43 | + |
| 44 | +* FeasibilitySolver excess rate coverage ([66726c1](https://github.com/equinor/ecalc/commit/66726c1d67071891027f440ec8c43c101c80bb5a)) |
| 45 | + |
| 46 | + |
| 47 | +### Continuous Integration |
| 48 | + |
| 49 | +* update pre-commit hooks and py 3.12 syntax ([#1512](https://github.com/equinor/ecalc/issues/1512)) ([d779fd8](https://github.com/equinor/ecalc/commit/d779fd860a41569f8aa85fab9b323de5a766f85d)) |
| 50 | + |
3 | 51 | ## [13.5.1](https://github.com/equinor/ecalc/compare/v13.5.0...v13.5.1) (2026-04-24) |
4 | 52 |
|
5 | 53 |
|
|
0 commit comments