Y
Hacker News
new
|
ask
|
show
|
jobs
by
mistrial9
450 days ago
python-specific side question -- is there some indication in the python ecosystems that Numpy 2x is not getting adoption? numpy-1.26 looks like 'stable' from here
2 comments
simonw
449 days ago
I think it's just that it's a breaking change to a fundamental library, so it will take many months for the ecosystem to upgrade.
Similar thing happened when Pydantic upgraded from 1 to 2.
link
maleldil
449 days ago
I have a project on torch 2.6 and numpy 2.2. I never had any issues with that combination.
link
Similar thing happened when Pydantic upgraded from 1 to 2.