What's Changed
- Introduce
delete_dataset
method by @igor-davidyuk in #489 - Update the download_all method for ImageClient to download specific dataset by @rajeshgangireddy in #484
- Update media info schema to include extension by @igor-davidyuk in #494
- Project access refactoring by @igor-davidyuk in #481
- Images upload from list optimization by @igor-davidyuk in #495
- Add readthedocs configuration file by @ljcornel in #497
- Fix bug with label name mapping for hierarchical classification models by @ljcornel in #498
- Introduce new
Anomaly
task by @igor-davidyuk in #487 - Implement
get_training_dataset
method inDatasetClient
by @ljcornel in #492 - Fix anomaly task title by @igor-davidyuk in #499
- Anomaly tasks backwards compatibility by @igor-davidyuk in #502
- Fix anomaly demo test by @igor-davidyuk in #501
- Introduce project removal delay for short tests by @igor-davidyuk in #500
- Update datumaro requirement from ==1.8.* to ==1.9.* in /requirements by @dependabot in #496
- Update pytest requirement from ==8.2.* to ==8.3.* in /requirements by @dependabot in #482
- Fix organization id fetching by @ljcornel in #504
- Update ModelGroup data model by @ljcornel in #506
- Update Model data model by @ljcornel in #508
- Update pillow requirement from ==10.4.* to ==11.0.* in /requirements by @dependabot in #507
- Fix label assignment for deployed models by @ljcornel in #505
- Fix anomaly deployed models by @ljcornel in #510
- Keep label ID's intact on saving project deployment by @ljcornel in #511
- Fix anomaly wrapper configuration by @ljcornel in #513
- Fix empty label assignment for instance segmentation models by @ljcornel in #514
- Project deployment by name by @Daankrol in #516
- Bug Fix - Notebooks using project_name instead of project for a few methods by @rajeshgangireddy in #517
- Wait for job to appear in job queue before checking job status by @Daankrol in #518
- Fix 403 on delete project when running all cells in one go. by @Daankrol in #519
- Allow asynchronous annotation upload by @Daankrol in #509
- Fix errors in notebooks when running from E2E tests by @Daankrol in #522
New Contributors
- @rajeshgangireddy made their first contribution in #484
- @Daankrol made their first contribution in #516
Full Changelog: v2.3.0...v2.5.0