From a110cf57aa1cc62eaa4fffe8bf3e949f646fb28c Mon Sep 17 00:00:00 2001 From: Anton Goloborodko Date: Tue, 10 Dec 2024 20:52:50 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5f1f891..2c2b487 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +### 1.1.1 (2024-12-10) ### + +Bugfixes: +- Migrating to pyproject.toml + cibuildwheel. pairtools will now release binary wheels for Linux. --no-build-isolation is a mandatory flag now. +- Require Cython during build to avoid the "circular import" bug. +- fix API incomplete functionality for read-side detection by @agalitsyna + +**Full Changelog**: https://github.com/open2c/pairtools/compare/v1.1.0...v1.1.1 + ### 1.1.0 (2024-04-23) ### Major bugfixes: - Fix a major bug in sort that previously broke the sorting order. This bug was introduced in recent versions of pairtools #230