Skip to content

Commit 8cf2f09

Browse files
author
nicolasK
committed
release(0.0.8)
1 parent 9fdf797 commit 8cf2f09

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ 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.0.8] - 2024-02-28
8+
9+
### Added
10+
11+
- better management of `col_wrap` in `ed` xarray accessor.
12+
13+
### Fixed
14+
15+
- some bugs in xarray `ed` accessor.
16+
717
## [0.0.7] - 2024-02-28
818

9-
#### Added
19+
### Added
1020

1121
- `ed` accessor.
1222

earthdaily/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import earthdatastore, datasets
22
from .accessor import EarthDailyAccessorDataArray, EarthDailyAccessorDataset
33

4-
__version__ = "0.0.7"
4+
__version__ = "0.0.8"

0 commit comments

Comments
 (0)