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 NamedTupleVariate and ProductNamedTupleDistribution #1803

Open
wants to merge 41 commits into
base: master
Choose a base branch
from

Commits on Nov 23, 2023

  1. Add NamedTupleVariate

    sethaxen committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    142380b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191ca1a View commit details
    Browse the repository at this point in the history
  3. Correctly implement eltype

    sethaxen committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    399b03b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb946a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32ca2f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a416f02 View commit details
    Browse the repository at this point in the history
  7. Reformat line

    sethaxen committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    7deff94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    978b2de View commit details
    Browse the repository at this point in the history
  9. Add marginal API function

    sethaxen committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b718e59 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d08431d View commit details
    Browse the repository at this point in the history
  11. Rearrange marginal

    sethaxen committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    79e5d59 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    52fb9a0 View commit details
    Browse the repository at this point in the history
  13. Make logpdf type-stable

    sethaxen committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    1509abd View commit details
    Browse the repository at this point in the history
  14. Add loglikelihood

    sethaxen committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    450fb7d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eb2ed6c View commit details
    Browse the repository at this point in the history
  16. Add tests

    sethaxen committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e3a0814 View commit details
    Browse the repository at this point in the history
  17. Improve type-inferrability

    sethaxen committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    9acc869 View commit details
    Browse the repository at this point in the history
  18. Remove extension

    sethaxen committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    6d8df2a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on Jul 14, 2024

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

Commits on Jul 15, 2024

  1. Apply suggestions from code review

    Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
    sethaxen and devmotion authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    800de5b View commit details
    Browse the repository at this point in the history
  2. Remove marginal

    sethaxen committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0b83587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba03eea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1712be6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    1056d0d View commit details
    Browse the repository at this point in the history
  2. Fix typo

    sethaxen committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    58937fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7fd842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8b1602 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db029c5 View commit details
    Browse the repository at this point in the history
  6. Document NamedTuple products

    sethaxen committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2634adb View commit details
    Browse the repository at this point in the history
  7. Add docs index

    sethaxen committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    eb5b176 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ebc3ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0dd8c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Apply suggestions from code review

    Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
    sethaxen and devmotion authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    121dd2b View commit details
    Browse the repository at this point in the history
  2. Call method on NamedTuple

    sethaxen committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a86cac4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    46fdcfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54b0d03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe284b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96ccc99 View commit details
    Browse the repository at this point in the history
  5. Revert "Call method on NamedTuple"

    This reverts commit a86cac4.
    sethaxen committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1eabd23 View commit details
    Browse the repository at this point in the history
  6. Update test/namedtuple/productnamedtuple.jl

    Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
    sethaxen and devmotion authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    28a7c00 View commit details
    Browse the repository at this point in the history