Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kynan/nbstripout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.1
Choose a base ref
...
head repository: kynan/nbstripout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.1
Choose a head ref
  • 16 commits
  • 16 files changed
  • 4 contributors

Commits on Feb 5, 2024

  1. Accept notebooks without nbformat version specified

    Also add an e2e test for this case.
    kynan committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    cb25f83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c59d106 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dc1cae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    883d871 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Update README.md with git-filter-repo (#194)

    Update README.md with git-filter-repo example
    
    Fixes #193.
    
    ---------
    
    Co-authored-by: Florian Rathgeber <florian.rathgeber@gmail.com>
    LunarLanding and kynan authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    0ac04d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    5077ab4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Document using nbstripout on all files in the current directory and s…

    …ubdirectories recursively
    
    This was requested in #127.
    kynan committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c6c1067 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    902e9ea View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Add --verify flag, closes #153

    This mode is similar to `--dry-run`, however returns with status 1 if any change would have been made to any affected files.
    
    ---------
    
    Co-authored-by: Florian Rathgeber <florian.rathgeber@gmail.com>
    jspaezp and kynan authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    b8fd98c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4fad6f View commit details
    Browse the repository at this point in the history
  3. Bump version: 0.7.1 → 0.8.0

    kynan committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    f42caea View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    26191da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d181dc View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Mark git filter required on installation

    By [default](https://git-scm.com/docs/gitattributes#_filter), "A missing filter driver definition in the config, or a filter driver that exits with a non-zero status, is not an error but makes the filter a no-op passthru." i.e. if the `nbstripout` is misconfigured or fails, the filter is ignored.
    
    Declare the filter to be `required` when installing, such that it *must* succeed.
    
    Closes #191
    kynan committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ff7b16f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4532480 View commit details
    Browse the repository at this point in the history
  3. Bump version: 0.8.0 → 0.8.1

    kynan committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    4439d61 View commit details
    Browse the repository at this point in the history
Loading