File tree Expand file tree Collapse file tree 3 files changed +15
-598
lines changed
Expand file tree Collapse file tree 3 files changed +15
-598
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ The full release logs can be found on `github
55<https://github.com/undark-lab/swyft/releases>_. Here we provide a brief
66summary.
77
8+ v0.4.4 (2023-07-31)
9+ -------------------
10+
11+ - Included updated author list (AUTHOR file) and update LICENSE information
12+ - Add torch conjugate gradient to dependencies (for forthcoming applications)
13+ - Add list of Swyft publications and events to docs
14+ - pytorch-lighthing 2.0 compatibility not fully established (pending until 2.0 has feature parity with 1.9)
15+ - Add swyft.get_class_probs for extracting classification results from ratio estimators
16+ - Add LogRatioEstimator_Gaussian, a Gaussian ratio estimator for arbitrary dimensions
17+ - Deprecate LogRatioEstimator_1dim_Gaussian (worked only with 1dim features and 1dim parameters)
18+ - Rewritten logratios aggregator in swyft.Module to be more resilient
19+ - Add AuxLoss, which just enables to add arbitrary extra losses (e.g. related to regularisation) to the training object
20+ - Enable Spectral embedding for parameters in LogRatioEstimator_Ndim for high fidelity posteriors
21+ - Add LogRatioEstimator_Autoregressive, an autoregressive neural ratio estimator module
22+
823v0.4.3 (2023-04-28)
924-------------------
1025
Original file line number Diff line number Diff line change 2929 "LogRatioEstimator_Ndim" ,
3030 "LogRatioEstimator_Autoregressive" ,
3131 "LogRatioEstimator_Gaussian" ,
32- "LogRatioEstimator_Gaussian_Autoregressive_Z" ,
33- "LogRatioEstimator_Gaussian_Autoregressive_X" ,
3432 "RectBoundSampler" ,
3533 "LogRatioEstimator_1dim_Gaussian" ,
3634]
You can’t perform that action at this time.
0 commit comments