Skip to content

Commit 23c41c3

Browse files
authored
Merge pull request #166 from earthdaily/dev
release: v0.5.5
2 parents 68c9c13 + 4b8c97b commit 23c41c3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.5.4] - 2025-02-10
7+
## [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
815

916
### Added
1017

earthdaily/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__all__ = ["options"]
88

9-
__version__ = "0.5.4"
9+
__version__ = "0.5.5"
1010

1111

1212
def EarthDataStore(

0 commit comments

Comments
 (0)