Skip to content

Commit ecfa6c9

Browse files
committed
minimal changelog for bump to 0.1.3
1 parent 206bf5c commit ecfa6c9

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.1.3:
2+
- Created ability to transform data to required dual graph format for SurgeNet training in `adforce/mesh.py`.
3+
- Created training datasets needed to create the SurgeNet model, by forcing the ADCIRC model with IBTrACS storms from 1980-2024 in `adforce/generate_training_data.py`.
4+
- Created the potential height test set for SurgeNet training in `adbo/create_test_set.py`.
5+
6+
17
v0.1.2:
28
- Improved logic for filling in temperature and humidity profile.
39
- Actually managed to calculate potential sizes on ERA5 Aug/Feb data 1980-2024 for the whole grid 40S to 40N by burning 2000 node hours (128 CPUs per node) on Archer2. This shows parallelization works, but still very strong constraints. 99% of compute is still on the CLE15 profile calculation.

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: Simon Donald Alistair
66
orcid: https://orcid.org/0000-0001-7911-1659
77
title: Finding the potential height of tropical cyclone storm surges in a changing climate using Bayesian Optimization
8-
version: v0.1.1
8+
version: v0.1.3
99
doi: 10.5281/zenodo.15073504
1010
url: "https://github.com/sdat2/worstsurge"
11-
date-released: 2025-09-15
11+
date-released: 2025-11-26

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ And cite the code as:
9696
@software{potential_height_code,
9797
author = {Thomas, Simon D. A.},
9898
doi = {10.5281/zenodo.15073504},
99-
month = {Oct},
99+
month = {Nov},
100100
title = {{Finding the potential height of tropical cyclone storm surges in a changing climate using Bayesian Optimization}},
101101
url = {https://github.com/sdat2/PotentialHeight},
102-
version = {v0.1.2},
102+
version = {v0.1.3},
103103
year = {2025}
104104
}
105105
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
setup(
4040
name="PotentialHeight",
4141
description="A set of tools to calculate the potential height of tropical cyclone storm surges",
42-
version="0.1.2",
42+
version="0.1.3",
4343
author_email="[email protected]",
4444
author="Simon D.A. Thomas",
4545
install_requires=REQUIRED,

0 commit comments

Comments
 (0)