Skip to content

Commit 8d7d4e2

Browse files
committed
clean up repo for JOSS paper, add updates for v3.0.9
1 parent 984ba02 commit 8d7d4e2

File tree

128 files changed

+17860
-17062
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+17860
-17062
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
**/*.egg-info/
55
/.pytest_cache/
66
/docs/build
7+
/docs/source
78
/.eggs
89
/cov.xml
910
**/__pycache__/
1011
notes.txt
1112
/.idea
1213
/src/sounderpy.egg-info
14+
/src/sounderpy/__pycache__
1315
test-file
1416
scrap_306.ipynb
1517
CHANGELOG.md
1618
/test_data/wrfout_d01_2024-08-29_01_00_00
17-
make_docs_figures.ipynb
19+
make_docs_figures.ipynb

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ keywords:
2626
abstract: >-
2727
SounderPy is an open-source Python package for retrieving, processing, and visualizing atmospheric sounding data.
2828
license: MIT
29-
version: v3.0.8
30-
date-released: '2025-01-13'
29+
version: v3.0.9
30+
date-released: '2025-08-21'

LICENSE

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) [2024] [KYLE J GILLETT]
3+
Copyright (c) 2025, KYLE J GILLETT
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,8 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.
22+
23+
SounderPy contains the source code to SHARPpy (Sounding/Hodograph Analysis and
24+
Research Program in Python). SHARPpy is protected by and licensed under the BSD
25+
3-Clause that can be found at: /src/sounderpy/SHARPPYMAIN/LICENSE.rst

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</div>
55

66
# SounderPy, the vertical profile data retrieval and analysis tool for Python
7-
LATEST VERSION: v3.0.8 | RELEASED: Jan, 2025 | COPYRIGHT Kyle J Gillett, 2023-2025
7+
LATEST VERSION: v3.0.9 | RELEASED: Aug, 2025 | COPYRIGHT Kyle J Gillett, 2023-2025
88

99
SounderPy is an open-source Python package for retrieving, processing, and visualizing atmospheric sounding data.
1010

@@ -158,7 +158,7 @@ SounderPy has been used by several institutions. For example, this tool has been
158158

159159
in AMS format:
160160

161-
- Gillett, K., 2025: SounderPy: Vertical Profile Data Retrieval & Analysis Tool for Python (Version 3.0.8). Py-Pi, https://pypi.org/project/sounderpy/
161+
- Gillett, K., 2025: SounderPy: Vertical Profile Data Retrieval & Analysis Tool for Python (Version 3.0.9). Py-Pi, https://pypi.org/project/sounderpy/
162162

163163
------
164164

181 KB
Loading
161 KB
Loading
179 KB
Loading
171 KB
Loading
173 KB
Loading
182 KB
Loading

0 commit comments

Comments
 (0)