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

Adding option to return optimizer info #11

Merged
merged 8 commits into from
May 22, 2023
Merged

Adding option to return optimizer info #11

merged 8 commits into from
May 22, 2023

Commits on May 22, 2023

  1. Adding option for info

    dfm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    bb48b6e View commit details
    Browse the repository at this point in the history
  2. adding return_info option

    dfm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5ae04b1 View commit details
    Browse the repository at this point in the history
  3. docstring

    dfm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    dec34a0 View commit details
    Browse the repository at this point in the history
  4. Update src/numpyro_ext/optim.py

    Co-authored-by: Adrian Price-Whelan <[email protected]>
    dfm and adrn committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5264125 View commit details
    Browse the repository at this point in the history
  5. lint

    dfm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e2cecb9 View commit details
    Browse the repository at this point in the history
  6. adding test

    dfm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e9b3a29 View commit details
    Browse the repository at this point in the history
  7. explicitly import scipy

    dfm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    09a19bc View commit details
    Browse the repository at this point in the history
  8. install typing_extensions

    dfm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    648add4 View commit details
    Browse the repository at this point in the history