aai-institute / aai-institute/pyDVL
Numpy 2.0 Support
Abierto
bug
dependencies
- Lenguaje dominante
- Python
- Estrellas
- 146
- Forks
- 10
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
We should update the code to be compatible with Numpy 2.0
This newer version has many deprecation that prevent using pyDVL with newer versions of numpy.
For example, `np.float_` was removed in the NumPy 2.0 release. We should use `np.float64` instead.
We can refer to its [migration guide](https://numpy.org/devdocs/numpy_2_0_migration_guide.html) for a complete list of changes.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.