pypest / pyemu

python modules for model-independent uncertainty analyses, data-worth analyses, and interfacing with PEST(++)
BSD 3-Clause "New" or "Revised" License
176 stars 98 forks source link

ready for numpy 2? #531

Closed mnfienen closed 3 months ago

mnfienen commented 3 months ago

Hey @briochh - it looks like flopy is dialed in for numpy 2.0 as of version 3.7.0. So.....can we pull your numpy2 branch into main? At the moment, pyemu installed from conda-forge fails for some remaining numpy 2 deprecations.

Thanks!

briochh commented 3 months ago

Hey @mnfienen, I reckon we can give it a go. We needed to wait for flopy 3.8 for some reason I don't remember. That is out now. It's makes the dependencies a little confusing going backward but should be all good going forwards.

mnfienen commented 3 months ago

killer @briochh - you wanna do the honors?

briochh commented 3 months ago

hopefully addressed with #530

mnfienen commented 3 months ago

Thanks @briochh - @jtwhite79 are we good to also bring into main?

briochh commented 3 months ago

@mnfienen, I can dial up a release if you guys are ok with it. Scares me a bit as there was some wrangling of the pstfrom apply methods required, and although the tests pass...

briochh commented 3 months ago

Just released 1.3.7 with numpy 2.0 compatibility.

mnfienen commented 3 months ago

thanks dude!