Skip to content

Update what's new #682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion doc/whats_new/v0.6.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
.. _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
---------

- Allow column vectors to be passed as targets.
:pr:`673` by :user:`Christos Aridas <chkoar>`.
- Better input/output handling for pandas, numpy and plain lists.
:pr:`681` by :user:`Christos Aridas <chkoar>`.


.. _changes_0_6_1:

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.
Expand Down