pysteps v1.3.2
Summary of main changes :
- Improve documentation
- Fix bug in the VET padding
- Fix visualization routines for motion fields
- Update default
pystepsrc
- Minor code adjustments and fixes
Pysteps v1.3.2 changelog:
cascade
- Compute cascade level statistics by default in the
decomposition.decomposition_fft
function.
- Compute cascade level statistics by default in the
motion
- Fix the issue with the padding keyword in the
motion.vet
function to correctly handle masked and non-masked input arrays.
- Fix the issue with the padding keyword in the
noise
- Add a very small offset to the tapering window to avoid zero values causing some artifacts with the
ssft
andnested
filters.
- Add a very small offset to the tapering window to avoid zero values causing some artifacts with the
nowcasts
- Set out-of-domain values to nan in
sprog.forecast
andsteps.forecast
. - Set negative values in
anvil.forecast
to zero. - Add option to disable localization in
anvil.forecast
by passingar_window_radius=None
. - Change default to
probmatching_method='cdf'
insprog.forecast
.
- Set out-of-domain values to nan in
pystepsrc
- Convert the value of pixelsize to km for
knmi
data.
- Convert the value of pixelsize to km for
verification
- Fix error in
plot.plot_rankhist
caused by a different number of ticks and tick labels.
- Fix error in
visualization
- Fix interfaces in
motionfields
routines with respect tobasemaps.plot_geography
. - Update docstrings in
motionfields
.
- Fix interfaces in
Future Warnings:
v1.4.0
:- Rename keyword argument
map
toplot_map
for all routines in thevisualization
module.
- Rename keyword argument