v1.0.0
What's Changed
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.
New Contributors
Full Changelog: https://github.com/statnett/linerate/commits/v1.0.0