Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TuringLang/DistributionsAD.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.45
Choose a base ref
...
head repository: TuringLang/DistributionsAD.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 25 files changed
  • 8 contributors

Commits on May 15, 2023

  1. Switch to extensions (#235)

    * Initial refactoring
    
    * Add weak dependencies to `[extras]`
    
    * Fix typo
    
    * Two dots
    
    * Load `Random`
    
    * Fix `adapt_randn`
    
    * Load `Adjoint`
    
    * Simplify
    
    * Load `Cholesky`
    
    * More fixes
    
    * Next try
    
    * More fixes
    
    * Next changes
    
    * More
    
    * More fixes
    
    * More fixes
    
    * Do not cancel jobs
    
    * Clean imports and bump version
    devmotion authored May 15, 2023
    2
    Copy the full SHA
    58a507a View commit details

Commits on May 16, 2023

  1. 2
    Copy the full SHA
    e4ea4fe View commit details

Commits on Jun 10, 2023

  1. 2
    Copy the full SHA
    e559ac2 View commit details
  2. Add regression test for LazyArrays (#246)

    * Add LazyArrays to test dependencies
    
    * Load LazyArrays
    devmotion authored Jun 10, 2023
    Copy the full SHA
    a80fdb8 View commit details

Commits on Jun 13, 2023

  1. Actual fix for LazyArrays extension (#247)

    * actual fix for lazyarrays extension
    
    * patch version bump
    torfjelde authored Jun 13, 2023
    2
    Copy the full SHA
    2aef975 View commit details

Commits on Jul 15, 2023

  1. Remove type parameters (#252)

    They're unneeded, and breaking on Julia master:
    JuliaLang/julia@feb2988
    chriselrod authored Jul 15, 2023
    Copy the full SHA
    18d416e View commit details
  2. Update Project.toml (#253)

    devmotion authored Jul 15, 2023
    2
    Copy the full SHA
    8b2169a View commit details

Commits on Jul 17, 2023

  1. Update FillArrays compat to 1.4.1 (#251)

    * Update FillArrays compat to 1.4.0
    
    * Update Project.toml
    devmotion authored Jul 17, 2023
    2
    Copy the full SHA
    833e876 View commit details

Commits on Aug 4, 2023

  1. Fix missing logpdf (#256)

    * Fix missing `logpdf`
    
    * Update Project.toml
    yebai authored Aug 4, 2023
    2
    Copy the full SHA
    5847e86 View commit details

Commits on Sep 25, 2023

  1. Fix promotions with irrationals (#259)

    * Fix promotions with irrationals
    
    * Add tests
    
    * Fix typo
    devmotion authored Sep 25, 2023
    2
    Copy the full SHA
    b7c2184 View commit details

Commits on Feb 12, 2024

  1. Copy the full SHA
    a19c345 View commit details

Commits on Feb 13, 2024

  1. Bump version number (#263)

    * Update Project.toml
    
    * Update compat entries
    devmotion authored Feb 13, 2024
    2
    Copy the full SHA
    b8c3d82 View commit details

Commits on Apr 17, 2024

  1. Added default impls for filldist and arraydist (#264)

    * added default impls for `filldist` and `arraydist`
    
    * Apply suggestions from code review
    
    Co-authored-by: David Widmann <[email protected]>
    
    * Update filldist.jl (#265)
    
    ---------
    
    Co-authored-by: David Widmann <[email protected]>
    torfjelde and devmotion authored Apr 17, 2024
    2
    Copy the full SHA
    e3f8a67 View commit details

Commits on May 25, 2024

  1. CompatHelper: bump compat for LazyArrays in [weakdeps] to 2, (keep ex…

    …isting compat) (#267)
    
    Co-authored-by: CompatHelper Julia <[email protected]>
    github-actions[bot] and CompatHelper Julia authored May 25, 2024
    Copy the full SHA
    d09c737 View commit details
  2. CompatHelper: bump compat for LazyArrays to 2 for package test, (keep…

    … existing compat) (#266)
    
    Co-authored-by: CompatHelper Julia <[email protected]>
    github-actions[bot] and CompatHelper Julia authored May 25, 2024
    Copy the full SHA
    df19bf4 View commit details

Commits on Oct 8, 2024

  1. Add basic docs, expand filldist/arraydist docs (#268)

    * Add basic docs, expand filldist/arraydist docs
    
    * Don't run doctests on 1.6
    penelopeysm authored Oct 8, 2024
    Copy the full SHA
    ccc2b23 View commit details
  2. Bump version (#269)

    penelopeysm authored Oct 8, 2024
    2
    Copy the full SHA
    9843338 View commit details
  3. 2
    Copy the full SHA
    1eeda2d View commit details

Commits on Oct 10, 2024

  1. CompatHelper: add new compat entry for Documenter at version 1 for pa…

    …ckage test, (keep existing compat) (#271)
    
    Co-authored-by: CompatHelper Julia <[email protected]>
    github-actions[bot] and CompatHelper Julia authored Oct 10, 2024
    Copy the full SHA
    1aaceb9 View commit details

Commits on Nov 22, 2024

  1. Copy the full SHA
    242bd15 View commit details
Loading