This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Releases: allianz-direct/nb_prep
Releases · allianz-direct/nb_prep
nbprep v1.0.2
Changed
Documentation updates
nbprep v1.0.1
Fixed
- Edge case where
--output-dir
did not work with a mounted drive (#5)
nb_prep v1.0
Major new release that is basically an entire re-write. Aim was to simplify and make it easier to comprehend was this package was doing. There's even a new and improved name: nb_prep
(for notebook preparation)
Main new features:
- New name!
- New documentation site built using mkdocs
- New CLI app built using typer :
nb_prep
nb_prep process
now also runsnbstripout
- Extended unit test suite
- Updated
.pre-commit-hooks.yaml
, making it easier to setup hooks locally - New option to disable using the commit suffix placeholder
precommit_nbconvert_rename v0.2
First release 🎉