Skip to content

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 16:59
· 1299 commits to master since this release

v1.7.0 (2025-09-19)

Bug Fixes

  • Allow AnalysisResult objects to have null projects (0f46b85)

  • Don't filter out AnalysisResult objects with no project (bbf9031)

  • Lazy-import large_image in conversion tasks (6e68916)

  • Only get layer data summary if attr exists (2ddcb83)

  • Protect against None property_summary (78ba0a6)

  • Update creation of frames by property (18adf5f)

  • Update dataset upload test (fbd2244)

  • Update file url assertion to work in GH Actions (which has localhost:9000 instead of minio:9000) (8d37fa7)

  • Update import order of dataset conversion task to ensure that task is registered in celery (60850f8)

  • Update migration file (2e1d682)

  • Use dataset name in task name, refer to dataset id in task inputs (3054b01)

Chores

  • Rename AnalysisResult to TaskResult (d25ae28)

  • Rename field analysis_type to task_type (0033f44)

Features

  • Create an AnalysisResult object for dataset conversion tasks (1a34b9d)

  • Create API endpoints for dataset upload (3575a0e)

Testing

  • Add end-to-end dataset upload test (ed34195)

Detailed Changes: v1.6.0...v1.7.0