Skip to content

Commit

Permalink
Release/v0.4.4 (#134)
Browse files Browse the repository at this point in the history
* Remove gaussian autoregressive models (to come in a later release).
* Update changelog.rst to v0.4.4
  • Loading branch information
cweniger committed Jul 28, 2023
1 parent f6793c1 commit 5ec9cd7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 598 deletions.
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

0 comments on commit 5ec9cd7

Please sign in to comment.