From ffbc701f2a31007ff19317a0243129ab8898da62 Mon Sep 17 00:00:00 2001 From: Karsten Chu Date: Thu, 13 May 2021 20:29:22 -0400 Subject: [PATCH] Release notes. --- docs/source/release_notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 1192908a4c..13593ac537 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -8,6 +8,7 @@ Release Notes * Fixes * Removed data splitter sampler calls during training :pr:`2253` * Set minimum required version for for pyzmq, colorama, and docutils :pr:`2254` + * Changed BaseSampler to return None instead of y :pr:`2272` * Changes * Updated pipeline ``repr()`` and ``generate_pipeline_code`` to return pipeline instances without generating custom pipeline class :pr:`2227` * Documentation Changes