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 1.5.6 (2021-03-26):
4+
5+ * Fixed an integer division issue in argument parsing on Python 3.
6+
37New in 1.5.5 (2021-03-16):
48
59 * Fixed deprecation warnings in recent versions of numpy and matplotlib.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ import ccplot.utils
6666
6767# Early global variables.
6868program_name = os .path .basename (sys .argv [0 ])
69- __version__ = "1.5.5 "
69+ __version__ = "1.5.6 "
7070CCPLOT_CMAP_PATH = os .path .join (ccplot .config .sharepath , 'cmap' ) \
7171 + ":/usr/share/ccplot/cmap:/usr/local/share/ccplot/cmap"
7272
Original file line number Diff line number Diff line change 3838
3939setup (
4040 name = 'ccplot' ,
41- version = '1.5.5 ' ,
41+ version = '1.5.6 ' ,
4242 description = 'CloudSat and CALIPSO plotting tool' ,
4343 long_description = """ccplot is an open source command-line program for
4444 plotting profile, layer and earth view data sets from CloudSat, CALIPSO
You can’t perform that action at this time.
0 commit comments