Skip to content

Commit

Permalink
Compatibility with NumPy 2.0 release (#100)
Browse files Browse the repository at this point in the history
* Update dependencies, especially `IRanges`
* Update CHANGELOG for release notes
  • Loading branch information
jkanche authored Jun 19, 2024
1 parent 03a980f commit 46ee713
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Version 0.4.20

Updated dependencies (especially `IRanges`), to be compatible with NumPy's 2.0 release.

## Version 0.4.19

- Fix an issue related to combining `GenomicRanges` or `GenomicRangesList` objects containing different metadata columns. This switches the operation from `combine_rows` to `relaxed_combine_rows`.
- Set NumPy to <2.0.0 before the migration to 2.0 release.
- Updated tests

## Version 0.4.17

Initialize `GenomicRanges` from a polars `DataFrame`. Also coerce a GRanges object
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ python_requires = >=3.8
install_requires =
importlib-metadata; python_version<"3.8"
biocframe>=0.5.11
iranges[optional]>=0.2.6
iranges[optional]>=0.2.7
biocutils>=0.1.3
numpy<2.0.0
numpy

[options.packages.find]
where = src
Expand Down

0 comments on commit 46ee713

Please sign in to comment.