From dd7627650dfdde9925138ba396b6d2040c2f997a Mon Sep 17 00:00:00 2001 From: chkoar Date: Thu, 13 Feb 2020 16:30:22 +0200 Subject: [PATCH 1/2] Add whats new --- doc/whats_new/v0.6.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/whats_new/v0.6.rst b/doc/whats_new/v0.6.rst index d2b995501..854d03231 100644 --- a/doc/whats_new/v0.6.rst +++ b/doc/whats_new/v0.6.rst @@ -1,3 +1,23 @@ +.. _changes_0_6_2: + +Version 0.6.2 +============== + +This is a bug-fix release to resolve some issues regarding the handling the +input and the output format of the arrays. + +Changelog +--------- + +Bug fixes +......... + +- Allow column vectors to be passed as targets. + :pr:`673` by :user:`Christos Aridas `. +- Better input handling when the target is a dataframe. + :pr:`681` by :user:`Christos Aridas `. + + .. _changes_0_6_1: Version 0.6.1 From 133d52cf4870efc0856e6553569eb6d8f327b79d Mon Sep 17 00:00:00 2001 From: chkoar Date: Thu, 13 Feb 2020 16:57:16 +0200 Subject: [PATCH 2/2] Update whats_new/v0.6.rst --- doc/whats_new/v0.6.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/whats_new/v0.6.rst b/doc/whats_new/v0.6.rst index 854d03231..fca5575a1 100644 --- a/doc/whats_new/v0.6.rst +++ b/doc/whats_new/v0.6.rst @@ -9,12 +9,9 @@ input and the output format of the arrays. Changelog --------- -Bug fixes -......... - - Allow column vectors to be passed as targets. :pr:`673` by :user:`Christos Aridas `. -- Better input handling when the target is a dataframe. +- Better input/output handling for pandas, numpy and plain lists. :pr:`681` by :user:`Christos Aridas `. @@ -23,7 +20,6 @@ Bug fixes Version 0.6.1 ============== -**In Development** This is a bug-fix release to primarily resolve some packaging issues in version 0.6.0. It also includes minor documentation improvements and some bug fixes.