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: pyro-ppl/pyro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.2
Choose a base ref
...
head repository: pyro-ppl/pyro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.3
Choose a head ref
  • 11 commits
  • 93 files changed
  • 4 contributors

Commits on Sep 30, 2022

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

Commits on Oct 18, 2022

  1. Expose Gaussian algorithms (#3145)

    * Move Gaussian algorithms into ops.gaussian
    
    * Add docs
    fritzo authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    9009fee View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Pin visdom version to unblock CI (#3147)

    * Pin visdom version to unblock CI
    
    * Fix version specifier
    fritzo authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    0fe132e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. fix_reverse_out_bound_quadratic_spline (#3140)

    * fix_reverse_out_bound_quadratic_spline
    
    * fix_reverse_out_bound_quadratic_spline
    
    * add two spaces before comment
    
    * add sapce
    
    * space
    
    * lint
    
    Co-authored-by: Fritz Obermeyer <fritz.obermeyer@gmail.com>
    LiaoShiqi97 and fritzo authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    c573af1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Improve sequential_gaussian_filter_sample() (#3146)

    * Allow noise to be injected into gaussian rsampling
    
    * Support antithetic sampling of noise, add docs
    
    * Avoid dropping initial time point
    
    * Fix sampling bug
    
    * Add profiling script
    
    * Upate profiler to not require grads
    
    * Reduce memory usage
    
    * Fix device placement and dtype
    
    * Expose matrix_and_gaussian_to_gaussian()
    fritzo authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    1098e38 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Add jitter to Cholesky factorization in Gaussian ops (#3151)

    * Attempt to add jitter to Gaussian ops
    
    * Isolate changes to pyro.ops.tensor_utils
    
    * Add a warning
    
    * Simplify
    
    * Simplify
    
    * Simplify to fixed jitter based on finfo.eps
    
    * Simplify
    
    * Rename cholesky -> safe_cholesky
    
    * Allow disabling jitter
    
    * Address review comment
    
    * Switch to column-wise max, increase jitter
    fritzo authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    ed54fe8 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Clean up handling of global settings (#3152)

    * Add a global settings module
    
    * Fancy docs stuff
    
    * Add cholesky_relative_jitter setting
    
    * lint
    
    * Add explicit stage mark
    fritzo authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    891880f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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

Commits on Nov 22, 2022

  1. Ensure compatibility with torch>=1.13 torchvision>=0.14 (#3155)

    * Bump dependency versions to torch>1.13 torchvision>=0.14
    
    * Avoid setuptools>=60
    
    * Replace Tensor.lu() -> torch.linalg.lu_factor()
    
    * Fix test
    
    * Revert "Bump dependency versions to torch>1.13 torchvision>=0.14"
    
    This reverts commit 90ec206.
    
    * Add comment on lap
    fritzo authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    44267ff View commit details
    Browse the repository at this point in the history
  2. Fixes #3156 (#3157)

    fritzo authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    39a4111 View commit details
    Browse the repository at this point in the history
  3. Bump to version 1.8.3 (#3158)

    * Bump to version 1.8.3
    
    * Run scripts/update_version.py
    fritzo authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    ba65cad View commit details
    Browse the repository at this point in the history
Loading