Releases: WFRT/verif
Releases · WFRT/verif
Version 1.3.0
New metrics/diagrams
-m nncsecto show the normalized Nash-Sutcliffe efficiency coefficient-m kgeto show the Kling-Gupta efficiency index-m murphyto show the Murphy diagram-m bcdecompto show a Brier score decomposition diagram
Bug fixes
- Fixed bug in
-m quantilescore - Fixed bug in labeling of points in ROC curves (thanks to Jan Verkade)
- Fixed bug in axis labeling in
-m bsrel(thanks to Jan Verkade)
Version 1.2.1
- Fixed bug in labels in Roc diagram
- Fixed window manager run-time error for certain matplotlib versions
Version 1.2.0
New features
- Uses cartopy instead of matplotlib Basemap for map generation. Basemap is deprecated and not developed anymore.
Changes to command-line options
-projis no longer supported
New metrics/diagrams
-m spreadto show the spread between two quantiles
Version 1.1.3
Fixes a few runtime errors for python3
Version 1.1.1
Fixed runtime error in -m fss
Version 1.1.0
New features
- Support for reading OpenDAP files, meaning that verif can read files directly from a remote server supporting OpenDAP (for example
thredds <https://www.unidata.ucar.edu/software/thredds/current/tds/>_). - Read arbitrary fields (such as pre-computed CRPS) from file
- Added axes:
-x leadtimeday,-x timeofday,-x dayofyear,-x monthofyear,-x dayofmonth,-x day - Added
-ato annotate graphs (put text next to each data point) - Added
-x obsand-x fcstto plot scores as a function of observed or forecasted value - Allow subsetting of forecasts initialized at certain times of the day (
-tod) - Added
-type rank,-type impact, and-type mapimpact - Added
-obsrangeto subset based on observed values - Accept vector input for
-msand-lw - Added python 3.7 support (thanks to
@tommz9 <https://github.com/tommz9>_)
Changes to command-line options
-lsno longer accepts marker specification, e.g. o-. Markers must be specified separately using -ma (e.g.-ls - -ma o).
New metrics/diagrams
-m bssrelBrier skill score, reliability component-m bssresBrier skill score, resolution component-m autocorrto show autocorrelation of error in space or time-m diffto show difference in aggregated statistics-m fssto show fractions skill score-m pithistslopeto show slope of the pit histogram-m pithistshapeto show the shape of the pit histogram (e.g. U-shape)-m ratioto show ratio of aggregated statistics
Changes to metrics
- Renamed
-m pitdevto-m pithistdev
Version 1.0.0-beta.4
Minor bug fixes and improvements:
- honor -ms and -xlim options in some of the diagrams.
- bug fix in -m discrimination
- added --config flag
Version 1.0.0
v1.0.0 Merge v1.0.0
Version 1.0.0-beta.3
Beta release of version 1.0.0
Version 0.4.0
- New metrics:
- Added -m alphaindex
- Added -m performance
- Added -m discrimination
- Added -m dscore
- Added -m leps
- Added -m nsec
- New features:
- Added -cmap to specify colormap
- Added -elevrange
- Added -lc to specify line colours
- Added -legloc to specify legend location
- Added -logx and -logy to logx logarithmic axes
- Added -sat to show satellite image on maps
- Added -simple to ask for a simpler diagram, when possible
- Better handling of legend entries