We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68c9c13 + 4b8c97b commit 23c41c3Copy full SHA for 23c41c3
docs/CHANGELOG.md
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [0.5.4] - 2025-02-10
+## [0.5.5] - 2025-03-11
8
+
9
+### Fixed
10
11
+- better stability of the deduplicate items algorithm.
12
+- rescale dataset now supports same datetime in dataset.
13
14
+## [0.5.4] - 2025-03-10
15
16
### Added
17
earthdaily/__init__.py
@@ -6,7 +6,7 @@
__all__ = ["options"]
-__version__ = "0.5.4"
+__version__ = "0.5.5"
def EarthDataStore(
0 commit comments