Fixed
- Trusted notebooks remain trusted after
jupytext --sync(#1505) - We have fixed the homepage link in
package.json. Thanks to Michał Krassowski for making this PR (#1494) - Thanks to Brigitta Sipőcz for fixing a broken link in our CLI (#1428)
- The
--quietflag now suppresses thecreating missing directorywarning when writing to a path that includes a prefix (#1533)
Changed
- The CI workflow has been restructured to maximize parallelization. All test suites (pip, conda, UI) and the build step now run concurrently after pre-commit checks, instead of sequentially, reducing CI times (#1527)
- We have skipped the tests that involve
jupyterfson Python 3.12+ as they started failing on the CI with no obvious way to fix them (#1509) - We have changed the configuration of Dependabot to get grouped dependency updates for our JupyterLab extension.
- We have merged a series of Dependabot security updates: #1516, #1517, #1519, #1520, #1522, #1524