Jupytext

Latest version: v1.16.4

Safety actively analyzes 682449 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 14 of 19

0.8.3

Not secure
------------------

**Added**

- Frozen cells are supported in R Markdown, light and percent scripts ([101](https://github.com/mwouts/jupytext/issues/101))
- Inactive cells extended to percent scripts ([108](https://github.com/mwouts/jupytext/issues/108))
- `jupytext` gains a `--version` argument ([103](https://github.com/mwouts/jupytext/issues/103))
- "ExecuteTime" cell metadata is not included in the text representation anymore ([106](https://github.com/mwouts/jupytext/issues/106))

0.8.2

Not secure
------------------

**Added**

- Round trip conversion testing with `jupytext --test` was improved ([99](https://github.com/mwouts/jupytext/issues/99))
- Round trip conversion tested on Jake Vanderplas' Python for Data Science Handbook.

**Fixed**

- Nested lists and dictionaries are now supported in notebook metadata
- Final empty code cell supported in Sphinx representation

0.8.1

Not secure
------------------

**Fixed**

- Sphinx format tested on `World population` notebook ([97](https://github.com/mwouts/jupytext/issues/97))
- Mirror test made stronger on this occasion!
- Markdown representation recognize Julia, Scheme and C++ code cells as such
- Light representation of Scheme and C++ notebooks fixed ([61](https://github.com/mwouts/jupytext/issues/61))

0.8.0

Not secure
------------------

**Added**

- All `jupytext` related metadata goes to a `jupytext` section ([91](https://github.com/mwouts/jupytext/issues/91)). Please make sure your collaborators use the same version of Jupytext, as the new version can read previous metadata, but not the opposite.
- Notebooks extensions can be prefixed with any prefix of at most three chars ([87](https://github.com/mwouts/jupytext/issues/87)).
- Export of the same notebook to multiple formats is now supported. To export to all python formats, plus `.ipynb` and `.md`, use `"jupytext": {"formats": "ipynb,pct.py:percent,lgt.py:light,spx.py:sphinx,md"},`.
- README includes a short section on how to extend `light` and `percent` formats to more languages ([61](https://github.com/mwouts/jupytext/issues/61)).
- Jupytext's contents manager accepts the `auto` extension in `default_jupytext_formats` ([93](https://github.com/mwouts/jupytext/issues/93)).
- All Jupyter magics are escaped in `light` scripts and R markdown documents. Escape magics in other formats with a `comment_magics` metadata (true or false), or with the contents manager `comment_magics` global flag ([94](https://github.com/mwouts/jupytext/issues/94)).

**Fixed**

- Trusting notebooks made functional again.
- Command line `jupytext` returns a meaningful error when no argument is given.
- Fixed global pairing configuration ([95](https://github.com/mwouts/jupytext/issues/95)).

0.7.2

Not secure
------------------

**Added**

- `light` and `percent` formats made available for scheme and cpp notebooks. Adding more formats is straightforward - just add a new entry to _SCRIPT_EXTENSIONS in languages.py, a sample notebook and a mirror test ([61](https://github.com/mwouts/jupytext/issues/61))
- Format name is automatically appended to extension in `jupytext_formats` when notebook is loaded/saved.

**Fixed**

- Notebooks extensions can only be prefixed with `.nb` ([87](https://github.com/mwouts/jupytext/issues/87))

0.7.1

Not secure
------------------

**Fixed**

- Markdown cells header in sphinx gallery format may have a space between first and following.

Page 14 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.