Skip to content

Commit b49c402

Browse files
authored
Merge pull request #901 from deeptools/fix_version
Fix version
2 parents 67a4f37 + a70d4dc commit b49c402

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/content/News.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
News and Developments
22
=====================
33

4+
Release 3.7.5
5+
-------------
6+
**June 2024**
7+
8+
- Update the version file.
9+
10+
Release 3.7.4
11+
-------------
12+
**24 April 2024**
13+
14+
- Allow chicAggregateStatistic.py to to extract the aggregated data from the views.hdf based on differential.hdf or differential_target.bed. Now the BED may have the target name in the 4th column. In that case, the aggregation is done per target.
15+
- Allow hicCorrectMatrix.py to write filtered out regions to a BED file
16+
17+
Thanks @pavanvidem
18+
19+
Warning: In this version the version file has not been modified so the tools gives 3.7.3 as version.
420

521
Release 3.7.3
622
-------------

hicexplorer/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# This file is originally generated from Git information by running 'setup.py
33
# version'. Distribution tarballs contain a pre-generated copy of this file.
44

5-
__version__ = '3.7.3'
5+
__version__ = '3.7.5'

0 commit comments

Comments
 (0)