Closed swryan closed 3 weeks ago
Option use_jax
in ExplicitFuncCompneeds to be changed to option
derivs_method='jax'`.
I've added a backwards incompatibility to that PR.
Mention of use_jax
in the OpenMDAO documentation needs to be removed.
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Summary
Changed 'latest' job in test and docs workflows to use Python 3.12
Pinned Python 3.12 for the latest build in the test workflow. Python 3.13 needs NumPy >=2.1 and we still have issues with pyoptsparse using NumPy 2.
Added a
python313
job to the test workflow, which uses Python 3.13 and NumPy 2 but excludes pyoptsparse.Also:
Related Issues
Backwards incompatibilities
None
New Dependencies
None