swryan

Results 15 comments of swryan

FWIW: I have found that there is now a pyDOE2 on pypi that is being maintained

Note: test does not fail with Numpy 1.21 and Scipy 1.62... seems to break with Scipy 1.7

I think this was addressed (albeit in a slightly different way than suggested) in #2646 Any error that occurs when importing pyoptsparse and pyoptsparse.Optimization that is not an ImportError will...

This is a known issue #2471 apparently with Scipy 1.7 on Windows, and is still on the agenda to be fixed. If you need this feature, you might try a...

Still an issue: https://github.com/swryan/OpenMDAO/actions/runs/3267459371/jobs/5372658602

Per the previous comment, I think this was addressed in #2646 and the issue can be closed.

`countourpy` and `matplotlib` are currently flagged as incompatible:: ``` ~/dev/OpenMDAO$ pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy --upgrade Looking in indexes: https://pypi.anaconda.org/scientific-python-nightly-wheels/simple Requirement already satisfied: numpy in /home/swryan/miniconda3/envs/latest/lib/python3.12/site-packages (1.26.1) Collecting numpy Downloading...

Timeline update: ``` An update on timeline: there are ~6 topics on the roadmap that still require time and are important to get in for 2.0. At the community meeting...

Timeline update: https://github.com/numpy/numpy/issues/24300#issuecomment-1947299420

There is also currently what looks like an infinite recursion issue triggered by jax: ``` File "/usr/share/miniconda/envs/test/lib/python3.12/site-packages/openmdao/func_api.py", line 16, in import jax File "/usr/share/miniconda/envs/test/lib/python3.12/site-packages/jax/__init__.py", line 37, in import jax.core as...