Skip to content

Releases: epi-project/brane-ide

v1.0.0

Choose a tag to compare

@Lut99 Lut99 released this 22 Oct 22:32

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.

Changed

  • 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 of Makefile. [breaking change]

v0.1.1

Choose a tag to compare

@Lut99 Lut99 released this 30 May 11:41

Added

  • An extra option to set the redis endpoint as required.

Changed

  • The BRANE_INSTANCE option to BRANE_DRV.

Fixed

  • The IDE having the wrong (default) URL for the redis endpoint.

v0.1.0

Choose a tag to compare

@Lut99 Lut99 released this 30 May 11:40

Added

  • An official release to the code already there from Onno.

Changed

  • 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).

Fixed

  • The IDE not working with the newest Brane version.