Skip to content

0.8.0

Compare
Choose a tag to compare
@kynan kynan released this 03 Nov 17:29
· 6 commits to main since this release
  • 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.