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