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

Numerical improvements to correlation bijectors #313

Merged
merged 21 commits into from
Jun 5, 2024
Merged

Numerical improvements to correlation bijectors #313

merged 21 commits into from
Jun 5, 2024

Commits on Mar 10, 2024

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

Commits on May 23, 2024

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

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    2d5ad82 View commit details
    Browse the repository at this point in the history
  2. Enforce one-based indexing

    sethaxen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9c3e22b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5180c19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8186ee9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0d8aa1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e47a946 View commit details
    Browse the repository at this point in the history
  7. Remove rrule for ReverseDiff

    `@grad_from_chainrules` can't handle multi-output functions, see JuliaDiff/ReverseDiff.jl#221. In this case it can AD through the primal just fine.
    sethaxen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a3fe7bb View commit details
    Browse the repository at this point in the history
  8. Add module

    sethaxen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    dd06582 View commit details
    Browse the repository at this point in the history
  9. Make CorrBijector more numerically stable

    Also use consistent notation with inverse transform
    sethaxen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9f34b9c View commit details
    Browse the repository at this point in the history
  10. Increment patch number

    sethaxen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    f417c32 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    121e3cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    010c695 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Update src/bijectors/corr.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    torfjelde and github-actions[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c1dbb30 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Tor Erlend Fjelde <[email protected]>
    sethaxen and torfjelde authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    289c689 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0ad121 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2eac95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21189fa View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. import stack in tests too

    torfjelde committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f9a8687 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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