What's Changed
* feat: remove invalid_value functionality in bisect by amundfr in https://github.com/statnett/linerate/pull/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 https://github.com/statnett/linerate/pull/23
New Contributors
* renovate made their first contribution in https://github.com/statnett/linerate/pull/2
* amundfr made their first contribution in https://github.com/statnett/linerate/pull/18
**Full Changelog**: https://github.com/statnett/linerate/commits/v1.0.0