From 60ca5e28d165274591745a8ad512304e11a5f947 Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Fri, 11 Feb 2022 10:55:24 -0800 Subject: [PATCH] DOC: release notes for patch v1.13.2 --- docs/source/releases.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/source/releases.rst b/docs/source/releases.rst index 7ea2b767..2443d888 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -1,6 +1,25 @@ Release History ############### +v1.13.2 (2022-02-11) +==================== + +Fixes and Maintenance +--------------------- +Configure ``IPython`` to disable ``black`` input reformatting, +for three reasons: + + 1. Throws errors in our terminal after the first input + 2. Conflicts with advice in the ``black`` github issues that assert that + ``black`` is not ready to be used as an import. + 3. I don't think it's a good fit for the scientific computing and expect + that it will be annoying in practice. + +Contributors +------------ +- zllentz + + v1.13.1 (2022-02-07) ====================