Skip to content

Releases: encord-team/encord-active

v0.1.74

07 Sep 12:15
c7e0be1
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Full Changelog: v0.1.73...v0.1.74

v0.1.73

06 Sep 12:18
4325918
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.72...v0.1.73

v0.1.72

05 Sep 14:10
f353383
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.71...v0.1.72

v0.1.71

04 Sep 14:03
eaba87b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.70...v0.1.71

v0.1.70

16 Aug 10:40
f147e4f
Compare
Choose a tag to compare

What's Changed

No More streamlit

streamlit is a popular tool for building data POCs. However, for production and open-source purposes, it’s less ideal because various constraints like many dependencies, uncontrollable lifecycles, limited possibility for custom frontend components, no integration with Google Colab etc. With this release, we have cut the dependency on streamlit and move to proper backend/frontend setup which avoids all the above complications. Additionally, this is the first step towards scalability. With time, Encord Active will be much more performant.

With this release, Encord Active gets a completely new look and feel. In fact, we think that it is fresh enough to get a brand new command:

encord-active start

The start command replaces the previous visualize command.
Most of the features that the previous versions of Encord Active are still there.
Below, we’ve listed the features that are no longer available.

  1. Export to CSV and COCO file formats
  2. Prediction Confusion Matrix

We plan to bring back the confusion matrix, and if you’re missing the export features, please let us know on slack!

Features

Fixes

Chore

Misc

Full Changelog: v0.1.69...v0.1.70

v0.1.69

19 Jul 16:29
5176195
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.68...v0.1.69

v0.1.68

14 Jul 12:47
b938088
Compare
Choose a tag to compare

What's Changed

  • generating primsa schema in dockerfile so container can work withut i… by @ali-encord in #552

Full Changelog: v0.1.67...v0.1.68

v0.1.67

12 Jul 10:58
b836bde
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.66...v0.1.67

v0.1.66

11 Jul 16:43
c534e34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.65...v0.1.66

v0.1.65

05 Jul 17:23
a4c29aa
Compare
Choose a tag to compare

What's Changed

Fixes

Chore

Docs

  • docs: add undocumented CLI features and general improvements in text and formatting by @eloy-encord in #529
  • docs: update FAQ answers, links and formatting by @eloy-encord in #530

Misc

  • misc: cleanup of redundant params when importing predictions by @eloy-encord in #544

Full Changelog: v0.1.64...v0.1.65