This release includes a breaking change to how validity_times
are specified in
calls to Forecasts.to_ndarray_vlf
. It also includes a couple of dependency
updates.
-
The required
channels
package version is now updated to1.0.0b2
-
validity_times
in theto_ndarray_vlf
method on receivedForecasts
is now specified as a list ofdatetime
s, and no longer a list oftimedelta
s.