Ella Wu
Ella Wu
# Description of feature The names in pygeo are _terrible_. There's a module called `pygeo` inside `pygeo` which only does surface generation, and `DVCon` isn't really for constraining DVs directly....
It would be great to be able to specify a list of file extensions where autoscroll is enabled, such as by setting ``` "autoScroll.fileExtensions": ["log", "output"] ``` in `settings.json`. A...
## Description Due to the build bot failure last night, we realized that some tests are generating complex values while the reference file contains only the real part. We should...
Explain - Which options are the common used ones, and what do they do? When should you modify the default settings? - If you get a failed mesh, how do...
## Description Now that numpy 2.0 is released, we should support it. However, the build system needs some overhauling I think, plus the typical `np.float_` -> `np.float64` changes.
## Purpose So a bunch of these tests do not pass... ## Expected time until merged ## Type of change - [ ] Bugfix (non-breaking change which fixes an issue)...
# Description of feature Instead of a dict with 6 fields, use a dataclass (we can keep the same field names) to formalize the schema. We should still be able...
## Purpose Closes #408. I removed the runtime requirement of numpy As long as it takes for CI to pass. While we don't test against numpy2 here (we could add...
## Purpose Just some long-overdue type annotations ## Expected time until merged A few days ## Type of change - [ ] Bugfix (non-breaking change which fixes an issue) -...
## Purpose Continuation of #431 but from the mdolab branch to test all optimizers. ## Expected time until merged ## Type of change - [ ] Bugfix (non-breaking change which...