Skip to content

Commit d191bf3

Browse files
committed
[doc] Update Changelog for 1.1
1 parent 7ae9ce0 commit d191bf3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

doc/ChangeLog.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

33
# Changelog
44

5+
This is version 1.1.0 of h5, a high-level C++ interface to the hdf5 library.
6+
7+
We thank all contributors: Daniel Bauernfeind, Alexander Hampel, Henri Menke, Dylan Simon, Nils Wentzell
8+
9+
Find below an itemized list of changes in this release.
10+
11+
### General
12+
* Allow creation of softlinks
13+
* Fix logic error in test/python/archive.py
14+
* Make test on byte buffer less stringent, compare only archive contents for memory files
15+
* Minor correction in error msg when constructing HDFArchiveGroup as as new memory file
16+
* Add function as_bytes to HDFArchive class and extend the wrapped File class as necessary
17+
* Allow creation HDFArchive as a memory-file only
18+
* Consistently use std::byte instead of char for memory files
19+
* Merge memory file into file class, expose byte constructor to Python + tests
20+
* Allow type conversions in h5_read, but issue warning FIX #7
21+
* Allowed custom key class in reading/writing of a map. (#5)
22+
* Cleanup unnecessary hdf5.h include in h5_complex test
23+
* Minor correction in h5_read doc for array and vector
24+
* Consistently use header guards over pragma once
25+
26+
### doc
27+
* Add link to reference doc to README.md
28+
* Minor doc cleanups for doxygen generation, add Doxyfile and update .gitignore
29+
30+
### cmake
31+
* Bump Version number to 1.1.0
32+
* Set CXX standard using target_compile_features
33+
* Bump version requirement to 3.13.5
34+
* Provide a namespaced alias for the python modules
35+
36+
537
## Version 1.0.0
638

739
h5 is a high-level C++ interface to the hdf5 library, which

0 commit comments

Comments
 (0)