Skip to content

Releases: beringresearch/lab

0.81.0-dev

02 Jun 15:35
Compare
Choose a tag to compare
  • Added lab show functionality that visualises the directed flow of the lab project
  • Various bug fixes

Lab 0.7.9-dev

26 Feb 09:26
b00327c
Compare
Choose a tag to compare
  • Added artifact logging
  • Tensorboard support
  • Further under the hood refinements and bug fixes

Lab 0.7.8-dev

19 Feb 19:15
Compare
Choose a tag to compare

New features:

  • Add automated checking for sync with minio
  • Simplified integration with Jupyter notebooks / Jupyter lab
  • Models are now persisted using cloudpickle to facilitate cross-domain portability
  • lab run and lab ls are able to parse and reflect additional arguments passed to train scripts via sys.argv

A number of bug fixes and improved error handling.

Lab 0.7.0-dev

31 Jan 04:19
Compare
Choose a tag to compare
  • Improved error handling and updates
  • Configuration of multiple minio backends
  • Easier removal of experiments
  • Refactoring that simplifies further development of the common line interface
  • Various bug fixes

Lab 0.6.4-dev

23 Jan 05:47
14bd9a5
Compare
Choose a tag to compare

Lab now supports training experiments in nested directories. For example:

lab run experiment1/train_dir1/train.py

Added a .gitignore file that excludes virtual environment from lab projects uploaded to GitHub

Breaking Changes

experiments is now a standalone module and is not a part of projects module. A new experiments is now set up as:

from lab.experiment import Experimet

Lab 0.6.3-dev

22 Jan 08:56
Compare
Choose a tag to compare
  • Changes to the logging API, mainly marking sklearn and keras modules under a single umbrella class.
  • Documentation of the core concepts

Lab 0.6.1-dev

20 Jan 10:49
Compare
Choose a tag to compare
Lab 0.6.1-dev Pre-release
Pre-release

New features in this release:

  • Integration with private Minio cloud for centralised project storage
  • Improved efficiencies around virtualenv transfers
  • General bug fixes and error handling