Skip to content

Releases: executablebooks/jupyter-cache

v0.6.1

22 Apr 15:34
d53faea
Compare
Choose a tag to compare

v0.6.1 2023-04-22

A patch release to fix compatibility with sqlalchemy <1.4.

v0.6.0

21 Apr 12:45
87e0d74
Compare
Choose a tag to compare

v0.6.0 2023-04-21

This is a minor release to improve our packaging infrastructure and to support several new versions of dependencies.

Breaking changes

  • ‼️ BREAKING: Drop Python 3.7, add Python 3.11, unpin myst-nb in docs #96 (@choldgraf)

Updated versions

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.

(GitHub contributors page for this release)

@AakashGfude (activity) | @choldgraf (activity) | @chrisjsewell (activity) | @jstac (activity) | @jzluo (activity) | @kloczek (activity) | @pre-commit-ci (activity)

v0.5.0

25 Jan 11:37
f9c2f33
Compare
Choose a tag to compare

What's Changed

♻️ REFACTOR: package API/CLI/documentation (#74)

This release includes major re-writes to key parts of the package,
to improve the user interface, and add additional functionality for reading and executing notebooks.

Key changes:

  1. stage/staging is now rephrased to notebook, plus the addition of project, i.e. you add notebooks to a project, then execute them.
  2. notebook read_data is specified per notebook in the project, allowing for multiple types of file to be read/executed via the CLI (e.g. text-based notebooks via https://jupytext.readthedocs.io).
    Before, the read functions were passed directly to the API methods.
  3. The executor can be specified with jbcache execute --executor, and a parallel notebook executor has been added.
  4. Improved execution status indicator in jbcache project list and other CLI improvements.
  5. Re-write of documentation, including better front page, with quick start guide and better logo.

Dependencies have also been restructured, such that the CLI dependencies (click, tabulate) are now required,
whereas nbdime is now optional (since it is only used for optional notebook diffing).

‼️ Breaking:

The name of the SQL table nbstage has been changed to nbproject, and read_data/exec_data fields have been added to the nbproject.
This means that reading will fail for caches creted using older versions of the package.
However, the version of jupyter-cache, used to create the cache, is now recorded, allowing for the possibility of future automated migrations.

Full Changelog: v0.4.3...v0.5.0

v0.4.3

29 Jul 16:26
Compare
Choose a tag to compare
🚀 RELEASE: v0.4.3

v0.4.2

17 Jan 08:04
Compare
Choose a tag to compare

v0.4.1

28 Aug 03:22
b4026a2
Compare
Choose a tag to compare

See CHANGELOG.md

v0.4.0

19 Aug 23:00
b9a9e07
Compare
Choose a tag to compare

Version 0.3.0

05 Aug 02:28
ddb33ae
Compare
Choose a tag to compare

Improved

Fixed

  • Moved testing from Travis CI to GitHub Actions (and added tests for Windows OS)

Added a timeout argument to execute

01 Jun 03:47
54bc0c1
Compare
Choose a tag to compare

Bug Fix

31 Mar 18:10
Compare
Choose a tag to compare
v0.2.1

Fix bug in merge_match_into_notebook