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

logging, gradients, and bibtex #33

Merged
merged 34 commits into from
Jan 29, 2024
Merged

logging, gradients, and bibtex #33

merged 34 commits into from
Jan 29, 2024

Commits on Jan 26, 2024

  1. optimise gradients

    * using vectorised `value_and_grad` instead of grad
    jackaraz committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    045297d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    cce1ad9 View commit details
    Browse the repository at this point in the history
  2. update api

    jackaraz committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    07ca2dd View commit details
    Browse the repository at this point in the history
  3. add logger

    jackaraz committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    6a7d38c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb64b4e View commit details
    Browse the repository at this point in the history
  5. optimise

    jackaraz committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    3287155 View commit details
    Browse the repository at this point in the history
  6. add debug

    jackaraz committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    d9b6f74 View commit details
    Browse the repository at this point in the history
  7. add requests

    jackaraz committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    22aaf8e View commit details
    Browse the repository at this point in the history
  8. update docstring

    jackaraz committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e4ca89e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. add logging

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    0a47777 View commit details
    Browse the repository at this point in the history
  2. update

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    489c696 View commit details
    Browse the repository at this point in the history
  3. update changelog

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    014e41e View commit details
    Browse the repository at this point in the history
  4. bump version

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    68a20b9 View commit details
    Browse the repository at this point in the history
  5. add more tests

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    deadb21 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #32 from SpeysideHEP/refs

    Logging and BibTeX
    jackaraz authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d81d799 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a46b31e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a955112 View commit details
    Browse the repository at this point in the history
  9. update changelog

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    fce776c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #31 from SpeysideHEP/value_and_grad

    Optimise gradient execution
    jackaraz authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b7de44a View commit details
    Browse the repository at this point in the history
  11. bugfix

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a9f4c5f View commit details
    Browse the repository at this point in the history
  12. tester for math

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    8d43287 View commit details
    Browse the repository at this point in the history
  13. add python 3.8

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    9bd30e7 View commit details
    Browse the repository at this point in the history
  14. improve logging

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d3b9a11 View commit details
    Browse the repository at this point in the history
  15. remove unnecessary functions

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    fc04229 View commit details
    Browse the repository at this point in the history
  16. improve logging

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    4fff2c5 View commit details
    Browse the repository at this point in the history
  17. remove unused imports

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a004a10 View commit details
    Browse the repository at this point in the history
  18. update docstring

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    6264870 View commit details
    Browse the repository at this point in the history
  19. extend tutorials

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    9bba9d8 View commit details
    Browse the repository at this point in the history
  20. remove wf

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    9922f6f View commit details
    Browse the repository at this point in the history
  21. update changelog

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    6790c00 View commit details
    Browse the repository at this point in the history
  22. update changelog

    jackaraz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d030903 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. update changelog

    jackaraz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0b03ba6 View commit details
    Browse the repository at this point in the history
  2. update gradients.md

    jackaraz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0d09279 View commit details
    Browse the repository at this point in the history
  3. typo fix

    jackaraz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b5c786a View commit details
    Browse the repository at this point in the history