mealpy icon indicating copy to clipboard operation
mealpy copied to clipboard

[FEAT]: Request: Support for NumPy >=2.0.0 to leverage performance improvements

Open moonlighthalfwindow opened this issue 3 months ago • 2 comments

Description

In previous versions of mealpy, I could use newer versions of NumPy without issues, but the current version 3.0.3 restricts NumPy to <=1.26.0. I'd like to request adding support for newer NumPy versions to take advantage of their performance improvements.

moonlighthalfwindow avatar Sep 29 '25 18:09 moonlighthalfwindow

This is relevant for NO-GIL freethreading in python 3.14

rlloretb avatar Oct 20 '25 14:10 rlloretb

@thieu1995 Restricting NumPy to versions <=1.26.0 and >=1.17.1 effectively limits Mealpy to Python versions <=3.12. Looking forward to a release with fewer NumPy limitations.

Amine-BEROUAKEN avatar Dec 03 '25 19:12 Amine-BEROUAKEN