Skip to content

Releases: label-sleuth/label-sleuth

v0.20.2

03 Jan 06:36
Compare
Choose a tag to compare

What's Changed

  • Allow using predefined configurations when installing from PyPi

v0.20.1

02 Jan 13:16
d3362b3
Compare
Choose a tag to compare

What's Changed

  • Add missing configuration file

v0.20.0

02 Jan 10:39
8940230
Compare
Choose a tag to compare

What's Changed

  • Add SBERT based multiclass SVM model. Set it to the default for watsonx data collection users by @alonh in #632
  • Mutliclass iteration triggering logic improvement by @martinscooper in #630
  • Multiclass category menu UX and logic improvement by @martinscooper in #631

Full Changelog: v0.19.0...v0.20.0

v0.19.0

04 Dec 17:20
Compare
Choose a tag to compare

New features

Improvements

Fixes

  • Dataset delete checkbox remains checked after submit by @martinscooper in #591
  • Map multiclass model scores to the corresponding class ids by @arielge in #606
  • Do not allow changing category name to a name that already exists by @arielge in #599
  • User can't edit category description or color without changing the category name by @martinscooper in #603
  • User can bypass validation using shortcuts by @martinscooper in #610
  • Don't select 'sort' text when double clicking on the sorting arrow by @martinscooper in #612
  • Deleting workspaces fails if workspace isn't in memory by @martinscooper in #614
  • Status call logic is wrong by @martinscooper in #615
  • Create new iteration if there is an error in the should_train condition and fix test race condition by @alonh in #617
  • Fix force train test by @martinscooper in #620
  • Bugfix in accessing sorted_class_by_freq when there's no training data by @lenadankin in #616
  • Escape with slash only as a fallback on import data. Convert input to string to handle float values by @alonh in #621
  • Percentage string is NaN is there are no labeled elements by @martinscooper in #625
  • Training logic doesn't trigger new model iterations when appropriate by @martinscooper in #627 and #628

Chore

Full Changelog: v0.18.0...v0.19.0

v0.18.0

18 Oct 14:51
Compare
Choose a tag to compare

What's Changed

New features

  • Multiclass mode (beta) implementation
  • User labels and model predictions panel filters

Improvements

  • Improve left sidebar panels responsiveness

Full Changelog: v0.17.2...v0.18.0

v0.17.2

15 Aug 08:37
Compare
Choose a tag to compare

What's Changed

  • fix(backend): user labels are not presented on doc view

v0.17.1

09 Aug 07:26
Compare
Choose a tag to compare

What's Changed

  • feat: change to search panel when iteration status is INSUFFICIENT_TAIN_DATA by @martinscooper in #584

Full Changelog: v0.17.0...v0.17.1

v0.17.0

06 Aug 11:25
Compare
Choose a tag to compare

What's Changed

  • feat(backend): allow export and import of label metadata and log errors by @alonh in #583

Full Changelog: v0.16.1...v0.17.0

v0.16.1

02 Aug 08:35
Compare
Choose a tag to compare

What's Changed

v0.16.0

01 Aug 13:21
Compare
Choose a tag to compare

What's Changed

  • feat(backend): add INSUFFCIENT_TRAIN_DATA status and save iteration and label source information by @alonh in #579
  • New sidebar elements and positive prediction design by @martinscooper in #577
  • Handle new status iteration and send more information on labeling endpoint by @martinscooper in #580
  • feat(backend): update insufficient train data text by @alonh in #581

Full Changelog: v0.15.1...v0.15.2