From 4f5bb383cecc7bb7c5d51f6184e4ac6f7e3e20f7 Mon Sep 17 00:00:00 2001 From: Matthew Chantry Date: Sun, 27 Oct 2024 22:05:03 +0000 Subject: [PATCH 1/6] Add contributors file. --- Contributors.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Contributors.md diff --git a/Contributors.md b/Contributors.md new file mode 100644 index 00000000..b042f3ef --- /dev/null +++ b/Contributors.md @@ -0,0 +1,8 @@ +##How to Contribute +Please see the [read the docs](https://anemoi-training.readthedocs.io/en/latest/dev/contributing.html). + +##Contributors +Thank you to all the wonderful people who have contributed to Anemoi. Contributions can come in many forms, including code, documentation, bug reports, feature suggestions, design, and more. A list of code-based contributors can be found [here](https://github.com/ecmwf/training/graphs/contributors). + +##Contributing Organisations +Significant contributions have been made by the following organisations: [DWD](https://www.dwd.de/), [MET Norway](https://www.met.no/), [MeteoSwiss](https://www.meteoswiss.admin.ch/), [RMI](https://www.meteo.be/) & [ECMWF](https://www.ecmwf.int/) From 7d240440497d77673cb2cf75af30bb0859b28ee9 Mon Sep 17 00:00:00 2001 From: Matthew Chantry Date: Sun, 27 Oct 2024 22:06:31 +0000 Subject: [PATCH 2/6] Rename contributors file --- Contributors.md => CONTRIBUTORS.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Contributors.md => CONTRIBUTORS.md (100%) diff --git a/Contributors.md b/CONTRIBUTORS.md similarity index 100% rename from Contributors.md rename to CONTRIBUTORS.md From e335646dbde71fd11ad3b12ba292c93ee2b65c39 Mon Sep 17 00:00:00 2001 From: Matthew Chantry Date: Sun, 27 Oct 2024 22:08:03 +0000 Subject: [PATCH 3/6] Fix markdown --- CONTRIBUTORS.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b042f3ef..42a08703 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,8 +1,13 @@ -##How to Contribute +## How to Contribute + Please see the [read the docs](https://anemoi-training.readthedocs.io/en/latest/dev/contributing.html). -##Contributors + +## Contributors + Thank you to all the wonderful people who have contributed to Anemoi. Contributions can come in many forms, including code, documentation, bug reports, feature suggestions, design, and more. A list of code-based contributors can be found [here](https://github.com/ecmwf/training/graphs/contributors). -##Contributing Organisations + +## Contributing Organisations + Significant contributions have been made by the following organisations: [DWD](https://www.dwd.de/), [MET Norway](https://www.met.no/), [MeteoSwiss](https://www.meteoswiss.admin.ch/), [RMI](https://www.meteo.be/) & [ECMWF](https://www.ecmwf.int/) From 799d3c9e2b5498066a365526e9e23575fecd01f1 Mon Sep 17 00:00:00 2001 From: Matthew Chantry Date: Sun, 27 Oct 2024 22:10:50 +0000 Subject: [PATCH 4/6] Fix hyperlink --- CONTRIBUTORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 42a08703..72541b37 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -5,7 +5,7 @@ Please see the [read the docs](https://anemoi-training.readthedocs.io/en/latest/ ## Contributors -Thank you to all the wonderful people who have contributed to Anemoi. Contributions can come in many forms, including code, documentation, bug reports, feature suggestions, design, and more. A list of code-based contributors can be found [here](https://github.com/ecmwf/training/graphs/contributors). +Thank you to all the wonderful people who have contributed to Anemoi. Contributions can come in many forms, including code, documentation, bug reports, feature suggestions, design, and more. A list of code-based contributors can be found [here](https://github.com/ecmwf/anemoi-training/graphs/contributors). ## Contributing Organisations From 81f22166107ad9a08f575c69e6db32cb1d356563 Mon Sep 17 00:00:00 2001 From: Mario Santa Cruz <48736305+JPXKQX@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:31:15 +0000 Subject: [PATCH 5/6] fix: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1bbd55c..57330129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Keep it human-readable, your future self will thank you! ### Added - Codeowners file (#56) - Changelog merge strategy (#56) +- Contributors file (#106) #### Miscellaneous From 0a8b9f627abd3b052a333e6ad28e7d6b6e5df858 Mon Sep 17 00:00:00 2001 From: Harrison Cook Date: Mon, 28 Oct 2024 13:14:23 +0000 Subject: [PATCH 6/6] Lock python version to <3.13 (#107) * Lock python version to <3.13 - Temporary fix while pyshtools cannot be installed on 3.13 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe4148c..14af169e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ Keep it human-readable, your future self will thank you! ## [Unreleased](https://github.com/ecmwf/anemoi-training/compare/0.2.1...HEAD) +### Changed +- Lock python version <3.13 [#107](https://github.com/ecmwf/anemoi-training/pull/107) + ## [0.2.1 - Bugfix: resuming mlflow runs](https://github.com/ecmwf/anemoi-training/compare/0.2.0...0.2.1) - 2024-10-24 ### Added diff --git a/pyproject.toml b/pyproject.toml index 4a368552..9ffa2db1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ authors = [ { name = "European Centre for Medium-Range Weather Forecasts (ECMWF)", email = "software.support@ecmwf.int" }, ] -requires-python = ">=3.9" +requires-python = ">=3.9,<3.13" # Unable to use 3.13 until pyshtools updates classifiers = [ "Development Status :: 4 - Beta",