Sean Budd
Sean Budd
>Mutual information would be worth a gallery example for itself I think. This PR is already enormous, so can you open an issue to remind us that we'll need to...
## Description In this pull request, we implement n-dimensional image registration for affine transformations. See [ch7 elegant scipy](https://github.com/elegant-scipy/elegant-scipy/blob/master/markdown/ch7.markdown) for design philosophy ## Checklist [It's fine to submit PRs which are...
Merge rc to beta **Must be merge commit not squash merge**
### Link to issue number: None ### Summary of the issue: Feature flags use a default option that results in a default value. For example, for a boolean feature flag...
Once merged, NVDA versions with this commit will require add-ons to support 2023.1. This PR does not need be merged until branching for the beta of the 2023.1 release. The...
**Must be a squash merge** Comparison command: `git diff --stat release-2022.3...updateChanges2022.4 -- "**/en/*.t2t" "**/developerGuide.t2t"` Common mistakes to check for: - Issue/PR reference in changes file is incorrect - Incorrect spelling....
**Must be merge commit not squash merge** Final merge for 2022.4 release, using commit `99b2bcf` from master. **Changes intended for 2022.4 must now set base/target to this branch, and after...
### Is your feature request related to a problem? Please describe. `SecureDesktopNVDAObject` is used to notify the user and API consumers that NVDA has entered a secure desktop. This creates...
[wxPython 4.2.0 has been released](https://wxpython.org/news/2022-08-07-wxpython-411-release/index.html). Unlike the previous release, wxPython uses a wxWidgets release (3.2.0), instead of tracking the master branch (wxWidgets 3.1.4.XX) in wxPython 4.1.1. - [ ] check...
While `gui.message.messageBox` protects crashes when exiting, other modal dialogs are not protected. Usage of `ShowModal` and `gui.runScriptModalDialog` cause crashes or undefined behaviour when exiting nvda ### Steps to reproduce: 1....