Skip to content

v1.3.0

Choose a tag to compare

@mzur mzur released this 26 Feb 11:56
b015b66

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)