- Drop support for python 3.7
- Remove functionality for old-style jupyter notebook
- Modern versions of
lab
andnotebook
both work the same way -- a much better way -- reducing the amount of code maintenance - Users that are stuck on old versions of
notebook
(<7) will need to pin an older version of jupyter-black
- Modern versions of
- Add some nix stuff
- Update dependencies
- Only pass to
black.Mode
options frompyproject.toml
that are valid forblack.Mode
. Thanks @rldotai, #7
- Remove version constraints (thanks: @JakobGM, #6)
- Update CI to ensure publishing should work
- Fix description (thanks: @bryanwweber)
- Version bump for PyPI
- Default to
lab=True
- Add warning popup for users that load in notebook with
lab=True
(including via%load_ext
) - Fix tests for the above
- Might as well minor version bump since this changes the API, even if
still
0.x
- Add warning popup for users that load in notebook with
- Python 3.10 support
- Black 22 support
- Breaking change: default to
lab=True
;%load_ext jupyter_black
will now work in jupyterlab and no longer work in a standalone notebook
- Unload the proper event
- First release on PyPI.