Skip to content

Releases: statnett/linerate

1.2.1

28 Nov 09:50
24068f7
Compare
Choose a tag to compare

Fixed an error in the computation of conductor temperature.

1.2.0

14 Jun 11:19
e828901
Compare
Choose a tag to compare

What's Changed

  • feat: reintroduce invalid_value in bisect by @amundfr in #33

Full Changelog: 1.1.1...1.2.0

1.1.1

10 Jun 14:35
Compare
Choose a tag to compare

Fixed an incorrect function reference in example that prevented docs to build.

Full Changelog: 1.1.0...1.1.1

1.1.0

10 Jun 13:37
322af2b
Compare
Choose a tag to compare

What's Changed

We now have an implementation of CIGRE 207 in addition to CIGRE 601 and IEEE 738.

Full Changelog: 1.0.3...1.1.0

1.0.3

03 Jun 10:13
Compare
Choose a tag to compare

Added setuptools as requirement for generating docs with sphinx.

Full Changelog: 1.0.1...1.0.3

v1.0.2

03 Jun 09:56
b553036
Compare
Choose a tag to compare

What's Changed

  • Correct hour angle for longitude by @halvorlu in #29
    Previous implementation used solar angle in UTC, which is not correct when longitude != 0.

New Contributors

Full Changelog: 1.0.0...1.0.2

v1.0.0

08 Apr 11:32
99b0869
Compare
Choose a tag to compare

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