We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fdf797 commit 8cf2f09Copy full SHA for 8cf2f09
CHANGELOG.md
@@ -4,9 +4,19 @@ 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.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
17
## [0.0.7] - 2024-02-28
18
-#### Added
19
20
21
- `ed` accessor.
22
earthdaily/__init__.py
@@ -1,4 +1,4 @@
1
from . import earthdatastore, datasets
2
from .accessor import EarthDailyAccessorDataArray, EarthDailyAccessorDataset
3
-__version__ = "0.0.7"
+__version__ = "0.0.8"
0 commit comments