Skip to content

Releases: biigle/laserpoints

v2.16.1

01 Sep 12:28
Compare
Choose a tag to compare

Fixed:

  • Validation in some API endpoints

v2.16.0

17 Aug 13:49
b1c24da
Compare
Choose a tag to compare

Added:

  • Support for video volumes ( #42 )

v2.15.1

16 Jul 05:09
Compare
Choose a tag to compare

Changed:

  • More efficient volume Delphi job

v2.15.0

09 Jul 08:52
Compare
Choose a tag to compare

Changed:

v2.14.0

03 Jul 18:01
0ecbaf6
Compare
Choose a tag to compare

Changed:

  • Migrate JavaScript codebase to ES6 ( #41 )

v2.13.0

18 May 12:44
7369f9f
Compare
Choose a tag to compare

Changed:

  • Python 3 compatibility ( #40 )

v2.12.1

12 May 13:11
Compare
Choose a tag to compare

Fixed:

  • Laserpoints storage disk environment variable

v2.12.0

12 May 12:56
9fa791a
Compare
Choose a tag to compare

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

v2.11.1

17 Apr 13:19
Compare
Choose a tag to compare

Fixed:

  • Fix error for laser point annotations outside image bounds ( #36 )
  • Model ID validation ( biigle/core#209 )

v2.11.0

15 Apr 07:52
Compare
Choose a tag to compare

Added:

  • Configurable job queues

Fixed:

  • Vulnerable Python Pillow dependency