Skip to content

Releases: srstevenson/nb-clean

4.0.1

19 Oct 14:38
f745b98
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

19 Oct 13:30
41d85d6
Compare
Choose a tag to compare

This major release drops support for Python 3.8, which reached end of life in October 2024.

What's Changed

Full Changelog: 3.3.0...4.0.0

3.3.0

11 Jun 22:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0

18 Dec 15:23
Compare
Choose a tag to compare

This minor release adds support for preserving notebook (as opposed to cell) metadata, such as language_info.version, using the -n/--preserve-notebook-metadata flag.

3.1.0

22 Oct 15:45
Compare
Choose a tag to compare

This minor release adds support for preserving cell execution counts using the -c/--preserve-execution-counts flag.

3.0.1

20 Sep 22:14
Compare
Choose a tag to compare

This patch release no longer installs the LICENSE file into the site-packages directory.

3.0.0

27 Aug 09:15
Compare
Choose a tag to compare

This major release drops support for Python 3.7, which reached end of life in June 2023.

2.4.0

02 Nov 21:53
Compare
Choose a tag to compare

This minor release adds support for selecting metadata fields to preserve when using -m/--preserve-cell-metadata, and now removes execution counts from cell outputs when using -o/--preserve-cell-outputs.

2.3.0

25 Sep 14:17
Compare
Choose a tag to compare

With this minor release, nb-clean will now expand and recurse into directories passed as arguments to the check and clean commands.

2.2.1

18 Sep 10:27
Compare
Choose a tag to compare

This releases adds a pre-commit hook.