Skip to content

Releases: gchq/Bailo

v0.0.1

31 Aug 23:22
a31af7a
Compare
Choose a tag to compare

Our first versioned release.

Features

  • Improved upload processing, now we use the BuildHandler to reliably run model builds. This process takes care of rollbacks, cleanups and more.
  • Dark mode is now supported, enable it in the top-right corner.
  • The Python client is now updated to Bailo v2.
  • Reviewer names are now added to emails sent on review success / failure.
  • The Python client now has unit tests.
  • The Bailo application now has over 70% of code paths tested.

Fixes

  • Linting was disabled on src, server and other misc folders. This release enables linting on all folders except server, which is being linted in the next release.
  • Remove incorrect index preventing multiple different models from having the same version.