Bump myst-nb from 0.13.2 to 0.14.0
Created by: dependabot[bot]
Bumps myst-nb from 0.13.2 to 0.14.0.
Release notes
Sourced from myst-nb's releases.
v0.14.0
What's Changed
- DOCS: Fix typo: Controling -> Controlling by
@psychemedia
in executablebooks/MyST-NB#383✨ ♻ ️‼ ️ Rewrite myst-nb by@chrisjsewell
in executablebooks/MyST-NB#380👌 IMPROVE: Add image options toglue:figure
by@chrisjsewell
in executablebooks/MyST-NB#403✨ NEW: Addnb_execution_raise_on_error
config by@chrisjsewell
in executablebooks/MyST-NB#404📚 👌 ‼ ️: Improve documentation and usability by@chrisjsewell
in executablebooks/MyST-NB#405👌 IMPROVE: Update ANSI CSS colors by@saulshanabrook
in executablebooks/MyST-NB#384🔧 MAINTAIN: Re-add ipykernel as dependency by@chrisjsewell
in executablebooks/MyST-NB#408🔧 MAINTAIN: Split sphinx extension into separate module by@chrisjsewell
in executablebooks/MyST-NB#409✨ NEW: Addnb_kernel_rgx_aliases
option by@chrisjsewell
in executablebooks/MyST-NB#410📚 DOCS: Document more config options by@chrisjsewell
in executablebooks/MyST-NB#411🚀 RELEASE: v0.14.0 by@chrisjsewell
in executablebooks/MyST-NB#406New Contributors
@psychemedia
made their first contribution in executablebooks/MyST-NB#383@saulshanabrook
made their first contribution in executablebooks/MyST-NB#384Full Changelog: https://github.com/executablebooks/MyST-NB/compare/v0.13.2...v0.14.0
Changelog
Sourced from myst-nb's changelog.
v0.14.0 - 2022-04-27
This release encompasses a major rewrite of the entire library and its documentation, primarily in #380 and #405.
Breaking Changes
‼ ️Configuration
A number of configuration option names have been changed, such that they now share the
nb_
prefix. Most of the deprecated names will be auto-converted at the start of the build, emitting a warning such as:WARNING: 'jupyter_execute_notebooks' is deprecated for 'nb_execution_mode' [mystnb.config]
nb_render_priority
has been removed and replaced bynb_mime_priority_overrides
, which has a different format and is more flexible. See Outputs MIME priority for more information.As per the changes in
myst_parser
, thedollarmath
syntax extension is no longer included by default. To re-add this extension, ensure that it is specified in yourconf.py
:myst_enable_extensions = ["dollarmath"]
.For cell-level configuration the top-level key
render
has now been deprecated formystnb
. For example, replace:```{code-cell} --- render: image: width: 200px --- ... ```
with:
```{code-cell} --- mystnb: image: width: 200px --- ... ```
render
will currently still be read, if present, and will issue a[mystnb.cell_metadata_key]
warning.
... (truncated)
Commits
-
1521fd7
🚀 RELEASE: v0.14.0 (#406) -
b75d11d
📚 DOCS: Document more config options (#411) -
7e6111b
✨ NEW: Addnb_kernel_rgx_aliases
option (#410) -
090d58b
🔧 MAINTAIN: Split sphinx extension into separate module (#409) -
3c7fec7
🔧 MAINTAIN: Re-add ipykernel as dependency (#408) -
e17e738
👌 IMPROVE: Update ANSI CSS colors (#384) -
d639806
📚 DOCS: Add missing basics section -
cfd5b9e
📚 👌 ‼ ️: Improve documentation and usability (#405) -
ba22f95
✨ NEW: Addnb_execution_raise_on_error
config (#404) -
edb0daf
👌 IMPROVE: Add image options toglue:figure
(#403) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)