mistrial9 5 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
simonw 5 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.

maleldil 5 days ago

I have a project on torch 2.6 and numpy 2.2. I never had any issues with that combination.