Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 599 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 599 Bytes

v0.4.0

  • Try import transutils from either jupyter-server (newer version) or notebook (old version)

v0.3.0

  • Support for newer version of jupyter-server

v0.2.0

  • Add MultiVersionsCheckpoints (the GenericFileCheckpoints only allow you store single version)
  • Set the default of MulitContentsManager to use MultiVersionsCheckpoints
  • Recursive rename contents cross content managers, previously we only move the top layer contents.

v0.1.2

  • import notebook.transutils to avoid issue of "name '_' is not defined"

v0.1.1

  • avoid user renaming the virtual directory

v0.1.0

  • initial version