Change Log¶
2.7.0¶
Highlights¶
Drop Python 3.8 and 3.9, add Python 3.13 support
Drop
ansicolorsdependencyModernize packaging to use
pyproject.toml
Changes¶
Bug Fixes¶
Dev / CI¶
2.6.0¶
bring back strip_color and remove ANSI color codes from exception traceback #791
cleaned up documentation #790
prevent error override, fix traceback type #788
Upgrade tests to moto v5 #779
raise PapermillExecutionError when CellExecutionError is raised without cell error output #786
make progress_bar param accept a dict #778
Fix nbformat to 5.2.0 to cell None type #770
Use f-strings where possible #762
Unmark wheel as universal #764