Releases: statnett/linerate
Releases · statnett/linerate
3.0.0
2.2.1
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_noonwhere 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
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
Improve nan handling in bisect
2.1.2
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
Fixed a small issue with importing
2.1.0: Solar radiation timeseries as input weather
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.