Skip to content

Releases: executablebooks/jupyter-cache

v1.0.1

Choose a tag to compare

@agoose77 agoose77 released this 15 Nov 16:00

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@agoose77 agoose77 released this 15 Nov 14:20
e7d75ba

What's Changed

New Contributors

Full Changelog: v0.6.1...v1.0.0

v0.6.1

Choose a tag to compare

@choldgraf choldgraf released this 22 Apr 15:34
d53faea

v0.6.1 2023-04-22

A patch release to fix compatibility with sqlalchemy <1.4.

v0.6.0

Choose a tag to compare

@choldgraf choldgraf released this 21 Apr 12:45
87e0d74

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

Choose a tag to compare

@chrisjsewell chrisjsewell released this 25 Jan 11:37
f9c2f33

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

Choose a tag to compare

@chrisjsewell chrisjsewell released this 29 Jul 16:26
🚀 RELEASE: v0.4.3

v0.4.2

Choose a tag to compare

@chrisjsewell chrisjsewell released this 17 Jan 08:04

v0.4.1

Choose a tag to compare

@chrisjsewell chrisjsewell released this 28 Aug 03:22
b4026a2

See CHANGELOG.md

v0.4.0

Choose a tag to compare

@chrisjsewell chrisjsewell released this 19 Aug 23:00
b9a9e07

Version 0.3.0

Choose a tag to compare

@chrisjsewell chrisjsewell released this 05 Aug 02:28
ddb33ae

Improved

Fixed

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