Skip to content

Commit 5ae979d

Browse files
release notes for 2.6.0 (#794)
* release notes for 2.6.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0f48299 commit 5ae979d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
- Changed parameter inspection to raise the same error messages as other pathways for missing kernel name and language
66

7+
## 2.6.0
8+
9+
- bring back strip_color and remove ANSI color codes from exception traceback [#791](https://github.com/nteract/papermill/pull/791)
10+
- cleaned up documentation [#790](https://github.com/nteract/papermill/pull/790)
11+
- prevent error override, fix traceback type [#788](https://github.com/nteract/papermill/pull/788)
12+
- Upgrade tests to moto v5 [#779](https://github.com/nteract/papermill/pull/779)
13+
- raise PapermillExecutionError when CellExecutionError is raised without cell error output [#786](https://github.com/nteract/papermill/pull/786)
14+
- make progress_bar param accept a dict [#778](https://github.com/nteract/papermill/pull/778)
15+
- Fix nbformat to 5.2.0 to cell None type [#770](https://github.com/nteract/papermill/pull/770)
16+
- Use f-strings where possible [#762](https://github.com/nteract/papermill/pull/762)
17+
- Unmark wheel as universal [#764](https://github.com/nteract/papermill/pull/764)
18+
719
## 2.5.0
820

921
- Added support for python 3.11 and 3.12 [PR #733](https://github.com/nteract/papermill/pull/733)

0 commit comments

Comments
 (0)