From 3d3d82c65397c2862687843b751da959a5eed658 Mon Sep 17 00:00:00 2001 From: Tom White Date: Thu, 27 Jun 2024 09:55:32 +0100 Subject: [PATCH] Update changelog --- docs/changelog.rst | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1f7531651..5fab7a12c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,11 +14,20 @@ Changelog .. Breaking changes .. ~~~~~~~~~~~~~~~~ -.. Deprecations -.. ~~~~~~~~~~~~ +Deprecations +~~~~~~~~~~~~ -.. Improvements -.. ~~~~~~~~~~~~ +- Deprecate functions for reading VCF, in favour of `bio2zarr `_. + (:user:`tomwhite`, :pr:`1233`, :issue:`1232`) + +Improvements +~~~~~~~~~~~~ + +- Pin to Zarr < 3. + (:user:`tomwhite`, :pr:`1230`) + +- Pin numpy and cbgen to numpy < 2. + (:user:`timothymillar`, :pr:`1228`, :issue:`1225`) .. Bug fixes .. ~~~~~~~~~