Ella Wu

Results 92 comments of Ella Wu

Just a few thoughts to chime in with: * Passing args back can be handled via an option in the python layer, where the `sens` callback by default is what...

Hmm I'm fairly sure this _should_ work but something is definitely broken it seems. I'll flag it as a bug and see if I can do some debugging in the...

Oh yes the `jac` kwarg needs to be set to specify the sparsity of the sub-block. If not supplied the sub-block will be assumed to be dense. Is it working...

My proposed workflow for `setuptools_scm` is fairly simple: - User merges in a PR but does not alter the version string at all - User makes a release, this tags...

## Review checklist for @ewu63 ### Conflict of interest - [x] I confirm that I have read the [JOSS conflict of interest (COI) policy](https://github.com/openjournals/joss/blob/main/COI.md) and that: I have no COIs...

Not sure how to do that exactly, the docs aren't very clear. If we can't figure out a way I don't think it's a deal breaker, think it's also been...

> @ewu63 this change excludes the `source` and subdir `README` files [0dd27fb](https://github.com/mdolab/pyoptsparse/commit/0dd27fbd423b1143ccb328a7d3876c09131033d5) Yeah that looks good, feel free to update this PR

I think this is finally ready? CC @marcomangano @eirikurj @whophil @kanekosh

Ah I was wondering if I needed to include `ninja`, pushed. Thanks for being diligent and checking

I see, it seems that the behaviour here is a little different from `setuptools`: in an editable install, mesonpy will actually check if the compiled code has been modified, and...