File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ v0.4.1 04/14/2021
2+ - Added 'fast' projection option for plotting spatial datasets (#110)
3+ - Fixed region border missing when plotted in various projections (#110)
4+ - Fixed bug where ascii catalog-based forecasts could be incorrectly loaded (#111)
5+
16v0.4.0 03/24/2021
27 - Fixed issue in plot_poisson_consistency_test where one_sided_lower argument not coloring markers correctly
38 - Added several plot configurations based on Cartopy
Original file line number Diff line number Diff line change 3030# The short X.Y version
3131version = 'v0.4'
3232# The full version, including alpha/beta/rc tags
33- release = 'v0.4.0 '
33+ release = 'v0.4.1 '
3434
3535
3636# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 66
77setup (
88 name = 'pycsep' ,
9- version = '0 .4.0 ' ,
9+ version = 'v0 .4.1 ' ,
1010 author = 'William Savran' ,
11111212 packages = find_packages (),
You can’t perform that action at this time.
0 commit comments