Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ The full release logs can be found on `github
<https://github.com/undark-lab/swyft/releases>_. Here we provide a brief
summary.

v0.4.4 (2023-07-31)
-------------------

- Included updated author list (AUTHOR file) and update LICENSE information
- Add torch conjugate gradient to dependencies (for forthcoming applications)
- Add list of Swyft publications and events to docs
- pytorch-lighthing 2.0 compatibility not fully established (pending until 2.0 has feature parity with 1.9)
- Add swyft.get_class_probs for extracting classification results from ratio estimators
- Add LogRatioEstimator_Gaussian, a Gaussian ratio estimator for arbitrary dimensions
- Deprecate LogRatioEstimator_1dim_Gaussian (worked only with 1dim features and 1dim parameters)
- Rewritten logratios aggregator in swyft.Module to be more resilient
- Add AuxLoss, which just enables to add arbitrary extra losses (e.g. related to regularisation) to the training object
- Enable Spectral embedding for parameters in LogRatioEstimator_Ndim for high fidelity posteriors
- Add LogRatioEstimator_Autoregressive, an autoregressive neural ratio estimator module

v0.4.3 (2023-04-28)
-------------------

Expand Down
2 changes: 0 additions & 2 deletions swyft/lightning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
"LogRatioEstimator_Ndim",
"LogRatioEstimator_Autoregressive",
"LogRatioEstimator_Gaussian",
"LogRatioEstimator_Gaussian_Autoregressive_Z",
"LogRatioEstimator_Gaussian_Autoregressive_X",
"RectBoundSampler",
"LogRatioEstimator_1dim_Gaussian",
]
Loading