Skip to content

Releases: epi-project/brane

v0.3.0

04 Mar 15:23
Compare
Choose a tag to compare

Note: this released is copied from the original repository.

Added

  • Generate convenience function for CWL workflows with a single required parameter.
  • run command to run DSL script from files.
  • import command to import packages from a GitHub repository.
  • JupyterLab-based registry viewer.

Changed

  • The import DSL statement accepts multiple packages on the same line.
  • Optional properties do not have to be specified while creating an object in the DSL.
  • Cell output shows progress indicator and has time statistics.

v0.2.0

04 Mar 15:21
Compare
Choose a tag to compare

Note: this released is copied from the original repository.

Added

  • Contributing guide, code of conduct, and issue templates (bug & feature).
  • LOFAR demonstration
  • Session attach/detach mechanism in JupyterLab.
  • Custom renderers in JupyterLab.

Changed

  • Docker, HPC (Xenon), and Kubernetes runners are now configurable.
  • Removing a package also removes it locally from Docker.
  • CWL packages are now also locally testable.

Removed

  • Various bug fixes and improvements.
  • Allow pointers when creating arrays and objects in Bakery.

v0.1.0

04 Mar 15:18
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Note: this released is copied from the original repository.

Added

  • Initial implementation.