Skip to content

Commit f196e81

Browse files
committed
update CHANGES.md
1 parent 0c1a0c7 commit f196e81

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ["3.7", "3.8", "3.9", "3.10"]
19+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2020

2121
steps:
2222
- uses: actions/checkout@v2

CHANGES.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
### 1.1.0 (2024-04-23) ###
2+
Major bugfixes:
3+
- Fix a major bug in sort that previously broke the sorting order. This bug was introduced in recent versions of pairtools #230
4+
- Fix a major bug in dedup that caused pair duplication and broken sorting order in non-Cython backends
5+
6+
New features:
7+
- stats: calculate the distance of P(s) divergence between pairs of different directionalities #222
8+
- dedup: allow column names in all backends, and allow sorting by arbitrary columns #162
9+
10+
New behavior and default settings:
11+
- dedup: turn mark-dups on by default #211
12+
- parse: change the default --walks-policy to 5unique
13+
- parse: pair types are now always in upper case. Previously, letters in pair types were converted to lowercase if the corresponding side contained chimeric alignments.
14+
15+
Minor bugfixes:
16+
- dedup: allow inputs with quotes #194
17+
- dedup: allow empty input pairs file #201
18+
- stats: minor bugfixes #200
19+
20+
Documentation:
21+
- a new notebook with the statistics of distances between PCR duplicates #233
22+
- clean up phase walkthrough #218
23+
- a new chapter on building workflows with pairtools #219 #226 #231
24+
- a major cleanup
25+
26+
Code updates:
27+
- make pairsio.py to read (and, in the future, write) .pairs files #195
28+
- minor refactoring of parse #223
29+
30+
New Contributors:
31+
- @hkariti made their first contribution in #194
32+
133
### 1.0.3 (2023-11-20) ###
234
- [x] `pairtools dedup`: update default chunksize to 10,000 to prevent memory overflow on datasets with high duplication rate
335

0 commit comments

Comments
 (0)