We use asyncio.iscoroutinefunction to determine whether the current contents manager is sync or async (#1260)
Version 1.16.3
Fixed
We use inspect to determine whether the current contents manager derives from AsyncContentsManager (which is not
supported by Jupytext at the moment). This fixes a compatibility issue with jupyter-fs==1.0.0 (#1239). Thanks to Mahendra Paipuri for this PR!
We have fixed a typo when build_jupytext_contents_manager_class can't be imported (#1162)
A Python 3.13 deprecation warning was fixed #1241 - thanks to Jerry James
We have fixed a typo when build_jupytext_contents_manager_class can't be imported (#1162)
Some dependencies of the JupyterLab extensions were updated (#1243, #1245)
Added
Lua notebooks are now supported (#1252) - thanks to erentar for this contribution
Go notebooks are supported too (#1244)! Many thanks to Jan Pfeifer, author of GoNB, and to HaveF for their help on this topic.
Empty prefixes are now allowed in Jupytext format when specified as a dictionary (#1144)
Changed
We've had to deactivate the tests on the Quarto format in the CI as the Quarto round trip might now add a Markdown cell to the notebook (#1255)
We use asyncio.iscoroutinefunction to determine whether the current contents manager is sync or async (#1260)
1.16.3 (2024-07-09)
Fixed
We use inspect to determine whether the current contents manager derives from AsyncContentsManager (which is not
supported by Jupytext at the moment). This fixes a compatibility issue with jupyter-fs==1.0.0 (#1239). Thanks to Mahendra Paipuri for this PR!
We have fixed a typo when build_jupytext_contents_manager_class can't be imported (#1162)
A Python 3.13 deprecation warning was fixed #1241 - thanks to Jerry James
We have fixed a typo when build_jupytext_contents_manager_class can't be imported (#1162)
Some dependencies of the JupyterLab extensions were updated (#1243, #1245)
Added
Lua notebooks are now supported (#1252) - thanks to erentar for this contribution
Go notebooks are supported too (#1244)! Many thanks to Jan Pfeifer, author of GoNB, and to HaveF for their help on this topic.
Empty prefixes are now allowed in Jupytext format when specified as a dictionary (#1144)
Changed
We've had to deactivate the tests on the Quarto format in the CI as the Quarto round trip
might now add a Markdown cell to the notebook (#1255)
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)
Bumps jupytext from 1.16.2 to 1.16.4.
Release notes
Sourced from jupytext's releases.
Changelog
Sourced from jupytext's changelog.
Commits
8ed836d
Version 1.16.45a721bc
Use iscoroutinefunction to determinec757eac
Publish version from tag v1.16.3bf8b66ec
Uninstall jupyter-fs in test-uic0a6dc8
Version 1.16.34594d86
CheckContentsManager
base class usinginspect
(#1254)d3d1a3e
Deactivate the Quarto tests on the CI for nowcda2cb4
Fix re.split DeprecationWarning (#1241)ce74c51
Add support for the Go language (#1250)508f4ea
Allow an empty prefix in format dictDependabot 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 show