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.1.5 (2025-03-26)
4+
5+ * Fixed installation bug due to NumPy 2.
6+
37New in 2.1.4 (2023-09-08)
48
59 * Support for installation on Windows with Python 3.11.
@@ -14,7 +18,7 @@ New in 2.1.2 (2023-06-20)
1418
1519New in 2.1.1 (2021-01-23)
1620
17- * Fix building of Python wheel on Windows (missing DLLs).
21+ * Fixed building of Python wheel on Windows (missing DLLs).
1822
1923New in 2.1.0 (2021-11-28)
2024
Original file line number Diff line number Diff line change 7272
7373# Early global variables.
7474program_name = os .path .basename (sys .argv [0 ])
75- __version__ = "2.1.4 "
75+ __version__ = "2.1.5 "
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.1.4 ' ,
55+ version = '2.1.5 ' ,
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