Skip to content

Commit adcebe4

Browse files
Merge pull request #96 from ecmwf/develop
Release 0.9.5
2 parents 4ca4ca3 + f5257e7 commit adcebe4

10 files changed

+49
-22
lines changed

.github/workflows/cd-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77

88
jobs:
99
pypi:
10-
uses: ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2
10+
uses: ecmwf/reusable-workflows/.github/workflows/cd-pypi.yml@v2
1111
secrets: inherit

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
downstream-ci:
3434
name: downstream-ci
3535
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
36-
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main
36+
uses: ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main
3737
with:
3838
earthkit: ecmwf/earthkit@${{ github.event.pull_request.head.sha || github.sha }}
3939
codecov_upload: true
@@ -45,7 +45,7 @@ jobs:
4545
downstream-ci-hpc:
4646
name: downstream-ci-hpc
4747
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
48-
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
48+
uses: ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
4949
with:
5050
earthkit: ecmwf/earthkit@${{ github.event.pull_request.head.sha || github.sha }}
5151
secrets: inherit

.github/workflows/label-public-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
label:
10-
uses: ecmwf-actions/reusable-workflows/.github/workflows/label-pr.yml@v2
10+
uses: ecmwf/reusable-workflows/.github/workflows/label-pr.yml@v2

.github/workflows/notify-new-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
# runs-on: ubuntu-latest
1111
# steps:
1212
# - name: Notify new issue
13-
# uses: ecmwf-actions/notify-teams-issue@v1
13+
# uses: ecmwf/notify-teams-issue@v1
1414
# with:
1515
# incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}

.github/workflows/notify-new-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
# runs-on: ubuntu-latest
1111
# steps:
1212
# - name: Notify new PR
13-
# uses: ecmwf-actions/notify-teams-pr@v1
13+
# uses: ecmwf/notify-teams-pr@v1
1414
# with:
1515
# incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}

.github/workflows/python-pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
quality:
10-
uses: ecmwf-actions/reusable-workflows/.github/workflows/qa-precommit-run.yml@v2
10+
uses: ecmwf/reusable-workflows/.github/workflows/qa-precommit-run.yml@v2
1111
with:
1212
skip-hooks: "no-commit-to-branch"

README.md

+39-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,42 @@
1-
# earthkit
2-
3-
<img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-light.svg" width="160">
4-
5-
[![PyPI version fury.io](https://badge.fury.io/py/earthkit.svg)](https://pypi.python.org/pypi/earthkit/)
6-
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/earthkit.svg)](https://pypi.python.org/pypi/earthkit/)
7-
8-
**DISCLAIMER**
9-
10-
> This project is in the **BETA** stage of development. Please be aware that interfaces and functionality may change as the project develops. If this software is to be used in operational systems you are **strongly advised to use a released tag in your system configuration**, and you should be willing to accept incoming changes and bug fixes that require adaptations on your part. ECMWF **does use** this software in operations and abides by the same caveats.
11-
12-
**earthkit** is a project led by ECMWF, providing powerful tools for speeding up weather and climate science workflows by simplifying data access, processing, analysis, visualisation and much more.
1+
<a href="https://github.com/ecmwf/earthkit">
2+
<p align="center">
3+
<picture>
4+
<source srcset="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-dark.svg" media="(prefers-color-scheme: dark)">
5+
<img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-light.svg" height="120">
6+
</picture>
7+
</p>
8+
</a>
9+
10+
<p align="center">
11+
<a href="https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE">
12+
<img src="https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE/foundation_badge.svg" alt="ECMWF Software EnginE">
13+
</a>
14+
<a href="https://github.com/ecmwf/codex/raw/refs/heads/main/Project Maturity">
15+
<img src="https://github.com/ecmwf/codex/raw/refs/heads/main/Project Maturity/incubating_badge.svg" alt="Maturity Level">
16+
</a>
17+
<a href="https://opensource.org/licenses/apache-2-0">
18+
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License">
19+
</a>
20+
<a href="https://pypi.python.org/pypi/earthkit/">
21+
<img src="https://badge.fury.io/py/earthkit.svg" alt="PyPI version fury.io">
22+
</a>
23+
<a href="https://pypi.python.org/pypi/earthkit/">
24+
<img src="https://img.shields.io/pypi/pyversions/earthkit.svg" alt="PyPI pyversions">
25+
</a>
26+
</p>
27+
28+
> \[!IMPORTANT\]
29+
> This software is **Incubating** and subject to ECMWF's guidelines on [Software Maturity](https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity).
30+
31+
**earthkit** is an open-source project led by ECMWF, providing powerful tools for speeding up weather and climate science workflows by simplifying data access, processing, analysis, visualisation and much more.
32+
33+
# The earthkit ecosystem
34+
35+
| | | |
36+
|:-------------------------:|:-------------------------:|:-------------------------:|
37+
| <a href="https://github.com/ecmwf/earthkit-data"><picture><source srcset="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-data-dark.svg" media="(prefers-color-scheme: dark)"><img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-data-light.svg"></picture></a> | <a href="https://github.com/ecmwf/earthkit-plots"><picture><source srcset="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-plots-dark.svg" media="(prefers-color-scheme: dark)"><img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-plots-light.svg"></picture></a> | <a href="https://github.com/ecmwf/earthkit-meteo"><picture><source srcset="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-meteo-dark.svg" media="(prefers-color-scheme: dark)"><img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-meteo-light.svg"></picture></a> |
38+
| <a href="https://github.com/ecmwf/earthkit-regrid"><picture><source srcset="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-regrid-dark.svg" media="(prefers-color-scheme: dark)"><img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-regrid-light.svg"></picture></a> | <a href="https://github.com/ecmwf/earthkit-climate"><picture><source srcset="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-climate-dark.svg" media="(prefers-color-scheme: dark)"><img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-climate-light.svg"></picture></a> | <a href="https://github.com/ecmwf/earthkit-geo"><picture><source srcset="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-geo-dark.svg" media="(prefers-color-scheme: dark)"><img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-geo-light.svg"></picture></a> |
39+
| <a href="https://github.com/ecmwf/earthkit-time"><picture><source srcset="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-time-dark.svg" media="(prefers-color-scheme: dark)"><img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-time-light.svg"></picture></a> | <a href="https://github.com/ecmwf/earthkit-transforms"><picture><source srcset="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-transforms-dark.svg" media="(prefers-color-scheme: dark)"><img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-transforms-light.svg"></picture></a> | <a href="https://github.com/ecmwf/earthkit-hydro"><picture><source srcset="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-hydro-dark.svg" media="(prefers-color-scheme: dark)"><img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-hydro-light.svg"></picture></a> |
1340

1441
## Documentation
1542

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- earthkit-data>=0.12.3
6+
- earthkit-data>=0.13.4
77
- geos
88
- pip:
99
- earthkit-geo>=0.3.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
dynamic = [ "version" ]
2929
dependencies = [
30-
"earthkit-data[all]>=0.12.3",
30+
"earthkit-data[all]>=0.13.4",
3131
"earthkit-geo>=0.3",
3232
"earthkit-meteo>=0.3",
3333
"earthkit-plots>=0.2.8",

tests/environment-unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- pytest-cov
99
- geos
1010
- pip:
11-
- earthkit-data[all]>=0.12.3
11+
- earthkit-data[all]>=0.13.4
1212
- earthkit-geo>=0.3.0
1313
- earthkit-meteo>=0.3.0
1414
- earthkit-plots>=0.2.8

0 commit comments

Comments
 (0)