From e5edf9c44a9ba8736fabef3c6346eb9649c69e90 Mon Sep 17 00:00:00 2001 From: hpesonen Date: Tue, 7 Mar 2023 17:35:28 +0100 Subject: [PATCH 1/2] add __init__.py to elfi/methods/bsl/ --- elfi/methods/bsl/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 elfi/methods/bsl/__init__.py diff --git a/elfi/methods/bsl/__init__.py b/elfi/methods/bsl/__init__.py new file mode 100644 index 00000000..6e031999 --- /dev/null +++ b/elfi/methods/bsl/__init__.py @@ -0,0 +1 @@ +# noqa: D104 From 75673127c6ac23342899055c090be10af7a9585f Mon Sep 17 00:00:00 2001 From: hpesonen Date: Tue, 7 Mar 2023 19:53:03 +0100 Subject: [PATCH 2/2] Update CHANGELOG.rst --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a44e672a..b46e14a1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,8 @@ Changelog ========= +- Fix broken 0.8.5 by adding missing `__init__.py` to elfi/methods/bsl/ + 0.8.5 (2023-03-07) ------------------ - Fix the option to continue inference in model-based inference