Skip to content

Commit 5ec9cd7

Browse files
authored
Release/v0.4.4 (#134)
* Remove gaussian autoregressive models (to come in a later release). * Update changelog.rst to v0.4.4
1 parent f6793c1 commit 5ec9cd7

File tree

3 files changed

+15
-598
lines changed

3 files changed

+15
-598
lines changed

docs/source/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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
66
summary.
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+
823
v0.4.3 (2023-04-28)
924
-------------------
1025

swyft/lightning/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
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
]

0 commit comments

Comments
 (0)