Releases: biigle/maia
Releases · biigle/maia
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.0
After updating to this version, configure the new storage disks for MAIA annotation patches. Then run:
php -d memory_limit=2G artisan maia:migrate-patch-storage --dry-run maia_patches
This assumes that the MAIA patches were previously stored in ./storage/maia_patches
. Remove --dry-run
if the command succeeds to actually copy the files.
Changed:
- Training proposal and annotation candidate patches are stored in storage disks (biigle/core#181, #35)