You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# CHANGELOG
2
2
3
+
## 0.4.2 - 2020-08-28
4
+
5
+
🐛 FIX: nbfomat v4.5 cell IDs
6
+
7
+
Version 4.5 notebooks now contain `cell.id` (see [JEP 0062](https://jupyter.org/enhancement-proposals/62-cell-id/cell-id.html#Case-loading-notebook-without-cell-id)).
8
+
To deal with this, we always hash the notebooks as v4.4 (with ids removed), since IDs do not affect the execution output.
9
+
Merging cached outputs into a notebook now also preserves the input notebook minor version, adding or removing `cell.id` where required.
0 commit comments