Skip to content

v1.0.0

Compare
Choose a tag to compare
@amundfr amundfr released this 08 Apr 11:32
· 62 commits to main since this release
99b0869

What's Changed

  • feat: remove invalid_value functionality in bisect by @amundfr in #13

BREAKING CHANGE: removed parameter invalid_value of method bisect in linerate.solver, which is used by all models in model at compute_steady_state_ampacity and compute_conductor_temperature.
Instead of setting invalid_value when optimization fails, these functions will now raise a ValueError.

  • fix(docs): fix zero linerate in docs by @amundfr in #23

New Contributors

Full Changelog: https://github.com/statnett/linerate/commits/v1.0.0