|
2 | 2 |
|
3 | 3 | # Changelog
|
4 | 4 |
|
| 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 | + |
5 | 37 | ## Version 1.0.0
|
6 | 38 |
|
7 | 39 | h5 is a high-level C++ interface to the hdf5 library, which
|
|
0 commit comments