File tree 3 files changed +7
-2
lines changed
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
+
1
6
v0.4.0 03/24/2021
2
7
- Fixed issue in plot_poisson_consistency_test where one_sided_lower argument not coloring markers correctly
3
8
- Added several plot configurations based on Cartopy
Original file line number Diff line number Diff line change 30
30
# The short X.Y version
31
31
version = 'v0.4'
32
32
# The full version, including alpha/beta/rc tags
33
- release = 'v0.4.0 '
33
+ release = 'v0.4.1 '
34
34
35
35
36
36
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'pycsep' ,
9
- version = '0 .4.0 ' ,
9
+ version = 'v0 .4.1 ' ,
10
10
author = 'William Savran' ,
11
11
12
12
packages = find_packages (),
You can’t perform that action at this time.
0 commit comments