Ella Wu
Ella Wu
The `NPY_NO_DEPRECATED_API` stuff is due Cython/Numpy which should get fixed at some point, but in the mean time it's fine to leave the harmless messages in. See [here](https://stackoverflow.com/questions/52749662/using-deprecated-numpy-api) for more...
How good is the Fortran support in Doxygen? There is also [FORD](https://github.com/Fortran-FOSS-Programmers/ford) which is being used by several modern Fortran projects, but I hesitate to recommend it since I don't...
@Iamkiller233 this is a general OpenMDAO question and not something related to this repository. Please check their documentation [here](https://openmdao.org/newdocs/versions/latest/main.html).
Try asking on Stack Overflow, I know the developers check there often. Please keep discussions here relevant to OpenAeroStruct.
So, just to be clear, I implemented this about two years ago when I needed this. However, in classic research fashion, I did not document the process and the code...
Not quite, but it's close. Right now we can check the availability of top-level packages with the decorator in baseclasses, but not submodules, e.g. `pySNOPT`. The intent here is to...
This is something we're aware of, but unfortunately none of the maintainers have time to work on this. If anyone is willing to do this and submit a PR (maybe...
Being able to interface to cyipopt or others would be great, but will likely require some substantial changes to not just the installation process but the Python wrapper as well....
Hi Daniel, thanks for putting in some work on this. However, I tried it out and the package available on PyPI (the test one) does not seem to contain any...
No worries, this would be a major overhaul of the setup process for pyOptSparse so it will for sure take some time. Since this is more of a "nice to...