From b154ca374b7fa0b6109edd1029a6844bab461f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Dahlgren?= Date: Mon, 16 Oct 2017 14:06:24 +0200 Subject: [PATCH] Prepare for v0.11.2 --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index fe785fcd..03237c53 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +v0.11.2 +======= +- to_arrays now accepts a kwarg 'reshape' +- New (convenience) methods for SymbolicSys: + - from_other_new_params + - from_other_new_params_by_name + v0.11.1 ======= - Fixes to to_arrays (in combination with as_autonomous & from_other)