File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CCPLOT NEWS
22
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+
38New in 1.5.6 (2021-03-26):
49
510 * 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
7272
7373# Early global variables.
7474program_name = os .path .basename (sys .argv [0 ])
75- __version__ = "2.0.0-dev "
75+ __version__ = "2.0.0"
7676CCPLOT_CMAP_PATH = os .path .join (ccplot .config .sharepath , 'cmap' ) \
7777 + ":/usr/share/ccplot/cmap:/usr/local/share/ccplot/cmap"
7878
Original file line number Diff line number Diff line change 5252
5353setup (
5454 name = 'ccplot' ,
55- version = '2.0.0-dev ' ,
55+ version = '2.0.0' ,
5656 description = 'CloudSat and CALIPSO plotting tool' ,
5757 long_description = """ccplot is an open source command-line program for
5858 plotting profile, layer and earth view data sets from CloudSat, CALIPSO
You can’t perform that action at this time.
0 commit comments