What's Changed
* Incremented version to 3.37.1-dev by swryan in https://github.com/OpenMDAO/OpenMDAO/pull/3464
* Fixed an issue where Case._get_units was not retrieving units of aliases by robfalck in https://github.com/OpenMDAO/OpenMDAO/pull/3463
* Added work_dir as an option to problem, by robfalck in https://github.com/OpenMDAO/OpenMDAO/pull/3455
* When running under testflo, sets OPENMDAO_WORKDIR to a temp dir if it's not already set by naylor-b in https://github.com/OpenMDAO/OpenMDAO/pull/3466
* Fix issue for attempting to assign .shape attribute of np.generic objects during `get_val`. by robfalck in https://github.com/OpenMDAO/OpenMDAO/pull/3471
* Calling set_val can now set shapes of dynamically shaped variables (shape_by_conn) by naylor-b in https://github.com/OpenMDAO/OpenMDAO/pull/3458
* openmdao commands now correctly use the script name to name the output directory by swryan in https://github.com/OpenMDAO/OpenMDAO/pull/3469
* Derivative checks are now like numpy.allclose by naylor-b in https://github.com/OpenMDAO/OpenMDAO/pull/3465
* Updated the `latest` GitHub workflow to just test with NumPy 2.x and latest pyOptSparse by swryan in https://github.com/OpenMDAO/OpenMDAO/pull/3474
* Modifying ImplicitComponent to respect run_root_only option for solve_linear by timryanb in https://github.com/OpenMDAO/OpenMDAO/pull/3475
* Fixed an issue where backtracking line searches were not respecting bounds added during configure. by robfalck in https://github.com/OpenMDAO/OpenMDAO/pull/3477
* Added numba as optional dependency by swryan in https://github.com/OpenMDAO/OpenMDAO/pull/3479
* Fix for OpenMDAO jax related ordering bug found when running a dymos model. by naylor-b in https://github.com/OpenMDAO/OpenMDAO/pull/3478
* Improve handling of scalar Component inputs and outputs. by naylor-b in https://github.com/OpenMDAO/OpenMDAO/pull/3482
* Added an ARM image by swryan in https://github.com/OpenMDAO/OpenMDAO/pull/3481
* Updated version/notes for 3.38.0 release by swryan in https://github.com/OpenMDAO/OpenMDAO/pull/3483
* Release notes for 3.38.0 by robfalck in https://github.com/OpenMDAO/OpenMDAO/pull/3480
**Full Changelog**: https://github.com/OpenMDAO/OpenMDAO/compare/3.37.0...3.38.0