spotfiresoftware / spotfire-python

Package for Building Python Extensions to Spotfire®
Other
18 stars 6 forks source link

Handle changes from NumPy 2.0 #54

Closed bbassett-tibco closed 5 months ago

bbassett-tibco commented 1 year ago

According to numpy/numpy#24300, the 2.0 release of NumPy will happen in December 2023. Once release candidates of this release are available, figure out how to remain compatible with both NumPy 1.x and 2.0 releases (see linked issue, "Key guidance for users and downstream package authors", points 4 and 5).

bbassett-tibco commented 5 months ago

NumPy 2.0 support has landed. (The NumPy 1.x/2.0 compatibility solution was inspired by Pandas 2.2.2.)