Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Version 0.8.0 - 0.8.3
## Version 0.8.0 - 0.8.4

- Rename `GenomicRangesList` to `CompressedGenomicRangesList` and now extends compressed-lists.
- Classes extend `BiocObject` from biocutils, provides a default metadata attribute and helper functions.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ python_requires = >=3.9
install_requires =
importlib-metadata; python_version<"3.8"
biocframe>=0.7.1
iranges>=0.7.1
iranges>=0.7.2
biocutils>=0.3.3
compressed_lists>=0.4.3
numpy
Expand Down
Loading