Skip to content

Commit 4764975

Browse files
update version and changelog [skip ci]
1 parent 6ff7f93 commit 4764975

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
Log of changes in the versions
44

5-
## v0.10.1
5+
## v0.11.0
6+
- working with time data is now possible:
7+
- time data can be created using the high-level method `create_time_dataset`
8+
- slicing the above "time datasets" will return xarray data
9+
- See `docs/wrapper/Misc.ipynb`
610
- fixed issue with user-defined & nested standard attributes
7-
- time data can be created using the high-level method `create_time_dataset`
8-
- slicing the above "time datasets" will return xarray data
911

1012
## v0.10.0
1113
- Initial version, published on `pypi`

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = h5rdmtoolbox
3-
version = 0.10.1
3+
version = 0.11.0
44
author = Matthias Probst
55
author_email = matthias.probst@kit.edu
66
description = Supporting a FAIR Research Data lifecycle using Python and HDF5.

0 commit comments

Comments
 (0)