Skip to content

Releases: statnett/linerate

3.0.0

05 Feb 14:35
f37db52

Choose a tag to compare

  • Fixes a bug where max_raynolds_number was not set with Cigre601WithSolarRadiation model
  • Removed unused input variables from heating/cooling functions (breaking change)

2.2.1

30 Jan 08:12
74d35b7

Choose a tag to compare

Add pyright to Github Actions and pre-commit hook and fix bugs:

  • Issue in CIGRE 207 model where the code would crash if include_diffuse_radiation == True.
  • Issue in compute_hour_angle_relative_to_noon where the hour angle could become >= pi, which is not supported by _compute_solar_azimuth_constant.
  • It is now not possible to specify clearness ratio if using WeatherWithSolarRadiation.

2.2.0

06 Oct 13:18
29392eb

Choose a tag to compare

Restrict handling of invalid values in bisect to only return np.nan as the code does not distinguish between f < 0 and f > 0.

2.1.3

06 Oct 09:12
091f3c9

Choose a tag to compare

Improve nan handling in bisect

2.1.2

29 Sep 08:58
10b9d05

Choose a tag to compare

Fix an issue where bisect could return an array of objects instead of array of floats.

2.1.1: Solar radiation timeseries as input weather

04 Jul 12:45
f53d38f

Choose a tag to compare

Fixed a small issue with importing

2.1.0: Solar radiation timeseries as input weather

04 Jul 11:28
88f27a6

Choose a tag to compare

New weather class WeatherWithSolarRadiation accepts timeseries for diffuse and direct irradiance.

New CIGRE601 extension uses the extended weather to compute ampacities using external timeseries (forecasts, observations...) instead of the CIGRE601 equations.

2.0.0

12 Feb 07:05
9593489

Choose a tag to compare

The parameter ground_albedo has been moved from the Span class to the Weather class. This is a breaking change, ground_albedo should be moved from Span to Weather in any code that uses linerate.

1.2.1

28 Nov 09:50
24068f7

Choose a tag to compare

Fixed an error in the computation of conductor temperature.

1.2.0

14 Jun 11:19
e828901

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