Skip to content

Commit db826b2

Browse files
authored
Fix display of GRangesList (#161)
1 parent a514661 commit db826b2

File tree

4 files changed

+4
-961
lines changed

4 files changed

+4
-961
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version 0.8.0 - 0.8.3
3+
## Version 0.8.0 - 0.8.4
44

55
- Rename `GenomicRangesList` to `CompressedGenomicRangesList` and now extends compressed-lists.
66
- Classes extend `BiocObject` from biocutils, provides a default metadata attribute and helper functions.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ python_requires = >=3.9
5050
install_requires =
5151
importlib-metadata; python_version<"3.8"
5252
biocframe>=0.7.1
53-
iranges>=0.7.1
53+
iranges>=0.7.2
5454
biocutils>=0.3.3
5555
compressed_lists>=0.4.3
5656
numpy

0 commit comments

Comments
 (0)