numericalalgorithmsgroup / dfols

Python-based Derivative-Free Optimizer for Least-Squares
https://numericalalgorithmsgroup.github.io/dfols/
GNU General Public License v3.0
41 stars 16 forks source link

Removing np.float and np.int usage #13

Closed jmlarson1 closed 3 years ago

jmlarson1 commented 3 years ago

Hi Lindon,

I wanted to point out that the usage of np.float and np.int is deprecated in the latest version of python.

Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations