Releases: encord-team/encord-active
v0.1.74
What's Changed
Features
- feat: flexible app port by @frederik-encord in #632
Fixes
- fix: broken image links after old docs removal by @eloy-encord in #630
- fix: include
libgeos
in docker image by @frederik-encord in #631 - fixes #598 - fix: don't override label class of objects by @Encord-davids in #629
Full Changelog: v0.1.73...v0.1.74
v0.1.73
What's Changed
- fix: docker build commit ref by @Encord-davids in #622
- chore: remove components package by @Encord-davids in #621
- fix: remove old db info before redownloading sandbox projects by @frederik-encord in #624
- test: dispatch publish by @Encord-davids in #625
- feat: add rollbar by @Encord-davids in #623
- feat: adds workflow to test builds by @Encord-davids in #626
- fix: workflow name by @Encord-davids in #627
- fix: aws signed urls by @Encord-davids in #628
Full Changelog: v0.1.72...v0.1.73
v0.1.72
What's Changed
- fix: lazyload imports on cli commands by @Encord-davids in #616
- fix: sign urls on errors by @Encord-davids in #617
- chore: remove versioning by @Encord-davids in #618
- chore: remove old docs in favour of new ones by @frederik-encord in #610
- chore: reflect actual app's port in the readme by @eloy-encord in #603
- chore: bump components by @Encord-davids in #619
- chore: run docker only after publish and version bump by @Encord-davids in #620
Full Changelog: v0.1.71...v0.1.72
v0.1.71
What's Changed
- chore: move main community towards Slack by @eloy-encord in #602
- perf: tagging by @frederik-encord in #606
- fix (Subset Creation): check if IDs exist before filtering by @Gorkem-Encord in #608
- fix: change embedding type by @Gorkem-Encord in #607
- fix: match classification labels on import properly by @frederik-encord in #609
- feat: allow hiding annotations by @Encord-davids in #614
- fix: torch install on linux by @Encord-davids in #615
Full Changelog: v0.1.70...v0.1.71
v0.1.70
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.
- Export to CSV and COCO file formats
- 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
- feat: prepare search for form endpoint with image parameter by @frederik-encord in #586
- feat: standardize importers by @eloy-encord in #550
Fixes
- fix: include complex polygons by @Gorkem-Encord in #496
- fix: Many thing re prediction & formatting by @james-encord in #570
- fix: adds clip model to docker file by @Encord-davids in #556
- fix: always lower case dir name by @Encord-davids in #566
- fix: bug - add explicit order by by @james-encord in #595
- fix: cache less filters by @Encord-davids in #579
- fix: deployed version fixes by @Encord-davids in #568
- fix: disable subsetting on sandbox only by @Encord-davids in #581
- fix: docker build by @Encord-davids in #564
- fix: duplicate tag select by @Encord-davids in #578
- fix: explorer ui make buttons look similar by @frederik-encord in #576
- fix: hooks order by @Encord-davids in #580
- fix: issues in project upload by @eloy-encord in #558
- fix: prediction calculation bugs by @james-encord in #569
- fix: prediction tab check if prediction exist by @Encord-davids in #599
- fix: prediction tab only one prediction set by @Encord-davids in #591
- fix: prevent sending ids by @Encord-davids in #593
- fix: reset filters on scope change by @frederik-encord in #575
- fix: reset page after changing filters by @frederik-encord in #577
- fix: show classifications in explorer by @frederik-encord in #573
- fix: tags match frames and not only data unit by @frederik-encord in #594
- fix: tsc error args by @Encord-davids in #592
- fix: tsc error by @Encord-davids in #585
- fix: update fe component to 0.0.31 by @frederik-encord in #596
- fix: update frontend components to 32 by @frederik-encord in #597
- fix: use correct frame when importing predictions by @frederik-encord in #572
- fix: use tags from db by @frederik-encord in #590
Chore
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /docs by @dependabot in #548
- chore(import data): optimize by utilizing available image metadata when feasible by @eloy-encord in #562
- chore: better build setup by @Encord-davids in #571
- chore: bump frontend by @Encord-davids in #600
- chore: gitignore db files by @Encord-davids in #589
- chore: reload backend on change by @frederik-encord in #584
Misc
- misc: fix typo by @eloy-encord in #567
- misc: fix typos and improve response texts by @eloy-encord in #561
- misc: improve messaging in metrics by @eloy-encord in #559
- misc: update docs urls with the newest ones by @eloy-encord in #557
Full Changelog: v0.1.69...v0.1.70
v0.1.69
What's Changed
- fix: move react query network mode to always. by @james-encord in #553
- fix (COCO import): Assign two default object types for unknown types by @Gorkem-Encord in #554
- fix: docker run on localhost by @Encord-davids in #555
Full Changelog: v0.1.68...v0.1.69
v0.1.68
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
What's Changed
- chore: bump version for fast api by @Encord-davids in #549
Full Changelog: v0.1.66...v0.1.67
v0.1.66
What's Changed
- fix: limit range for the colors to represent performance better by @Gorkem-Encord in #533
- feat: add project initialization notebooks by @eloy-encord in #539
- docs (coco import): warn user about the absolute coordinates by @Gorkem-Encord in #534
- fix: signed url logic in active learning by @james-encord in #541
- fix: rename upload to import annotations by @frederik-encord in #537
- docs: add active learning flow with workflow projects (v1) by @eloy-encord in #521
- docs: sdk revision by @eloy-encord in #545
- Feat (object level acquisition metrics): acquisition metrics and an example by @Gorkem-Encord in #517
- fix: only embed on migration if ontology has entries by @frederik-encord in #536
- fix: load just one label row for project page by @frederik-encord in #547
Full Changelog: v0.1.65...v0.1.66
v0.1.65
What's Changed
Fixes
- fix: pd warning slice of frame by @Encord-davids in #538
- fix: annotator statistics dont crash if all scores are zero by @frederik-encord in #543
- fix: support bounding box predictions by @frederik-encord in #542
Chore
- chore: pin components version by @Encord-davids in #540
- chore: version bump components by @Encord-davids in #546
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