Package: astrodendro / 0.2.0+dfsg1-4

Metadata

Package Version Patches format
astrodendro 0.2.0+dfsg1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
000 removes install requires.patch | (download)

setup.py | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 removes install requires and unused test packages
001 python3.10 support.patch | (download)

astrodendro/dendrogram.py | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 add try-except clause for importing iterable pre/post python 3.9.
002 Fix compability to numpy 1.24.patch | (download)

astrodendro/analysis.py | 4 2 + 2 - 0 !
astrodendro/dendrogram.py | 8 4 + 4 - 0 !
astrodendro/pruning.py | 2 1 + 1 - 0 !
astrodendro/tests/test_compute.py | 2 1 + 1 - 0 !
4 files changed, 8 insertions(+), 8 deletions(-)

 fix compability to numpy 1.24