From 8c056bd54073e4749f69ddd3c78979c52f730da7 Mon Sep 17 00:00:00 2001 From: pseeth Date: Sat, 1 Feb 2020 17:41:56 -0800 Subject: [PATCH] adding to changelog --- docs/changes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index b407502..ec51024 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -7,6 +7,8 @@ v1.2.0 ~~~~~~ - Added a random_state parameter to Scaper object, which allows all runs to be perfectly reproducible given the same audio and the same random seed. - Switched from numpydoc to napoleon for generating the documentation. Also switched Sphinx to the most recent version. +- Added functions to Scaper object that allow one to reset the foreground and background event specifications independently. This allows users to reuse the same Scaper object and generate multiple soundscapes. +- Added a function to Scaper that allows the user to set the random state after creation. v1.1.0 ~~~~~~