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.5 (2021-03-16):
4+
5+ * Fixed deprecation warnings in recent versions of numpy and matplotlib.
6+ * Fixed colormaps arising in recent versions of matplotlib.
7+ * Fixed bytes vs. str handling in Python 3.
8+ * Support for Python 3 in tests.
9+
310New in 1.5.4 (2020-08-02):
411
512 * Support for Python 3.
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.4 "
69+ __version__ = "1.5.5 "
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.4 ' ,
41+ version = '1.5.5 ' ,
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