Ella Wu
Ella Wu
# Description The file `pyproject.toml` is a PEP-compliant way of specifying build tools, which gets around the problem of needing `numpy` to build `pyoptsparse` but `pip` won't know until it...
## Type of issue What types of issue is it? _Select the appropriate type(s) that describe this issue_ - New feature (non-breaking change which adds functionality) ## Description ### Current...
## Type of issue What types of issue is it? _Select the appropriate type(s) that describe this issue_ - New feature (non-breaking change which adds functionality) ## Description We should...
## Type of issue What types of issue is it? _Select the appropriate type(s) that describe this issue_ - New feature (non-breaking change which adds functionality) ## Description Add a...
## Type of issue What types of issue is it? _Select the appropriate type(s) that describe this issue_ - Documentation update ## Description The documentation should explain more clearly how...
## Type of issue What types of issue is it? _Select the appropriate type(s) that describe this issue_ - Refactor ## Description Currently, there are `Info` dictionaries within the history...
## Type of issue What types of issue is it? _Select the appropriate type(s) that describe this issue_ - Bugfix (non-breaking change which fixes an issue) ## Description This was...
## Type of issue What types of issue is it? _Select the appropriate type(s) that describe this issue_ - Bugfix (non-breaking change which fixes an issue) ## Description Update them...
# Description of feature There is a ton of shared code between different optimizer wrappers: - setting up the parameters - comm splitting and bcast after - creating the solution...
# Description In the `pyOpt_optimizer` class, we currently use `tempfile.mktemp()` which is deprecated. We should instead use the existing temp file capabilities of the sqlitedict package. This fix would involve...