wpbonelli

Results 135 comments of wpbonelli

https://github.com/MODFLOW-USGS/modflow6/pull/2012#issuecomment-2331621369

@Olsthoorn if you saw this with the MF6 CHD package, it may be fixed by #2584. I wonder if you might be able to confirm, either by installing the develop...

@Olsthoorn I'll tentatively close this, but please reopen if you are still seeing issues.

This one can wait until after the release, since it sounds like we want to rethink where to define tracking level constants. Maybe introduce a base method type for each...

Seems this has been addressed but @mjreno @rbwinst-usgs correct me otherwise

I don't think we want to turn off all warnings. We could check if the same gcc is already installed in `install_gcc_brew` like we do in `install_gcc_apt` and `install_gcc_choco` (in...

> Also, NumPy doesn't strictly follow SPEC 0 (e.g. [numpy-2.2.3](https://pypi.org/project/numpy/2.2.3/) supports 4 versions of Python, between 3.10 to 3.13 while SPEC 0 suggests Python>=3.11). Ah, yeah, I see they just...

I think we're aiming for mostly bugfix releases in the near term, maybe a few more minor in the 3.x series. Maybe we drop 3.9 in 3.x and start following...

This PR adds a script to convert DFNs to a tentative TOML format: `python -m flopy.mf6.utils.codegen.dfn2toml`. This script builds on a lot of initial work done by @mjreno. It will...