glue-viz / glue

Linked Data Visualizations Across Multiple Files
http://glueviz.org
Other
740 stars 153 forks source link

API update to numpy 1.24 #2346

Closed dhomeier closed 1 year ago

dhomeier commented 1 year ago

Description

Fixing a number of failures that popped up after 1.24.0 release, mostly due to use of the deprecated np.bool, np.int etc. dtype attributes. Also bumping echo to >= 0.6 to resolve _widget.setValue() errors.

dhomeier commented 1 year ago

Checking for numpy AttributeError primarily for ASTRODENDRO_INSTALLED; this means no released astrodendro is available now anywhere with Python >= 3.9 or numpy >= 1.24. Should we add a test against the GitHub dev, or are there any plans for bringing out a new astrodendro release, @astrofrog?