Skip to content

Releases: Nikoleta-v3/blackbook

Single notebooks and no trailing newlines

23 Apr 17:19
Compare
Choose a tag to compare

As well as a move to GitHub actions for CI (#33, #34, #35) and an improvement to the PyPI README rendering, the "tangible" changes are as follows.

Changes from #36:

  • Add ability to specify the path of a single Jupyter notebook and then format only that notebook.
  • Check before doing anything that the path given actually is a valid path. Add tests.

Changes from #37:

  • The cell source is set to be a list where each item in the list is a line of the cell truncated with a \n except for the last line.

Add support for `pre-commit`.

01 Aug 14:09
Compare
Choose a tag to compare

Makes compatible with pre-commit by preparing a .pre-commit-hooks.yaml file.

Bug fixes

11 Apr 18:18
Compare
Choose a tag to compare
v0.0.4

v0.0.4

Bug fixes

31 Jan 15:49
Compare
Choose a tag to compare
  • Now catches .ipynb files that have poorly formatted raw content. E.g. those without "cells".

v0.0.2

30 Jan 14:38
Compare
Choose a tag to compare
v0.0.2

v0.0.1

25 Jan 17:33
Compare
Choose a tag to compare

First release.