Skip to content

Releases: Striveworks/valor

v0.8.1

12 Sep 16:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

velour-chart-0.2.0

13 Sep 15:26
Compare
Choose a tag to compare

A Helm chart for Kubernetes

velour-chart-0.1.0

12 Sep 16:26
Compare
Choose a tag to compare

A Helm chart for Kubernetes

v0.8.0

06 Sep 18:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.3...v0.8.0

v0.7.3

31 Aug 15:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

30 Aug 19:48
Compare
Choose a tag to compare
  • Updates to chariot integration
  • Added helm charts

v0.7.1

25 Aug 18:37
Compare
Choose a tag to compare

Updated the chariot integration.

v0.7.0

21 Aug 17:03
Compare
Choose a tag to compare

Backend overhaul. Defined atomic types for Velour (e.g. groundtruth, prediction, annotation, datum) that allow for the backend to operate with a minimum number of tables. Client-side types are reflected through metadata conformity. For example, an image is a datum with height and width. This allows for any datatype to be represented as long as it can be broken into a UID and metadata.

v0.6.1

30 Jun 19:10
Compare
Choose a tag to compare

Backend now follows a state machine with CRUD operations. Should prevent race conditions from occurring.

v0.6.0

27 Jun 17:49
Compare
Choose a tag to compare
  • Added get_info method. Shows associated models/datasets as well as number of each datatype.
  • Added get_label_distribution. Shows count of each label in a given models/dataset. For models it also returns a list of scores for each label.