- Bug fix for zero simulations in later rounds (318) - Bug fix for sbi.utils.sbiutils.Standardize; mean and std are now registered in state dict (thanks plcrodrigues, 325) - Tutorials on embedding_net and presimulated data (thanks plcrodrigues, 314, 318) - FAQ entry for pickling error
0.12.1
- Bug fix for broken NSF (310, thanks tvwenger).
0.12.0
- Add FAQ (293) - Fix bug in embedding_net when output dimension does not equal input dimension (299) - Expose arguments of functions used to build custom networks (299) - Implement non-atomic APT (301) - Depend on pyknos 0.12 and nflows 0.12 - Improve documentation (302, 305, thanks to agramfort) - Fix bug for 1D uniform priors (307).
0.11.2
- Fixed pickling of SNRE by moving StandardizeInputs (291) - Added check to ensure correct round number when presimulated data is provided - Subclassed Posterior depending on inference algorithm (282, 285) - Pinned pyro to v1.3.1 as a temporary workaround (see 288) - Detaching weights for MCMC SIR init immediately to save memory (292)
0.11.1
- Bug fix for log_prob() in SNRE (280)
0.11.0
- Changed the API to do multi-round inference (273) - Allow to continue inference (273)