Skip to content

Commit

Permalink
Fix numba iterative_correction fail
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus authored Dec 13, 2022
1 parent 9b9941c commit f9c1733
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
Date : 2022-02-01

Initial release.

## v0.1.1

Date : 2022-12-12

Fix numba issue by upgrading cooltools #2.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- bioconda::ucsc-bigwigtobedgraph
- pip:
- bioframe==0.2.*
- cooltools==0.4.*
- cooltools==0.5.*
- cooler
- datashader
- ipympl
Expand Down
2 changes: 1 addition & 1 deletion utils/eigdecomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import scipy.stats

from cooltools.lib import numutils
from cooltools.eigdecomp import _filter_heatmap, _fake_cis
from cooltools.api.eigdecomp import _filter_heatmap, _fake_cis

import bioframe
import cooler
Expand Down

0 comments on commit f9c1733

Please sign in to comment.