Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assorted bug fixes #275

Merged
merged 5 commits into from
Jun 12, 2024
Merged

Assorted bug fixes #275

merged 5 commits into from
Jun 12, 2024

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    c033c5d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fix(MaskFreq): optimisation method 'golden' failed with scipy 3.11+

    The minimization routine used to find an optimal factorizable mask
    used method 'golden', which would fail to find a proper bracket
    with scipy > 3.8 (used in python 3.10). With more up-to-date versions
    of scipy, we need to use a simpler 'bounded' minimization
    ljgray committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    be53f46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7299024 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46b855f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7d7f6b View commit details
    Browse the repository at this point in the history