File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
CCPLOT NEWS
2
2
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
+
3
10
New in 1.5.4 (2020-08-02):
4
11
5
12
* Support for Python 3.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ import ccplot.utils
66
66
67
67
# Early global variables.
68
68
program_name = os .path .basename (sys .argv [0 ])
69
- __version__ = "1.5.4 "
69
+ __version__ = "1.5.5 "
70
70
CCPLOT_CMAP_PATH = os .path .join (ccplot .config .sharepath , 'cmap' ) \
71
71
+ ":/usr/share/ccplot/cmap:/usr/local/share/ccplot/cmap"
72
72
Original file line number Diff line number Diff line change 38
38
39
39
setup (
40
40
name = 'ccplot' ,
41
- version = '1.5.4 ' ,
41
+ version = '1.5.5 ' ,
42
42
description = 'CloudSat and CALIPSO plotting tool' ,
43
43
long_description = """ccplot is an open source command-line program for
44
44
plotting profile, layer and earth view data sets from CloudSat, CALIPSO
You can’t perform that action at this time.
0 commit comments