All notable changes to the JupyterLab IDE extension for the Brane framework will be documented in this file.
IMPORTANT NOTICE: From now on, brane-ide
will stick to semantic versioning. Any breaking change will be something that would break notebooks run in the brane-ide
.
- Compatible with Brane v3.0.0
- Everything, and we're now using the
Xeus
backend for direct interfacing with our existing Rust codebase. [breaking change] - Now using
make.py
file instead ofMakefile
. [breaking change]
- Old command
make brane-ide
being accidentally left in the README.md.
- An extra option to set the
redis
endpoint as required.
- The
BRANE_INSTANCE
option toBRANE_DRV
.
- The IDE having the wrong (default) URL for the
redis
endpoint.
- An official release to the code already there from Onno.
- The IDE to not show process anymore, but instead to just simply return the results as they are sent back by brane-drv (or other callbacks).
- The IDE not working with the newest Brane version.