v1.13.2 (2022-02-11)
Fixes and Maintenance
Configure IPython
to disable black
input reformatting,for three reasons:
- Throws errors in our terminal after the first input
- Conflicts with advice in the
black
github issues that assert thatblack
is not ready to be used as an import. - I don't think it's a good fit for the scientific computing and expect that it will be annoying in practice.
Contributors
- zllentz