Skip to content

Commit 6bb5ecf

Browse files
committed
Update changelog
1 parent 030d386 commit 6bb5ecf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Minor
4040

4141
Features:
4242
1. Added option for ``permutation='learnable'`` when creating an ``InvertibleNetwork``
43-
2. Added option for ``coupling_design in ["spline", "interleaved"]`` when creating an ``InvertibleNetwork``
43+
2. Added option for ``coupling_design in ["affine", "spline", "interleaved"]`` when creating an ``InvertibleNetwork``
4444
3. Simplified passing additional settings to the internal networks. For instance, you
4545
can now simply do
4646
``inference_network = InvertibleNetwork(num_params=20, coupling_net_settings={'mc_dropout': True})``
@@ -52,10 +52,11 @@ https://arxiv.org/abs/2301.11873
5252
added to ``diagnostics.py`` and is accessible as ``plot_calibration_curves()``
5353
7. A new module ``experimental`` has been added currently containing ``rectifiers.py``.
5454
8. Default settings for transformer-based architectures.
55+
9. Numerical calibration error using ``posterior_calibration_error()``
5556

5657
General Improvements:
5758
1. Improved docstrings and consistent use of keyword arguments vs. configuration dictionaries
5859
2. Increased focus on transformer-based architectures as summary networks
5960
3. Figures resulting ``diagnostics.py`` have been improved and prettified
6061
4. Added a module ``sensitivity.py`` for testing the sensitivity of neural approximators to model misspecification
61-
5. Multiple bugfixes
62+
5. Multiple bugfixes, including a major bug affecting the saving and loading of learnable permutations

0 commit comments

Comments
 (0)