Skip to content

Commit 20f34a8

Browse files
authored
Merge pull request #1409 from DestinE-Climate-DT/v0121
Preparation for v0.12.1
2 parents 82ffe6f + bf5a803 commit 20f34a8

File tree

10 files changed

+13
-12
lines changed

10 files changed

+13
-12
lines changed

.github/ISSUE_TEMPLATE/01-bug-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ body:
4949
description: Which AQUA version are you using?
5050
options:
5151
- main
52+
- v0.12.1
5253
- v0.12
5354
- v0.11.3
5455
- v0.11.2
5556
- v0.11.1
5657
- v0.11
57-
- v0.10.*
5858
- older
5959
validations:
6060
required: true

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

88
Unreleased in the current development version:
99

10+
## [v0.12.1]
11+
1012
AQUA core complete list:
1113
- Allow multiple realizations in fdb-catalog-generator (#1335)
1214
- Fix the container loading script in order to avoid load of local libraries (#1399)
1315
- Fix using AQUA container for submit-aqua-web, do not wipe old figures by default (#1387)
1416
- New `timstat` module which opens complement `timmean()` with `timmax()`, `timmin()` and `timstd()` methods (#1391)
1517
- Fix installation to avoid mismatch between `hdf5` and `h5py` libraries (#1408)
1618

17-
AQUA diagnostic complete list:
18-
1919
## [v0.12]
2020

2121
Main changes are:
@@ -667,7 +667,8 @@ This is mostly built on the `AQUA` `Reader` class which support for climate mode
667667
This is the AQUA pre-release to be sent to internal reviewers.
668668
Documentations is completed and notebooks are working.
669669

670-
[unreleased]: https://github.com/DestinE-Climate-DT/AQUA/compare/v0.12...HEAD
670+
[unreleased]: https://github.com/DestinE-Climate-DT/AQUA/compare/v0.12.1...HEAD
671+
[v0.12.1]: https://github.com/DestinE-Climate-DT/AQUA/compare/v0.12...v0.12.1
671672
[v0.12]: https://github.com/DestinE-Climate-DT/AQUA/compare/v0.11.3...v0.12
672673
[v0.11.3]: https://github.com/DestinE-Climate-DT/AQUA/compare/v0.11.2...v0.11.3
673674
[v0.11.2]: https://github.com/DestinE-Climate-DT/AQUA/compare/v0.11.1...v0.11.2

cli/levante-container/load_container_levante.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
fi
1313

1414
setup_log_level 2 # 1=DEBUG, 2=INFO, 3=WARNING, 4=ERROR, 5=CRITICAL
15-
AQUA_container="/work/bb1153/b382289/container/aqua/aqua_0.12.sif"
15+
AQUA_container="/work/bb1153/b382289/container/aqua/aqua_0.12.1.sif"
1616
GRID_DEFINITION_PATH="/work/bb1153/b382321/grid_definitions"
1717

1818
# Simple command line parsing

cli/levante-container/slurm_job_container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
set -e
1212

1313
# export AQUA = PATH_TO_AQUA_repo
14-
AQUA_container="/work/bb1153/b382289/container/aqua/aqua_0.12.sif"
14+
AQUA_container="/work/bb1153/b382289/container/aqua/aqua_0.12.1.sif"
1515
GRID_DEFINITION_PATH="/work/bb1153/b382321/grid_definitions"
1616

1717
module load singularity

cli/lumi-container/load_container_lumi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
# Your subsequent commands here
1313
fi
1414
setup_log_level 2 # 1=DEBUG, 2=INFO, 3=WARNING, 4=ERROR, 5=CRITICAL
15-
AQUA_container="/project/project_465000454/containers/aqua/aqua_0.12.sif"
15+
AQUA_container="/project/project_465000454/containers/aqua/aqua_0.12.1.sif"
1616
GSV_WEIGHTS_PATH="/scratch/project_465000454/igonzalez/gsv_weights/"
1717
GRID_DEFINITION_PATH="/scratch/project_465000454/igonzalez/grid_definitions"
1818

cli/lumi-container/slurm_job_container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#SBATCH -p debug #change the partition
1111

1212
AQUA_path=$AQUA
13-
AQUA_container=/project/project_465000454/containers/aqua/aqua_0.12.sif
13+
AQUA_container=/project/project_465000454/containers/aqua/aqua_0.12.1.sif
1414
GSV_WEIGHTS_PATH=/scratch/project_465000454/igonzalez/gsv_weights/
1515
GRID_DEFINITION_PATH=/scratch/project_465000454/igonzalez/grid_definitions
1616

cli/marenostrum5-container/load_container_mn5.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
setup_log_level 2 # 1=DEBUG, 2=INFO, 3=WARNING, 4=ERROR, 5=CRITICAL
1515
# If you don't have access to ehpc01, use the below bsc32 path
1616
# AQUA_container="/gpfs/projects/bsc32/DestinE/containers/aqua/aqua_0.9.2.sif"
17-
AQUA_container="/gpfs/projects/ehpc01/containers/AQUA/aqua_0.12.sif"
17+
AQUA_container="/gpfs/projects/ehpc01/containers/AQUA/aqua_0.12.1.sif"
1818

1919
# Simple command line parsing
2020
user_defined_aqua="ask"

cli/marenostrum5-container/slurm_job_container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
AQUA_path=$AQUA
1313
# If you don't have access to ehpc01, use the below bsc32 path
1414
# AQUA_container="/gpfs/projects/bsc32/DestinE/containers/aqua/aqua_0.9.2.sif"
15-
AQUA_container="/gpfs/projects/ehpc01/containers/AQUA/aqua_0.12.sif"
15+
AQUA_container="/gpfs/projects/ehpc01/containers/AQUA/aqua_0.12.1.sif"
1616
# singularity shell can be an option depending on the requirement
1717
singularity exec \
1818
--cleanenv \

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies = [
6161
"h5py@git+https://github.com/h5py/[email protected]", #specific github pin to avoid installation of binaries
6262
"fastparquet",
6363
"pyfdb@git+https://github.com/ecmwf/[email protected]",
64-
"gsv@git+https://oauth2:[email protected]/gitlab/digital-twins/de_340-2/[email protected].0"
64+
"gsv@git+https://oauth2:[email protected]/gitlab/digital-twins/de_340-2/[email protected].1"
6565
]
6666

6767
[project.optional-dependencies]

src/aqua/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .slurm import squeue, job, output_dir, scancel, max_resources_per_node
77
from .accessor import AquaAccessor
88

9-
__version__ = '0.12'
9+
__version__ = '0.12.1'
1010

1111
__all__ = ["plot_single_map", "plot_maps", "plot_single_map_diff", "plot_timeseries",
1212
"plot_hovmoller",

0 commit comments

Comments
 (0)