Update dependency nbstripout to ^0.5.0 || ^0.8.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
nbstripout | dev | minor |
^0.5.0 -> ^0.5.0 || ^0.8.0
|
Release Notes
kynan/nbstripout (nbstripout)
v0.8.1
- In dry run mode, only print output if there would have been a change (#152).
- Declare git filter to be
required
when installing, such that it must succeed (#191).
v0.8.0
- Adds
--verify
flag, similar to--dry-run
but returning 1 if any affected files would have changed (@jspaezp, #153, #195). - Adds script to apply
nbstripout
retroactively usinggit-filter-repo
to README (@LunarLanding @tokleine, #194 #197). - Documents nbstripout on all files in the current directory and subdirectories recursively (#127).
- Accepts notebooks without
nbformat
version specified. - Improves test coverage.
v0.7.1
- Fix regression where input file was truncated before reading (#190).
v0.7.0
- This release has been yanked from PyPI due to a major regression (#190).
- Drop support for Python 3.7 (end of life 2023-06-27), require Python 3.8.
- Add support for Python 3.12.
- Drop backwards compability with IPython.nbformat for IPython <4.
- Rename cell ids to be sequential by default. Disable by passing
--keep-id
(@JasonJooste, #184). - Improve documentation for notebook and cell metadata stripping (#187).
- Switch from pytest-flake8 to pytest-ruff.
- Convert all text assets from rST to Markdown format.
v0.6.2
- Add
--python
option fornbstripout --install
to allow overriding the Python interpreter specified in.git/config
(@nobodyinperson, #181 #182). - Add option
--keep-metadata-keys
to keep specific metadata keys that are stripped by default (@davidxia, #78 #177). - Replace Cram as test runner for integration tests with a custom framework which also supports testing on Windows (@arobrien, #176 #178).
- Use
SystemExit
instead ofsys.exit
and do not exit from functions (@janosh, #173).
v0.6.1
- Removed
setup_requires
andtests_require
and no longer rely onpytest-runner
for test execution but invokepytest
directly (#168).
v0.6.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.