Ella Wu

Results 54 issues of 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...

maintenance

## 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...

enhancement
stale

## 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...

enhancement
stale

## 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...

enhancement
stale

## 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...

documentation
stale

## 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...

enhancement
stale

## 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...

enhancement
stale

## 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...

enhancement
stale

# 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...

maintenance

# 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...

maintenance