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

Algorithm.run(callbacks: list[Callback]) #1659

Merged
merged 30 commits into from
Feb 13, 2024
Merged

Algorithm.run(callbacks: list[Callback]) #1659

merged 30 commits into from
Feb 13, 2024

Commits on Feb 12, 2024

  1. whitespace

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1b08bd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec6bffe View commit details
    Browse the repository at this point in the history
  3. slight tidy

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b9e8323 View commit details
    Browse the repository at this point in the history
  4. add TextProgressCallback

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7590538 View commit details
    Browse the repository at this point in the history
  5. move to utilities.callbacks

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2821f7f View commit details
    Browse the repository at this point in the history
  6. fix newlines

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6da378f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a93ca2 View commit details
    Browse the repository at this point in the history
  8. new-style docstrings

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4664150 View commit details
    Browse the repository at this point in the history
  9. private _OldCallback

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7b0ae5a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e1d14fe View commit details
    Browse the repository at this point in the history
  11. add DeprecationWarning

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9407d48 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e1dea87 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    58b15a6 View commit details
    Browse the repository at this point in the history
  14. some docs

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b73ca74 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    32702f7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    af96dca View commit details
    Browse the repository at this point in the history
  17. tests: whitespace

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    44e6a6c View commit details
    Browse the repository at this point in the history
  18. tests: slight tidy

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5513e55 View commit details
    Browse the repository at this point in the history
  19. tests: new callbacks

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bce46e0 View commit details
    Browse the repository at this point in the history
  20. update changelog

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9e3a583 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    42037c6 View commit details
    Browse the repository at this point in the history
  22. add num_format

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d61de90 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5fbaa5f View commit details
    Browse the repository at this point in the history
  24. deprecate max_iteration

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a800c01 View commit details
    Browse the repository at this point in the history
  25. remove kwargs

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ce74b82 View commit details
    Browse the repository at this point in the history
  26. fix & update tests

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1d9dbf5 View commit details
    Browse the repository at this point in the history
  27. update changelog

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    513040c View commit details
    Browse the repository at this point in the history
  28. drop use_axpby

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e0671d6 View commit details
    Browse the repository at this point in the history
  29. fix kwargs inheritance

    casperdcl committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a3e8b98 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. GD: fix rate => step_size

    casperdcl committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    194dcf6 View commit details
    Browse the repository at this point in the history