Skip to content

Update dependency nbstripout to ^0.5.0 || ^0.8.0

igswsihw-wmadepbot requested to merge renovate/nbstripout-0.x into develop

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

Compare Source

  • 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

Compare Source

  • 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 using git-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

Compare Source

  • Fix regression where input file was truncated before reading (#​190).

v0.7.0

Compare Source

  • 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

Compare Source

v0.6.1

Compare Source

  • Removed setup_requires and tests_require and no longer rely on pytest-runner for test execution but invoke pytest directly (#​168).

v0.6.0

Compare Source

  • Support for stripping init cells (@​Pugio, #​157).
  • Added --drop-tagged-cells="some tags" option (@​boun, #​161).
  • Renamed --strip-empty-cells to --drop-empty-cells.
  • Dropped support for Python 3.5, added support for Python 3.10.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading