-
Notifications
You must be signed in to change notification settings - Fork 155
Comparing changes
Open a pull request
base repository: jupyter/nbformat
base: 5.1.3
head repository: jupyter/nbformat
compare: main
Commits on Apr 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 373d926 - Browse repository at this point
Copy the full SHA 373d926View commit details
Commits on May 18, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for dd4725f - Browse repository at this point
Copy the full SHA dd4725fView commit details
Commits on Jun 10, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for f101cd2 - Browse repository at this point
Copy the full SHA f101cd2View commit details
Commits on Dec 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c521262 - Browse repository at this point
Copy the full SHA c521262View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for f2722ad - Browse repository at this point
Copy the full SHA f2722adView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6be91cc - Browse repository at this point
Copy the full SHA 6be91ccView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dee3e4f - Browse repository at this point
Copy the full SHA dee3e4fView commit details
Commits on Jan 21, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for d073357 - Browse repository at this point
Copy the full SHA d073357View commit details -
Strip metadata that is causing notebook validation to fail
Nicholas Wold committedJan 21, 2022 Configuration menu - View commit details
-
Copy full SHA for d2c103f - Browse repository at this point
Copy the full SHA d2c103fView commit details -
Pop instead of del so we are resiliant to multiple validation errors
Nicholas Wold committedJan 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 5f97c02 - Browse repository at this point
Copy the full SHA 5f97c02View commit details
Commits on Jan 24, 2022
-
Co-authored-by: Paul Ivanov <pi@berkeley.edu>
Configuration menu - View commit details
-
Copy full SHA for af30bbf - Browse repository at this point
Copy the full SHA af30bbfView commit details -
Do not crash if the intended cell type is not valid
Nicholas Wold committedJan 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 6d673ac - Browse repository at this point
Copy the full SHA 6d673acView commit details -
Nicholas Wold committed
Jan 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 884adeb - Browse repository at this point
Copy the full SHA 884adebView commit details -
Merge pull request #245 from nicholaswold/nick/fixup-invalid-metadata
Strip metadata that is causing notebook validation to fail
Configuration menu - View commit details
-
Copy full SHA for 59e927d - Browse repository at this point
Copy the full SHA 59e927dView commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 96c75a3 - Browse repository at this point
Copy the full SHA 96c75a3View commit details
Commits on Mar 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 66443e6 - Browse repository at this point
Copy the full SHA 66443e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb2076 - Browse repository at this point
Copy the full SHA 9eb2076View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0800d6 - Browse repository at this point
Copy the full SHA e0800d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c15bcc9 - Browse repository at this point
Copy the full SHA c15bcc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7502cf - Browse repository at this point
Copy the full SHA a7502cfView commit details
Commits on Mar 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7c4543f - Browse repository at this point
Copy the full SHA 7c4543fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 983087b - Browse repository at this point
Copy the full SHA 983087bView commit details
Commits on Mar 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 21790e4 - Browse repository at this point
Copy the full SHA 21790e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89dd68e - Browse repository at this point
Copy the full SHA 89dd68eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d6487 - Browse repository at this point
Copy the full SHA 08d6487View commit details -
We need write permissions on the contents to create a GitHub release per their [example](https://github.com/ncipollo/release-action#example)
Configuration menu - View commit details
-
Copy full SHA for 83a4b30 - Browse repository at this point
Copy the full SHA 83a4b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for df63593 - Browse repository at this point
Copy the full SHA df63593View commit details
Commits on Mar 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e90554 - Browse repository at this point
Copy the full SHA 5e90554View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1146f5e - Browse repository at this point
Copy the full SHA 1146f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e24e39 - Browse repository at this point
Copy the full SHA 5e24e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba2d91 - Browse repository at this point
Copy the full SHA 4ba2d91View commit details -
Configuration menu - View commit details
-
Copy full SHA for cedb45a - Browse repository at this point
Copy the full SHA cedb45aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 432ba1c - Browse repository at this point
Copy the full SHA 432ba1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46d99e2 - Browse repository at this point
Copy the full SHA 46d99e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ded36a5 - Browse repository at this point
Copy the full SHA ded36a5View commit details
Commits on Mar 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4b5bfad - Browse repository at this point
Copy the full SHA 4b5bfadView commit details
Commits on Apr 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be56fd0 - Browse repository at this point
Copy the full SHA be56fd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e509963 - Browse repository at this point
Copy the full SHA e509963View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a72cc - Browse repository at this point
Copy the full SHA 98a72ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a339b - Browse repository at this point
Copy the full SHA 60a339bView commit details
Commits on Apr 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c419830 - Browse repository at this point
Copy the full SHA c419830View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4067d8 - Browse repository at this point
Copy the full SHA e4067d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9524b5c - Browse repository at this point
Copy the full SHA 9524b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e76d430 - Browse repository at this point
Copy the full SHA e76d430View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8d7734 - Browse repository at this point
Copy the full SHA d8d7734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71eacfc - Browse repository at this point
Copy the full SHA 71eacfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26a2cd8 - Browse repository at this point
Copy the full SHA 26a2cd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 252a1b8 - Browse repository at this point
Copy the full SHA 252a1b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3432442 - Browse repository at this point
Copy the full SHA 3432442View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7dbe50 - Browse repository at this point
Copy the full SHA d7dbe50View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.1.3...main