-
### Issue Type
- [x] Bug
- [ ] Enhancement
POEM #___
### Description
The N2 viewer is broken in 3.18.0.
In version 3.17.0 the issue is not present.
### Example
The bug c…
-
### Issue Type
- [ ] Bug
- [x] Enhancement
POEM #N/A
### Description
PyOptSparseOptimizer has code to catch AnalysisErrors and
a) report failure to optimizer
b) record the faile…
-
### Task Description
[setuptools v65.0.0](https://github.com/pypa/setuptools/blob/main/CHANGES.rst#breaking-changes) breaks the `pyoptsparse` install with the following error:
```
× pytho…
-
I'm trying to `include` a Julia file from a Python script. Works fine when I'm using the `Main` module, but not when I use `juliacall.newmodule` to create a new module. Here's an example:
```python…
-
### Summary of Issue
`jax` is gaining a good bit of popularity and can possibly provide some enhancements to OpenMDAO with AD and jit compilation. We should experiment to see if there's a way to m…
-
It looks like the prefered way of `using` or importing a Julia module from Python is to use `seval`. The docs also recommend creating a new module using the `newmodule` command to avoid polluting the …
-
### Proposed feature.
The linkage report currently handles linkages between states, controls, and parameters (if defined via a linkage), but parameters are often defined at the trajectory level and s…
-
## Description
OpenMDAO 3.17 errors out when we try to access a discrete input in a run_driver opt problem
Temporary fix: downgrade openmdao to 3.16, we're working to open an issue on the openmdao…
-
### Summary of Issue
remove side effects from _iter_get_norm
### Issue Type
- [x] Bug
- [ ] Enhancement
POEM #___
### Description
The _iter_get_norm method of BlockLinearSolv…
-
Once the meld wrapper is merged out of MPHYS, we should look at setting up a PyPI package for the library so users can `pip install` it (like OpenMDAO). It really shouldn't be too difficult since all …