Encord-active

Latest version: v0.1.83

Safety actively analyzes 641134 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 12

0.1.47

Not secure
What's Changed

New Features
* Feat (metrics): classification performance metrics by Gorkem-Encord in https://github.com/encord-team/encord-active/pull/231
* feat(clone): local copy by yogesh-encord in https://github.com/encord-team/encord-active/pull/193
* feat(init): label import with init by frederik-encord in https://github.com/encord-team/encord-active/pull/245
* feat(sandbox): filter downloadable datasets for already existing ones by Encord-davids in https://github.com/encord-team/encord-active/pull/252
* feat(use-state): make hooks truly generic by Encord-davids in https://github.com/encord-team/encord-active/pull/253
* Feat (model quality): Classification predictions TPs/FPs pages by Gorkem-Encord in https://github.com/encord-team/encord-active/pull/251
* feat(export): show filter stats by frederik-encord in https://github.com/encord-team/encord-active/pull/266
* feat: add acquisition functions by eloy-encord in https://github.com/encord-team/encord-active/pull/217

Fixes
* fix(project-version): prevent discards when jumping between projects by Encord-davids in https://github.com/encord-team/encord-active/pull/249
* fix: number of similar images shown by frederik-encord in https://github.com/encord-team/encord-active/pull/250
* fix(export): disable export button when df is filtered by yogesh-encord in https://github.com/encord-team/encord-active/pull/254
* fix(export): enable export button when df is not filtered by yogesh-encord in https://github.com/encord-team/encord-active/pull/255
* fix(export): fix indexing for classification only projects by yogesh-encord in https://github.com/encord-team/encord-active/pull/257
* fix(encord-version): bump and fix relocated imports by Encord-davids in https://github.com/encord-team/encord-active/pull/259
* fix: scrolling on onboarding and catch if no metrics in data page by frederik-encord in https://github.com/encord-team/encord-active/pull/261
* fix: removes localhost domain by Encord-davids in https://github.com/encord-team/encord-active/pull/262
* fix(label-row-meta): properly serialize to json on init command by Encord-davids in https://github.com/encord-team/encord-active/pull/263
* fix: stop early with bad transformer file and raise error on module load by frederik-encord in https://github.com/encord-team/encord-active/pull/260
* fix: segfault on missing object data by frederik-encord in https://github.com/encord-team/encord-active/pull/264
* fix: unexpected behaviour with relative path in init by eloy-encord in https://github.com/encord-team/encord-active/pull/267
* fix: remove message after interaction with page by frederik-encord in https://github.com/encord-team/encord-active/pull/265
* fix: numpy version by Gorkem-Encord in https://github.com/encord-team/encord-active/pull/269
* fix: show success message on new version creation by frederik-encord in https://github.com/encord-team/encord-active/pull/270
* fix: readme links for pypi change urls to raw github content urls by frederik-encord in https://github.com/encord-team/encord-active/pull/268
* fix(import-project): use label row metadatas from new sdk version by Encord-davids in https://github.com/encord-team/encord-active/pull/271
* fix: add default values when loading lr metadata from json by frederik-encord in https://github.com/encord-team/encord-active/pull/272
* fix(export): Use mappings instead of renaming files by yogesh-encord in https://github.com/encord-team/encord-active/pull/273

Docs
* docs: redirect links to the official encord docs by eloy-encord in https://github.com/encord-team/encord-active/pull/244
* docs: improve ClassificationLabel import example in cli init command by eloy-encord in https://github.com/encord-team/encord-active/pull/258

Chore
* chore(sdk): pin to 0.1.63 by yogesh-encord in https://github.com/encord-team/encord-active/pull/256



**Full Changelog**: https://github.com/encord-team/encord-active/compare/v0.1.46...v0.1.47

0.1.46

Not secure
What's Changed
* alexb/refresh data link for signed urls by alex-encord in https://github.com/encord-team/encord-active/pull/246
* chore(deps): bump webpack from 5.74.0 to 5.76.1 in /docs by dependabot in https://github.com/encord-team/encord-active/pull/247

New Contributors
* alex-encord made their first contribution in https://github.com/encord-team/encord-active/pull/246

**Full Changelog**: https://github.com/encord-team/encord-active/compare/v0.1.45...v0.1.46

0.1.45

Not secure
What's Changed
* fix(custom-components): ensure mimetypes are added by Encord-davids in https://github.com/encord-team/encord-active/pull/243
* chore: restructure frontend components for extendability by Encord-davids in https://github.com/encord-team/encord-active/pull/236
* fix: safer coco parsing by frederik-encord in https://github.com/encord-team/encord-active/pull/248


**Full Changelog**: https://github.com/encord-team/encord-active/compare/v0.1.44...v0.1.45

0.1.44

Not secure
What's Changed
* fix: visualize target by Encord-davids in https://github.com/encord-team/encord-active/pull/241
* fix (coco import): fix several COCO import bugs by Gorkem-Encord in https://github.com/encord-team/encord-active/pull/240
* fix: monkey patch typo by frederik-encord in https://github.com/encord-team/encord-active/pull/242


**Full Changelog**: https://github.com/encord-team/encord-active/compare/v0.1.43...v0.1.44

0.1.43

Not secure
What's Changed
* fix: create metrics directory if not exists by frederik-encord in https://github.com/encord-team/encord-active/pull/239


**Full Changelog**: https://github.com/encord-team/encord-active/compare/v0.1.42...v0.1.43

0.1.42

Not secure
What's Changed
* fix(versioning): provide a default when defaultBranch isn't set by Encord-davids in https://github.com/encord-team/encord-active/pull/234
* fix (2D-embeddings): add template to plotly graph by Gorkem-Encord in https://github.com/encord-team/encord-active/pull/235
* feat: add metric management in projects by eloy-encord in https://github.com/encord-team/encord-active/pull/199
* Feat (explorer view): Simplify UI by Gorkem-Encord in https://github.com/encord-team/encord-active/pull/237
* fix: disappearing tags and update tags inplace by frederik-encord in https://github.com/encord-team/encord-active/pull/238


**Full Changelog**: https://github.com/encord-team/encord-active/compare/v0.1.41...v0.1.42

Page 7 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.