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

Bijector for product distribution #304

Merged
merged 22 commits into from
May 17, 2024
Merged

Commits on Sep 2, 2023

  1. added has_constant_bijector and made bijector of product distributions

    return the identity whenever possible
    torfjelde committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    be31f52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f9f2e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04baf45 View commit details
    Browse the repository at this point in the history
  4. bump patch version

    torfjelde committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    7e44bb7 View commit details
    Browse the repository at this point in the history
  5. Update test/bijectors/ordered.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    torfjelde and github-actions[bot] authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    30a9059 View commit details
    Browse the repository at this point in the history
  6. fixed tests

    torfjelde committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    7cd1b41 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    44f9ba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cff88f View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/torfjelde/ordered-for-product-di…

    …stribution' into torfjelde/ordered-for-product-distribution
    torfjelde committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    5c9c3fb View commit details
    Browse the repository at this point in the history
  4. Update test/bijectors/ordered.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    torfjelde and github-actions[bot] authored Sep 3, 2023
    Configuration menu
    Copy the full SHA
    a9014da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d8cf14 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/torfjelde/ordered-for-product-di…

    …stribution' into torfjelde/ordered-for-product-distribution
    torfjelde committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    62a51c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b73944 View commit details
    Browse the repository at this point in the history
  8. fixed bug in error

    torfjelde committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    7e3d987 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

Commits on Jan 22, 2024

  1. added ProductBijector which defines bijectors for

    `Distributions.ProductDistribution` and similars
    torfjelde committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    52af91d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 19, 2024

  1. removed redudant comment

    torfjelde committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b1d7c76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e137c3 View commit details
    Browse the repository at this point in the history
  3. removed comment

    torfjelde committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e8fc8cf View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

  1. added tests

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