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.5
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.6
Choose a head ref
  • 12 commits
  • 90 files changed
  • 7 contributors

Commits on May 29, 2023

  1. Refactor ProvenanceTensor to use pytree (#3223)

    Yerdos Ordabayev authored May 29, 2023
    Configuration menu
    Copy the full SHA
    b131230 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Create FUNDING.yml (#3224)

    Add @fritzo to github funding targets
    fritzo authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    25b9bb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

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

Commits on Jun 21, 2023

  1. Fix jit ELBO sign error (#3229)

    * Fix sign error in JitTraceGraph_ELBO
    
    * lint
    
    * Add test for TraceTMC_ELBO
    fritzo authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e20a65c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Replace flake8+isort with ruff (#3231)

    * Replace flake8+isort with ruff
    
    * Update github action
    fritzo authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ea44053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e3d62e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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

Commits on Jul 25, 2023

  1. Concatenate torch docstrings at end of distribution wrappers (#3246)

    * grabbing docstring from torch modules directly, build still failes with indent errors
    
    * replaced outdated sphinxcontrib.napoleon with extension sphinx.ext.napoleon
    
    * Fix docs
    
    ---------
    
    Co-authored-by: rtviii <rtkushner@gmail.com>
    fritzo and rtviii authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    08902d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Jul 27, 2023

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

Commits on Jul 28, 2023

  1. Fix #3245 bug in poutine.trace(graph_type="dense") (#3247)

    * Fix #3245 bug in poutine.trace(graph_type="dense")
    
    * Update test assertion
    fritzo authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a59f6a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Bump version to to 1.8.6 (#3252)

    * Update version in __init__.py
    
    * Run scripts/update_version.py
    fritzo authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    7944968 View commit details
    Browse the repository at this point in the history
Loading