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: jupyter/nbformat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.3
Choose a base ref
...
head repository: jupyter/nbformat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Apr 2, 2021

  1. Copy the full SHA
    373d926 View commit details

Commits on May 18, 2021

  1. Return the notebook when no conversion is needed (#221)

    The bare return statement returns None by default. If nothing is to be upgraded, the original notebook should be returned.
    bryanwweber authored May 18, 2021
    Copy the full SHA
    dd4725f View commit details

Commits on Jun 10, 2021

  1. Don't list pytest-cov as a test dependency (#224)

    It is not actually required to run the tests.
    
    It is only used when explicitly enabled via the --cov option,
    e.g. on GitHub actions, where we install the package manually now.
    
    In Fedora, we don't run the tests with --cov, so we don't need the dependency.
    hroncok authored Jun 10, 2021
    Copy the full SHA
    f101cd2 View commit details

Commits on Dec 17, 2021

  1. Copy the full SHA
    c521262 View commit details
  2. Catch AttributeErrors stemming from ipython_genutils as ValidationErr…

    …ors on read (#241)
    
    * Catch AttributeErrors thrown by ipython_genutils during reading and conversion as ValidationErrors
    
    * fix docstrings
    
    * catch attribute errors as validation errors while reading json
    
    * revert changes to converter (in another PR)
    therzka authored Dec 17, 2021
    Copy the full SHA
    f2722ad View commit details
  3. Catch AttributeErrors thrown by ipython_genutils during conversion as…

    … ValidationErrors (#240)
    
    * Catch AttributeErrors thrown by ipython_genutils during reading and conversion as ValidationErrors
    
    * fix docstrings
    
    * revert changes to reader and extra test files, update error message
    
    * fix test_nbformat
    therzka authored Dec 17, 2021
    Copy the full SHA
    6be91cc View commit details
  4. Ensure nbformat minor version is present when upgrading (#237)

    * Ensure nbformat minor version is present when upgrading
    Motivation:
      - We have seen a number of notebooks which do not contain the nbformat
        minor version, this throws a key error when trying to update. This
        pr adds a check to ensure it is present and throws a validation error
        if not.
    
    * fix test
    gwincr11 authored Dec 17, 2021
    Copy the full SHA
    dee3e4f View commit details

Commits on Jan 21, 2022

  1. Only fix cell ID validation issues if asked (#244)

    * Only fix cell ID validation issues if asked
    
    Adds a new kwarg to validate called `repair` which will fix well-known validation
    errors during the validation process, but only when set to `True`.
    
    Updates existing functionality to not mutate the notebook contents, but instead
    fail validation.
    
    * Remove python 3.5 from ci test matrix
    
    * explicitly exclude jupyter-trust script from manifest
    
    * Ensure that validate default mutates notebook content to repair cell ids
    
    * Correct kwarg name for clarity
    nicholaswold authored Jan 21, 2022
    Copy the full SHA
    d073357 View commit details
  2. Strip metadata that is causing notebook validation to fail

    Nicholas Wold committed Jan 21, 2022
    Copy the full SHA
    d2c103f View commit details
  3. Copy the full SHA
    5f97c02 View commit details

Commits on Jan 24, 2022

  1. Update nbformat/validator.py

    Co-authored-by: Paul Ivanov <pi@berkeley.edu>
    nicholaswold and ivanov authored Jan 24, 2022
    Copy the full SHA
    af30bbf View commit details
  2. Do not crash if the intended cell type is not valid

    Nicholas Wold committed Jan 24, 2022
    Copy the full SHA
    6d673ac View commit details
  3. Clarify with a comment

    Nicholas Wold committed Jan 24, 2022
    Copy the full SHA
    884adeb View commit details
  4. Merge pull request #245 from nicholaswold/nick/fixup-invalid-metadata

    Strip metadata that is causing notebook validation to fail
    ivanov authored Jan 24, 2022
    Copy the full SHA
    59e927d View commit details

Commits on Feb 28, 2022

  1. Copy the full SHA
    96c75a3 View commit details

Commits on Mar 2, 2022

  1. Copy the full SHA
    66443e6 View commit details
  2. Copy the full SHA
    9eb2076 View commit details
  3. Copy the full SHA
    e0800d6 View commit details
  4. Copy the full SHA
    c15bcc9 View commit details
  5. Copy the full SHA
    a7502cf View commit details

Commits on Mar 9, 2022

  1. Copy the full SHA
    7c4543f View commit details
  2. Update changelog.rst

    blink1073 authored Mar 9, 2022
    Copy the full SHA
    983087b View commit details

Commits on Mar 10, 2022

  1. Copy the full SHA
    21790e4 View commit details
  2. Copy the full SHA
    89dd68e View commit details
  3. Copy the full SHA
    08d6487 View commit details
  4. Fix publish workflow

    We need write permissions on the contents to create a GitHub release per their [example](https://github.com/ncipollo/release-action#example)
    blink1073 authored Mar 10, 2022
    Copy the full SHA
    83a4b30 View commit details
  5. Copy the full SHA
    df63593 View commit details

Commits on Mar 30, 2022

  1. Copy the full SHA
    5e90554 View commit details
  2. also isntall wheel up-front

    bollwyvl committed Mar 30, 2022
    Copy the full SHA
    1146f5e View commit details
  3. use .warning

    bollwyvl committed Mar 30, 2022
    Copy the full SHA
    5e24e39 View commit details
  4. Copy the full SHA
    4ba2d91 View commit details
  5. more warnigs

    bollwyvl committed Mar 30, 2022
    Copy the full SHA
    cedb45a View commit details
  6. Copy the full SHA
    432ba1c View commit details
  7. use evolve if available

    bollwyvl committed Mar 30, 2022
    Copy the full SHA
    46d99e2 View commit details
  8. Copy the full SHA
    ded36a5 View commit details

Commits on Mar 31, 2022

  1. Copy the full SHA
    4b5bfad View commit details

Commits on Apr 1, 2022

  1. adopt pre-commit

    blink1073 committed Apr 1, 2022
    Copy the full SHA
    be56fd0 View commit details
  2. fix manifest

    blink1073 committed Apr 1, 2022
    Copy the full SHA
    e509963 View commit details
  3. fix manifest

    blink1073 committed Apr 1, 2022
    Copy the full SHA
    98a72cc View commit details
  4. Copy the full SHA
    60a339b View commit details

Commits on Apr 2, 2022

  1. run auto-formatters

    blink1073 committed Apr 2, 2022
    Copy the full SHA
    c419830 View commit details
  2. Copy the full SHA
    e4067d8 View commit details
  3. Copy the full SHA
    9524b5c View commit details
  4. fix manifest

    blink1073 committed Apr 2, 2022
    Copy the full SHA
    e76d430 View commit details
  5. Copy the full SHA
    d8d7734 View commit details
  6. Copy the full SHA
    71eacfc View commit details
  7. Copy the full SHA
    26a2cd8 View commit details
  8. fix workflow

    blink1073 committed Apr 2, 2022
    Copy the full SHA
    252a1b8 View commit details
  9. clean up docs build

    blink1073 committed Apr 2, 2022
    Copy the full SHA
    3432442 View commit details
  10. fix pytest invocation

    blink1073 committed Apr 2, 2022
    Copy the full SHA
    d7dbe50 View commit details
Loading