Releases: biigle/laserpoints
Releases · biigle/laserpoints
v2.16.1
v2.16.0
v2.15.1
v2.15.0
Changed:
- Module requirements ( biigle/core#191 )
v2.14.0
v2.13.0
v2.12.1
v2.12.0
After upgrading to this version, configure a storage disk for the temporary laserpoints files LASERPOINTS_STORAGE_DISK
variable to the name of this storage disk in the .env
file. Example for a local disk:
'laserpoints' => [
'driver' => 'local',
'root' => storage_path('framework/cache/laserpoints'),
],
Added:
- Use a storage disk for temporary laserpoint detection files
Changed:
- Each queued job now processed only a single image and not a chunk of images