Skip to content

v0.23.0

Compare
Choose a tag to compare
@michaeldeistler michaeldeistler released this 28 Aug 15:48
· 36 commits to main since this release
601f129

Announcements

Major Changes

  • internal renaming of all inference classes from, e.g., SNPE to NPE (i.e., we
    removed the S prefix). The functionality of the classes remains the same. The NPE
    class handles both the amortized and sequential versions of neural posterior
    estimation. An alias for SNPE (and other sequential methods) still exists for
    backwards compatibility (#1238) (@michaeldeistler).
  • change sbi default parameters: training_batch_size=200, num_chains=20 (#1221)
    (@janfb)
  • change imports of posterior_nn, likelihood_nn, and classifier_nn. They should
    now be imported from sbi.neural_nets, not from sbi.utils (#994) (@famura)
  • big refactoring of plotting utilities, new tutorial (#1084) (@Matthijspals)
  • improved tutorials and website documentation (#1012, #1051, #1073) (@augustes,
    @zinaStef, @lisahaxel, @psteinb)
  • improved website structure and contribution guides (#1019) (@tomMoral, @janfb)
  • drop support for python3.8 and torch1.12 (#1233)
  • refactor folder structure and naming of neural_nets (#1237) (@michaeldeistler)

New Features

Bug Fixes

Maintenance and other changes