Skip to content

Commit 2f8e8e9

Browse files
committed
added NEWS
1 parent d09c5c2 commit 2f8e8e9

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

NEWS.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# `odcr` changelog
2+
3+
## 0.0.2 (in development)
4+
5+
This release implements additional `xarray` features_
6+
7+
**Features:**
8+
9+
- `xarray` native S3 methods for assigning/replacing variables (see `?odcr::Extract`)
10+
11+
**Bug fixes:**
12+
13+
- The `xarray` attribute "unit" and the `xarray` name of the first object used in an arithmetic operation are not copied to the resulting `xarray` object anymore but stripped instead.
14+
15+
16+
***
17+
18+
## 0.0.1 (pre-release)
19+
20+
This release implements a basic API for interacting with `datacube` and `xarray`.
21+
22+
**Features:**
23+
24+
- basic database connection (see `?odcr::database`)
25+
- `datacube` core `Datacube` class methods (see `?odcr::datacube`)
26+
- `datacube` core data discovery methods (see `?odcr::datacube`
27+
- `datacube` core data loading methods (see `?odcr::datacube`
28+
- `xarray` `xarray.core.dataarray.DataArray` class and formal S3 definition
29+
- `xarray` `xarray.core.dataset.Dataset` class and formal S3 definition
30+
- `xarray` native S3 methods for retrieving dimensions (see `?odcr::dim`)
31+
- `xarray` native S3 methods for indexing by arbitrary number of dimensions (see `?odcr::Extract`)
32+
- `xarray` native S3 methods for indexing by variable (see `?odcr::Extract`)
33+
- `xarray` native S3 methods for indexing by time strings (see `?odcr::Extract`)
34+
- `xarray` native S3 methods for arithmetic operators (see `?odcr::Arithmetic`)
35+
- `xarray` native S3 methods for coercing to native spatial classes `raster*` and `stars` (see `?odcr::as`)
36+
- `xarray` native S3 methods for plotting (see `?odcr::plot`)
37+
- configuration (see `?odcr::config`)
38+
39+
40+

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- [x] `xarray` native S3 methods for indexing by arbitrary number of dimensions (see `?odcr::Extract`)
2424
- [x] `xarray` native S3 methods for indexing by variable (see `?odcr::Extract`)
2525
- [x] `xarray` native S3 methods for indexing by time strings (see `?odcr::Extract`)
26+
- [x] `xarray` native S3 methods for assigning/replacing variables (see `?odcr::Extract`)
2627
- [x] `xarray` native S3 methods for arithmetic operators (see `?odcr::Arithmetic`)
2728
- [x] `xarray` native S3 methods for coercing to native spatial classes `raster*` and `stars` (see `?odcr::as`)
2829
- [x] `xarray` native S3 methods for plotting (see `?odcr::plot`)

0 commit comments

Comments
 (0)