Releases: statnett/linerate
Releases · statnett/linerate
1.2.1
1.2.0
1.1.1
Fixed an incorrect function reference in example that prevented docs to build.
Full Changelog: 1.1.0...1.1.1
1.1.0
1.0.3
Added setuptools as requirement for generating docs with sphinx.
Full Changelog: 1.0.1...1.0.3
v1.0.2
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