From e9f98be38ac0d1f019fdc37921ef18825f42b053 Mon Sep 17 00:00:00 2001 From: Jean-Christophe TIBLE Date: Fri, 8 Nov 2024 09:09:12 +0100 Subject: [PATCH 1/3] release(v0.2.14): Fix parallel search --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df9b7add..a22ee80c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.14] - 2024-11-08 + +### Fixed + +- parallel search import + ## [0.2.13] - 2024-11-05 ### Fixed From 15eb6d41a2b53e7374a8b4b769251b8e0a6d60fc Mon Sep 17 00:00:00 2001 From: Jean-Christophe TIBLE Date: Fri, 8 Nov 2024 11:07:24 +0100 Subject: [PATCH 2/3] release(v0.2.14): Fix parallel search --- earthdaily/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthdaily/__init__.py b/earthdaily/__init__.py index e35caac5..70b775ff 100644 --- a/earthdaily/__init__.py +++ b/earthdaily/__init__.py @@ -7,7 +7,7 @@ # to hide warnings from rioxarray or nano seconds conversion # warnings.filterwarnings("ignore") -__version__ = "0.2.13" +__version__ = "0.2.14" def EarthDataStore( From 66889f369b515706dbb8f8a931d31e2ec3873b4a Mon Sep 17 00:00:00 2001 From: nkarasiak Date: Wed, 13 Nov 2024 16:51:51 +0000 Subject: [PATCH 3/3] style(ruff) : automatic lint/format --- earthdaily/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/earthdaily/__init__.py b/earthdaily/__init__.py index 31e09aff..ae08842d 100644 --- a/earthdaily/__init__.py +++ b/earthdaily/__init__.py @@ -9,6 +9,7 @@ __version__ = "0.2.15" + def EarthDataStore( json_path: Optional[Path] = None, toml_path: Optional[Path] = None,