Releases: encord-team/encord-active
Releases · encord-team/encord-active
v0.1.64
What's Changed
Documentation
- docs (tutorial): improve diversity sampling tutorial by @Gorkem-Encord in #526
- docs: add missing code of conduct by @eloy-encord in #525
- docs: change file names to match expected content and url generation by @eloy-encord in #506
- docs: diversity sampling acquisition function by @Gorkem-Encord in #523
- docs: fix broken link for syncing forks by @eloy-encord in #524
Features
- feat (iterator): download all video frames by @Gorkem-Encord in #520
- feat (iterator): iterate on non-labeled data option by @Gorkem-Encord in #519
- feat(explorer): convert predictions explorer to react by @Encord-davids in #528
- feat: add follow up links in the active learning section by @eloy-encord in #522
- feat: add mark as complete button by @eloy-encord in #507
- feat: add workflow stage as metadata type filter by @eloy-encord in #518
Fixes
- fix (custom metric example): Adapt to recent changes by @Gorkem-Encord in #509
- fix (examples): make generic names to avoid confusion by @Gorkem-Encord in #510
- fix(coco): support index 0 category by @Encord-davids in #514
- fix: Change default server ports by @james-encord in #511
- fix: Use new nginx variant of google collab in docs. by @james-encord in #512
- fix: do not use assert to verify deployment token by @james-encord in #515
- fix: ensure safe project when subsetting projects by @frederik-encord in #535
- fix: invalid image paths, use urls instead by @eloy-encord in #513
- fix: issues raised by the docs pipeline by @eloy-encord in #516
- fix: limit boundaries by @Gorkem-Encord in #532
- fix: limit prisma connection attempts. by @james-encord in #531
- fix: only allow task migration actions on native images by @eloy-encord in #527
Misc
- misc(cli): show absolute paths of output files by @eloy-encord in #488
Full Changelog: v0.1.63...v0.1.64
v0.1.63
What's Changed
- docs: import section revision by @eloy-encord in #492
- docs: user guide revision by @eloy-encord in #503
- fix: avoid race condition when extracting frames by @Encord-davids in #508
Full Changelog: v0.1.62...v0.1.63
v0.1.62
What's Changed
- docs: minor improvements and fixes by @eloy-encord in #479
- fix: remove forbidden chars from the proposed titles by @Gorkem-Encord in #484
- fix: adds migration to ensure embeddings index exists by @Encord-davids in #487
- refactor: pass filters to explorer instead of filtered ids by @Encord-davids in #485
- chore: bump frontend by @Encord-davids in #489
- fix (metrics): get metric names from meta files by @Gorkem-Encord in #490
- fix: prefer relative path uri in database by @james-encord in #491
- fix (data-drift): change options list by @Gorkem-Encord in #486
- docs: update to faq and known issues by @frederik-encord in #495
- Fix: improve prepared prompts by @Gorkem-Encord in #497
- chore: support python 3.11 by @Encord-davids in #499
- fix: KeyError for upload to encord by @james-encord in #500
- feat: export --store-data-locally argument for encord project imports by @james-encord in #493
- fix: regenerate index when unpickelling fails by @Encord-davids in #501
- chore: use tqdm.auto to make it look nice if used in notebook by @frederik-encord in #498
- fix: remove ensure connection on every connection by @Encord-davids in #502
Full Changelog: v0.1.61...v0.1.62
v0.1.61
What's Changed
- feat(auth): adds auth to the server by @Encord-davids in #405
- feat: add confirmation button in the relabel feature by @eloy-encord in #413
- fix: invert enabling search bar #414 by @frederik-encord in #415
- fix: torch use cpu by @Encord-davids in #419
- chore: upgrade poetry version by @Encord-davids in #420
- fix: makes persistent state nuking safe by @Encord-davids in #422
- fix: remove slack command from CLI by @Gorkem-Encord in #421
- Feat (model performance): LLM search on model performance by @Gorkem-Encord in #417
- feat(sandbox): allows starting ea with a subset of projects by @Encord-davids in #426
- feat: add "No class" option when filtering by object class by @eloy-encord in #423
- fix (color metrics): convert to hsv by @Gorkem-Encord in #424
- Feat (2D-embeddings): 2d embeddings object model performance by @Gorkem-Encord in #427
- feat: Move image loading to earlier, out of embeddings / metrics. by @james-encord in #401
- docs: typo fixes by @eloy-encord in #416
- feat: add 'no data' tagged option when filtering tags by @eloy-encord in #428
- refactor (Project Comparison): Change page title by @Gorkem-Encord in #431
- misc(filter): ensure 'no_class' option always appear by @eloy-encord in #430
- fix: data tags interaction with labels in the label explorer by @eloy-encord in #432
- docs: add screenshots in the relabel feature explanation by @eloy-encord in #418
- Feat (model performance): Make more intuitive 2D embedding plots by @Gorkem-Encord in #429
- fix: invert similarities to dissimilarities by @frederik-encord in #435
- chore: remove hu statistics by @frederik-encord in #436
- refactor: embedding search stop using faiss start using pynndescent by @frederik-encord in #433
- fix: follow symlinks on backend by @frederik-encord in #441
- fix: coco prediction segmentations with nested lists by @frederik-encord in #443
- feat: No longer always store state on the disk, instead support dynamic download of data from s3/external-storage for encord projects. by @james-encord in #425
- fix: syncing embeddings on subset export by @frederik-encord in #442
- fix: exception when premium search disabled by @james-encord in #445
- fix (metrics): update label hash in the identifier by @Gorkem-Encord in #444
- fix: coco import bbox comparison by @frederik-encord in #446
- fix: export to encord use correct file for uploading by @frederik-encord in #447
- fix (metric calculation): Calculate object area for not simple polygons by @Gorkem-Encord in #449
- fix (project subseting): remove conflicting chars with the file systems by @Gorkem-Encord in #450
- Fix (project creation): remove project folder properly by @Gorkem-Encord in #451
- Fix (project subset): fix typo and bypass empty embedding files by @Gorkem-Encord in #452
- fix: typo similarity to dissimilarity by @frederik-encord in #448
- fix (CLI): more clear CLI UI for metric run by @Gorkem-Encord in #453
- chore(deps-dev): bump vite from 4.1.4 to 4.1.5 in /frontend_components/src/encord_active_components/frontend by @dependabot in #455
- fix: temporarily disable versioning by @Encord-davids in #457
- fix (similarity search): check if identifier exists in embeddings by @Gorkem-Encord in #458
- fix: update built-in metrics' locations by @eloy-encord in #460
- fix (Image annotation quality): generate cosine index file for the classifications by @Gorkem-Encord in #461
- fix: batch label row creation on init by @Encord-davids in #462
- fix: subset & export to encord button. by @james-encord in #459
- fix: import predictions ignore checkbox and text by @frederik-encord in #463
- fix: limit opened file descriptors by @james-encord in #464
- fix: show when explorer is loading data by @frederik-encord in #456
- fix: empty embeddings by @Gorkem-Encord in #465
- fix: show correct number of generated embeddings by @Encord-davids in #468
- feat: hide sandbox project in production by @Encord-davids in #438
- fix: perf improvements, don't download images twice. by @james-encord in #466
- feat(import): allows importing unlabeled label rows by @Encord-davids in #467
- perf: batch label row and dataset download ops at project creation. by @james-encord in #471
- chore: pin streamlit to 1.22 by @frederik-encord in #470
- perf(2d-embeddings): adds hexbin for large number of embeddings by @Encord-davids in #473
- perf(summary): slight performance improvements on the data summary page by @Encord-davids in #469
- perf: removes uneeded rerendering of 2d embeddings and adds orjson for faster serialization by @Encord-davids in #474
- chore: upgrade frontend by @Encord-davids in #475
- fix: obey filters from the toolbox when exporting to coco by @frederik-encord in #472
- fix: remote subset by @james-encord in #476
- fix: derive encord edit url by @james-encord in #477
- fix: local project no edit url by @james-encord in #478
- feat: tag nested classifications by @frederik-encord in #480
- fix: resolve inconsistency between lock and toml by @eloy-encord in #481
- fix: traverse nested options without the deprecated has options field by @frederik-encord in #483
- docs: fix bad help text indentation by @eloy-encord in #482
New Contributors
- @james-encord made their first contribution in #401
Full Changelog: v0.1.60...v0.1.61
v0.1.60
What's Changed
- docs: fix image url for pypi by @frederik-encord in #410
- docs: add user guide for the re-labeling feature by @eloy-encord in #408
- chore: re-introduce clip with a pypi version of CLIP by @Encord-davids in #411
- fix(prisma): downgrade nodejs version by @Encord-davids in #412
Full Changelog: v0.1.59...v0.1.60
v0.1.59
What's Changed
- revert: feat: clip embeddings by @Encord-davids in #409
Full Changelog: v0.1.58...v0.1.59
v0.1.58
What's Changed
There are two main things on the menu today:
- New projects that are imported will embedded with the CLIP model which will make searching even more powerful with the next release (cliffhanger - we know) 🍭
- Projects associated with Encord Annotate now allows you to send back data for relabeling ✏️
Features
- feat (examples): add new colab notebooks by @Gorkem-Encord in #391
- feat: basic auth using jwt by @Encord-davids in #395
- feat: add send labels to annotation stage by @eloy-encord in #404
- feat: clip embeddings by @frederik-encord in #399
Fixes
- fix (encord_sdk): add workflow_graph_node to LabelRowMetadata by @Gorkem-Encord in #390
- fix: load video frames properly in explorer by @frederik-encord in #389
- fix: db creation time in project import by @eloy-encord in #394
- fix: updates merged metrics table after metric execution by @Encord-davids in #396
- fix (metrics): Image difficulty metric for few samples by @Gorkem-Encord in #397
- Fix (metrics): suppress 2d embeddings warnings by @Gorkem-Encord in #400
- fix (model quality): put class filtering as it is in other model performance pages by @Gorkem-Encord in #393
- fix(auth): save token to state to handle reruns by @Encord-davids in #402
- fix(auth): make token unclearable state by @Encord-davids in #403
- fix(false-negative): access correct column in filterd metrics by @Encord-davids in #406
- fix: coco bbox default no rotation by @frederik-encord in #407
Misc
- misc: bump encord sdk version to 0.1.75 by @eloy-encord in #398
Chore
- chore: adds coco dependencies to docker image by @Encord-davids in #392
Full Changelog: v0.1.57...v0.1.58
v0.1.57
What's Changed
- fix: server cors localhost by @Encord-davids in #388
Full Changelog: v0.1.56...v0.1.57
v0.1.56
What's Changed
Features
- Feat (project diff): project metrics difference by @Gorkem-Encord in #352
Fixes
- fix: absolute uri to graphic in README by @frederik-encord in #377
- fix: project import with video by @eloy-encord in #383
Docs
- docs: minor fixes and updates by @eloy-encord in #379
- docs: update code/text/links in 'import KITTI predictions' section by @eloy-encord in #381
Chore
- chore: revert dockerfile by @Encord-davids in #382
- chore: prevent multiple instances by @Encord-davids in #386
- chore: update community urls and logos by @frederik-encord in #384
Full Changelog: v0.1.55...v0.1.56
v0.1.55
What's Changed
We fixed the encord-active docker to work with new FE/BE structure.
- chore: remove unnecessary poetry install command from publish pipeline by @frederik-encord in #376
- Ar/fixing fastapi ea endpoint by @ali-encord in #378
- Ar/fixing fastapi ea endpoint by @ali-encord in #380
Full Changelog: v0.1.54...v0.1.55