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: sbi-dev/sbi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.2
Choose a base ref
...
head repository: sbi-dev/sbi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.3
Choose a head ref
  • 16 commits
  • 37 files changed
  • 10 contributors

Commits on Oct 18, 2024

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

Commits on Oct 19, 2024

  1. docs: fix link to embedding net tutorial (#1297)

    Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
    emmanuel-ferdman authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3d5cb24 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Fix pickle issues in MCMC posterior + test (#1291)

    * Fix pickle issues in MCMC posterior + test
    
    * fix linting
    manuelgloeckler authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    18b1141 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Fix type checks for EnsemblePosterior weights (#1299)

    * minor fix for EnsemblePosterior weights.setter
    
    * Update sbi/inference/posteriors/ensemble_posterior.py
    
    Co-authored-by: Jan <janfb@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jan <janfb@users.noreply.github.com>
    CompiledAtBirth and janfb authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    653d0b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix #1301: remove deprecated neural_net access from utils to avoid …

    …circular imports (#1302)
    
    * remove deprecated neural_net access from utils
    
    * remove tests for deprecated neural_nets_factory
    tvwenger authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3ff1f51 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. test: ensemble posterior weights validation (#1307)

    Signed-off-by: samadpls <abdulsamadsid1@gmail.com>
    samadpls authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    3bd8aa9 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Add discord link to README.md (#1317)

    * Update README.md
    
    * rename ci to tests for readme badge
    janfb authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    4b3d409 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

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

Commits on Dec 11, 2024

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

Commits on Dec 13, 2024

  1. expose batched sampling option in diagnostics (#1321)

    * expose batched sampling option; error handling
    
    * further improvements
    
    * undo batch_size option
    janfb authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    d3f22b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. docs: Add conda-forge install instructions (#1340)

    * Add install instructions from conda-forge for pixi and conda to README.
       - c.f. https://github.com/conda-forge/sbi-feedstock
    * Add conda-forge badge.
    * Add install instructions from conda-forge for pixi and conda to docs.
       - Correct minimum required Python to Python 3.9.
       - Update example python version in conda env creation to Python 3.12.
    matthewfeickert authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    2ecfe21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    390a518 View commit details
    Browse the repository at this point in the history
  3. feat: NLE with multiple iid conditions (#1331)

    * add method for iid-batched conditioning.
    
    - deprecate MNLE-based potential (can be nle-based)
    - adapt tests for conditioned mnle.
    
    * update notebook, bugfixes
    
    * add batch dim for x, add test.
    
    * fix shape handling, adapt tutorial.
    janfb authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    e7940dc View commit details
    Browse the repository at this point in the history
  4. docs: fix tutorial typos (#1341)

    * fix typos without adding output changes.
    janfb authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    8604790 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. docs: re-run and seed SBC tutorial (#1336)

    * Got rid of not used method
    
    * Done until Ranks versus Uniform distribution subsection
    
    * Done until DAP versus prior
    
    * Done until Running SBC
    
    * Done until When things go haywire
    
    * Done until A dispersed posterior
    
    * Done
    
    * Cells properly executed
    manuel-morales-a authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    f2c1cc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. docs: prepare release, bump version (#1337)

    * add release template.
    
    * add changelog, fix dependencies, bump version.
    
    * update changelog.
    
    * add latest contributions.
    janfb authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    9152e93 View commit details
    Browse the repository at this point in the history
Loading