File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Please also see the [ release notes] ( https://github.com/JuliaIO/HDF5.jl/releases ) for additional details.
4
4
5
+ ## v0.18.0 (in development)
6
+ * Refactor Dataspaces (#1104 )
7
+
8
+ ## v0.17.2
9
+ * Fix variable length strings as attributes (#1130 )
10
+ * Fix ` h5_is_library_threadsafe ` (#1138 )
11
+ * Fix ` HF5_LIBVER_LATEST ` up to HDF5 v1.15 (#1145 )
12
+ * Add Julia 1.11 nightly to tests (#1146 )
13
+ * Add fix for ` Base.ReinterpretArrays ` in Julia 1.11 (#1146 )
14
+ * Marked Windows virtual dataset tests as broken (#1146 )
15
+
16
+ ## v0.17.1
17
+ * Added ` set_libraries! ` to conveniently set the preferences for a custom HDF5 library
18
+ * Added new ` HDF5.Filters.Registered ` module containing information about registered filters
19
+ * Miscellaneous documentation fixes
20
+
5
21
## v0.17.0
6
22
* Replace build step by using Preferences.jl to use system HDF5 library
7
23
You can’t perform that action at this time.
0 commit comments