From 9e6e6fdcbcc2792cfcc63f915acb923325bb656e Mon Sep 17 00:00:00 2001 From: stefanradev93 Date: Sun, 16 Jul 2023 12:01:51 +0200 Subject: [PATCH] Notify of changes --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b424b2926..7ef52b3a0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -60,3 +60,10 @@ General Improvements: 3. Figures resulting ``diagnostics.py`` have been improved and prettified 4. Added a module ``sensitivity.py`` for testing the sensitivity of neural approximators to model misspecification 5. Multiple bugfixes, including a major bug affecting the saving and loading of learnable permutations + +1.1.2 Series +---------- + +1. Bugfix in ``SetTransformer`` affecting saving and loading when using the version with inducing points. +2. Bugfix in ``SetTransformer`` when using ``train_offline`` and batches result in unequal shapes. +3. Improved documentation with examples