Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

4.0.0.dev6

Pre-release
Pre-release
Compare
Choose a tag to compare
@forman forman released this 17 Apr 10:28
· 7 commits to cate-4.0.x since this release
40fd5ad

Version 4.0.0 (in development)

  • Cate is now designed to work inside of Jupyter Lab and standalone.
    For this reason, the Cate App UI is now bundled with the Cate server
    and served via the endpoint "/app".

    Current Cate App version is 4.0.0-dev.6.

  • Now using workspace identifiers instead of base directories in resource
    URLs of the WebAPI. This way we no longer need to URL-encode workspace
    directories in WebAPI URLs, which did not work with
    jupyter-server-proxy.

  • The "local" data store is now configured to use a given
    server root path.

  • Cached data is now written into a sub-folder cate-local/{data_store_id}
    within Cate server's root path unless another folder is specified.

  • Removed the cate upd CLI command.

Full Changelog: v3.1.6...v4.0.0.dev6