Skip to content

Commit

Permalink
[doc] Update changelog for 1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 authored and Wentzell committed May 16, 2024
1 parent 7fed273 commit 82829bb
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
@page changelog Changelog

## Version 1.3.0

This is version 1.3.0 of h5, a high-level C++ interface to the hdf5 library.

We thank all contributors: Thomas Hahn, Alexander Hampel, Henri Menke, Olivier Parcollet, Nils Wentzell

Find below an itemized list of changes in this release.

### General
* Clean up detail namespace to consistently contain implementation details
* Improve test coverage and clean up tests
* Bug fix in h5::array_interface
* Allow arbitrary block sizes in h5::array_interface
* Clean up in h5::array_interface
* Bug fix in h5::file ctor
* Split object.hpp into multiple header files
* Remove default copy constructor in group
* Allow additional arguments in generic h5::read and h5::write functions
* Allow reading of all integer types into Python long without warning
* Correct installation of _h5py.wrap.hxx
* Add hxx clair include
* Add missing include in h5/macros.hpp
* Add missing cstdint include in h5/object.hpp, see issue #915

### doc
* Add documentation to the C++ source code files
* Remove any sphinx related files and switch to doxygen to generate documentation
* Build and deploy documentation with GitHub Actions

### cmake
* Use GNUInstallDirs in install commands
* Set policy CMP0144 to new
* Use CPP2PY_PYTHON_xxx variables instead of PYTHON_xxx


## Version 1.2.0

This is version 1.2.0 of h5, a high-level C++ interface to the hdf5 library.
Expand Down

0 comments on commit 82829bb

Please sign in to comment.