Skip to content

Commit

Permalink
Merge pull request #320 from ZLLentz/rel-v1.13.2
Browse files Browse the repository at this point in the history
DOC: release notes for patch v1.13.2
  • Loading branch information
klauer authored Feb 11, 2022
2 parents d42c3e8 + 60ca5e2 commit 7f55e3d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
@@ -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)
====================

Expand Down

0 comments on commit 7f55e3d

Please sign in to comment.