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 support for distributions with monotonically increasing bijector #297

Merged
merged 51 commits into from
Jun 27, 2024

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    459082a View commit details
    Browse the repository at this point in the history
  2. bump patch version

    torfjelde committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    15ec103 View commit details
    Browse the repository at this point in the history
  3. Update src/interface.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    torfjelde and github-actions[bot] authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    011e41b View commit details
    Browse the repository at this point in the history
  4. formatting

    torfjelde committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    5ffa2ea View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Update src/interface.jl

    Co-authored-by: Seth Axen <[email protected]>
    torfjelde and sethaxen authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    03fc4b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d37da88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94bc3b9 View commit details
    Browse the repository at this point in the history
  4. reverted is_monotonicall_increasing impl for Scale but added for

    Shift, as originally intended
    torfjelde committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    ce26a29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c303eaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84bd3ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8504f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bab389d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d404f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    505b92e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9144887 View commit details
    Browse the repository at this point in the history
  12. formatting

    torfjelde committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    064de1e View commit details
    Browse the repository at this point in the history
  13. another test case

    torfjelde committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    790f62c View commit details
    Browse the repository at this point in the history
  14. updated a comment

    torfjelde committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    565aaf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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

Commits on Apr 19, 2024

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

Commits on Apr 25, 2024

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    003c488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1929040 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    98f993c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    173be81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85285f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb24aa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbc6ec3 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/torfjelde/ordered-for-monotonic'…

    … into torfjelde/ordered-for-monotonic
    torfjelde committed May 12, 2024
    Configuration menu
    Copy the full SHA
    bdc547c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    35e7d31 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Seth Axen <[email protected]>
    torfjelde and sethaxen authored May 17, 2024
    Configuration menu
    Copy the full SHA
    1d6d5a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc4a17 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/torfjelde/ordered-for-monotonic'…

    … into torfjelde/ordered-for-monotonic
    torfjelde committed May 17, 2024
    Configuration menu
    Copy the full SHA
    baf15c8 View commit details
    Browse the repository at this point in the history
  5. Update src/bijectors/ordered.jl

    Co-authored-by: Seth Axen <[email protected]>
    torfjelde and sethaxen authored May 17, 2024
    Configuration menu
    Copy the full SHA
    826032d View commit details
    Browse the repository at this point in the history
  6. fixed syntax error

    torfjelde committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8b9761f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    d287a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08ac70a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ebbb12 View commit details
    Browse the repository at this point in the history
  4. more test uncommented

    torfjelde committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    688ecb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4577c00 View commit details
    Browse the repository at this point in the history
  6. Update test/ad/chainrules.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    torfjelde and github-actions[bot] authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c610ec9 View commit details
    Browse the repository at this point in the history
  7. Update test/ad/chainrules.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    torfjelde and github-actions[bot] authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c837965 View commit details
    Browse the repository at this point in the history
  8. Update test/ad/chainrules.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    torfjelde and github-actions[bot] authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    fa60b5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6873d96 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/torfjelde/ordered-for-monotonic'…

    … into torfjelde/ordered-for-monotonic
    torfjelde committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9f2aa92 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    c9304af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b67cbf View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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