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

Add CI configuration #12

Merged
merged 5 commits into from
Mar 18, 2024
Merged

Add CI configuration #12

merged 5 commits into from
Mar 18, 2024

Commits on Mar 13, 2024

  1. Add CI configuration

    - Support Python 3.12
    - Drop support for old Python (which is already being dropped by
      LiberTEM)
    - Collect coverage during testing
    sk1p committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e9a91bb View commit details
    Browse the repository at this point in the history
  2. Fix some tests

    - `minimize` -> `optimize`; move `method` parameter into `minimizer_kwargs`
    - The `callback` now gets the current loss as fourth argument
    sk1p committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    39c0a13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c6beb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05c6901 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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