From ca7675e1432674abc8d8609a34abdab39e60d103 Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Mon, 23 Sep 2024 13:15:06 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a57a403..5bcc7b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -## Version 0.4.27 - 0.4.28 +## Version 0.4.27 - 0.4.30 - Implement `subtract` method, add tests. - Use accessor methods to access properties especially `get_seqnames()` - Modify search and overlap methods for strand-awareness. +- Choose appropriate NumPy dtype for sequences. - Update tests and documentation. ## Version 0.4.26