From 63ed01c2d9be9e3020fdc36ebcc70124c7c4ed7a Mon Sep 17 00:00:00 2001 From: MikeG Date: Mon, 11 Apr 2022 07:52:55 +0200 Subject: [PATCH] release prep for v0.1.12 (#193) * Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 482f15bd..2e403aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,21 @@ # Changelog +## v0.1.12: + +### Added: + - Add a check when feeding a directory path to readFile (#188) + - Add support for IO-blocks (#183) + +### Fixed: + - Bump HighFive to v2.4.0 (#190); fixes errors on archs: aarch64, s390x and ppc64le + - Update hdf5 to 1.12.1 in linux wheel building (#191) + - Add `-Wp,-D_GLIBCXX_ASSERTIONS` to more likely find out of bounds memory access (#182) + - Improve memory operations + NodeID-ElementID mapping bindings (#179) + ## v0.1.11: ### Fixed: - - Prefer building Release mode for python wheels, can control with SONATA_BUILD_TYPE (#176) + - Prefer building Release mode for python wheels, can control with SONATA_BUILD_TYPE (#176) - Only do a single read when getting a report frame (#174) ## v0.1.10: