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
1
CCPLOT NEWS
2
2
3
+ New in 2.0.0 (2021-11-25)
4
+
5
+ * Migrated map plotting library from Basemap to Cartopy.
6
+ * Non-backward compatible changes to projections and projection options.
7
+
3
8
New in 1.5.6 (2021-03-26):
4
9
5
10
* Fixed an integer division issue in argument parsing on Python 3.
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ import ccplot.utils
72
72
73
73
# Early global variables.
74
74
program_name = os .path .basename (sys .argv [0 ])
75
- __version__ = "2.0.0-dev "
75
+ __version__ = "2.0.0"
76
76
CCPLOT_CMAP_PATH = os .path .join (ccplot .config .sharepath , 'cmap' ) \
77
77
+ ":/usr/share/ccplot/cmap:/usr/local/share/ccplot/cmap"
78
78
Original file line number Diff line number Diff line change 52
52
53
53
setup (
54
54
name = 'ccplot' ,
55
- version = '2.0.0-dev ' ,
55
+ version = '2.0.0' ,
56
56
description = 'CloudSat and CALIPSO plotting tool' ,
57
57
long_description = """ccplot is an open source command-line program for
58
58
plotting profile, layer and earth view data sets from CloudSat, CALIPSO
You can’t perform that action at this time.
0 commit comments