Skip to content

Commit

Permalink
push v0.6.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Mar 11, 2024
1 parent 8fa5841 commit fe911f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changelog.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
* v0.6.0
- *PARTIALLY BREAKING*: Nim support for 1.6 is a bit wonky. It's still
supported, but when running on ~refc~ there seem to be cases where
destructors are being called too early, leading to subtle bugs. And
on ORC one test case (~tWithDset~) does not compile. So please upgrade.
- refactor ~attributes~ read / write logic
- add support for more types in attributes (compound types etc.)
- add support to read all types in ~withAttr~, including compound and
~seq[dkObject>~ types. Note that in those two cases the data is
available as ~attr~ as a ~JsonNode~!
- make ~copy_attributes~ work for all types
* v0.5.12
- better handle empty inputs in ~add~ / ~write_hyperslab~. Do nothing
in that case
Expand Down
2 changes: 1 addition & 1 deletion nimhdf5.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.5.12"
version = "0.6.0"
author = "Sebastian Schmidt"
description = "Bindings for the HDF5 data format C library"
license = "MIT"
Expand Down

0 comments on commit fe911f1

Please sign in to comment.