File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
CCPLOT NEWS
2
2
3
+ New in 2.1.5 (2025-03-26)
4
+
5
+ * Fixed installation bug due to NumPy 2.
6
+
3
7
New in 2.1.4 (2023-09-08)
4
8
5
9
* Support for installation on Windows with Python 3.11.
@@ -14,7 +18,7 @@ New in 2.1.2 (2023-06-20)
14
18
15
19
New in 2.1.1 (2021-01-23)
16
20
17
- * Fix building of Python wheel on Windows (missing DLLs).
21
+ * Fixed building of Python wheel on Windows (missing DLLs).
18
22
19
23
New in 2.1.0 (2021-11-28)
20
24
Original file line number Diff line number Diff line change 72
72
73
73
# Early global variables.
74
74
program_name = os .path .basename (sys .argv [0 ])
75
- __version__ = "2.1.4 "
75
+ __version__ = "2.1.5 "
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.1.4 ' ,
55
+ version = '2.1.5 ' ,
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