From 261d7b3ae294e5e7fc3232f7c550fb6b680170a3 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Mon, 11 Mar 2024 15:30:02 +0000 Subject: [PATCH 1/2] Setup repo (#1) (#2) --- LICENSE | 2 +- README.md | 5 +++-- docs/install.rst | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index b43eff0..32d3e94 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2022, European Centre for Medium Range Weather Forecasts. + Copyright 2024, European Centre for Medium Range Weather Forecasts. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 0f67d23..affa0da 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Install via `pip` with: $ pip install earthkit-geo ``` + ## License ``` -Copyright 2022, European Centre for Medium Range Weather Forecasts. +Copyright 2024, European Centre for Medium Range Weather Forecasts. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/install.rst b/docs/install.rst index 64a9b60..701a748 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -10,8 +10,8 @@ Install **earthkit-geo** with python3 (>= 3.8) and ``pip`` as follows: python3 -m pip install earthkit-geo -Alternatively, install via ``conda`` with: +.. Alternatively, install via ``conda`` with: -.. code-block:: bash +.. .. code-block:: bash - conda install earthkit-geo -c conda-forge +.. conda install earthkit-geo -c conda-forge From 660eb3b502d66504121b571e60f57c678065632d Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Fri, 26 Apr 2024 12:52:56 +0100 Subject: [PATCH 2/2] Update docs for release 0.1.0 --- docs/index.rst | 8 ++++++++ docs/release_notes/index.rst | 7 +++++++ docs/release_notes/version_0.1_updates.rst | 12 ++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 docs/release_notes/index.rst create mode 100644 docs/release_notes/version_0.1_updates.rst diff --git a/docs/index.rst b/docs/index.rst index 99249f5..a7c4988 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -28,9 +28,17 @@ Welcome to earthkit-geo's documentation :caption: Installation install + release_notes/index development licence +.. toctree:: + :maxdepth: 1 + :caption: Projects + + earthkit + + Indices and tables ================== diff --git a/docs/release_notes/index.rst b/docs/release_notes/index.rst new file mode 100644 index 0000000..37ca6f6 --- /dev/null +++ b/docs/release_notes/index.rst @@ -0,0 +1,7 @@ +Release notes +============== + +.. toctree:: + :maxdepth: 1 + + version_0.1_updates diff --git a/docs/release_notes/version_0.1_updates.rst b/docs/release_notes/version_0.1_updates.rst new file mode 100644 index 0000000..8eefca2 --- /dev/null +++ b/docs/release_notes/version_0.1_updates.rst @@ -0,0 +1,12 @@ +Version 0.1 Updates +///////////////////////// + +Version 0.1.0 +=============== + +New features +++++++++++++++++ + +- implemented figures: :py:attr:`~geo.figure.IFS_SPHERE` and :py:attr:`~geo.figure.UNIT_SPHERE` +- allowed specifying the figure for public methods +- optimised nearest methods by using UNIT_SPHERE internally