From 8bd218d2422ea2335865a178156eea78a12b3995 Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Wed, 17 Jul 2024 11:05:42 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094e94ef..c9ff5a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,23 @@ # Changelog -## [0.3.2] - 2024-07-12 +## [0.3.3] - 2024-07-17 + +**Fixes** + - Bug fix release for numpy 2 ({issue}`937`). + +**Breaking Changes** + - A permissive json schema is now set on node table metadata + ({issue}`416` {pr}`931`, {user}`hyanwong`). + +## [0.3.2] - 2024-07-16 + +**Features** + + - `tsinfer` now supports numpy2 (and 1.XX) and python 3.12. **Breaking Changes** -- tsinfer now requires Python 3.9 or later + - tsinfer now requires Python 3.9 or later ## [0.3.1] - 2023-04-19