From 8ad4a5366a44e289b6ce6215f9b93886d02a1acb Mon Sep 17 00:00:00 2001 From: Felix Patzelt <771204+felixpatzelt@users.noreply.github.com> Date: Thu, 23 Jun 2022 23:07:20 +0200 Subject: [PATCH] fix: changelog for 2.1.0 (#14) --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 87d4aa6..47596c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +:Version: 2.1.0 of 2022-04-16 +Fix by @onnoeberhard for too-small dc-component: When cumulating the generated noise, +the displacement would grow too slowly in the long limit. +Test that would have discovered the above issue. +Other tests are now deterministic. + :Version: 2.0.0 of 2022-04-16 Allow for control over random number generator state by adding optional random_state