Skip to content

Releases: zegami/zegami-cli

Experimental support for multi-source collections & WSI

28 May 13:41
b4f3d2a
Compare
Choose a tag to compare

Includes usage of Azure Blob client to facilitate large uploads beyond 100MB and experimental support for 'whole slide images'.

Bug fixes and improvements when creating collections

08 Jan 10:08
907fe77
Compare
Choose a tag to compare
  • Some known non-image file extensions will be excluded when ignoring mime type during upload.
  • Bug fixes and improvements to collection creation process to support processing optimisations.
  • Total upload file size will be reported during collection creation when using verbose flag (-v).
  • Warning when uploading files larger than 256MB.
  • Bug fixes for deepzoom collection creation.
  • Support creating collections without clustering.

Support images only collection creation

15 Oct 15:28
11c62f0
Compare
Choose a tag to compare
Allow images only collection with CLI (#76)

https://github.com/zegami/zegami-cli/pull/76

Co-authored-by: Andy Haith <[email protected]>

Faster file uploads & url imageset improvements

08 Oct 12:37
48f8426
Compare
Choose a tag to compare
  • Added support for specifying custom headers when creating imagesets from URLs.
  • Improved performance & stability when uploading file imagesets.
  • Added support for image/bmp files.
  • Support for optional automatic column join selection when uploading imagesets.

1.2 pre-release

02 Jul 16:16
5a8e987
Compare
Choose a tag to compare
1.2 pre-release Pre-release
Pre-release

Pre-release version which includes a faster upload flow among other changes.

For internal usage with ship

02 Jul 15:30
3fd3018
Compare
Choose a tag to compare
Make a PUT request to update join dataset (#60)

Make a PUT request to update the existing join dataset with the dataset_column rather than creating a new join dataset and replace the existing one. This will be the same behaviour as new collection creation.

1.1.7

06 Apr 15:36
8660d76
Compare
Choose a tag to compare

Changes

  • Add support for Azure-based projects #51

1.1.6

20 Mar 17:06
@bz2 bz2
936652a
Compare
Choose a tag to compare

Changes

  • Add configuration for Azure Pipelines gating #47
  • Fix import on windows with Python 3.8/SQLAlchemy #46

Python 3.8 support

05 Mar 12:39
3f78fe1
Compare
Choose a tag to compare

Tested for support of Python 3.8 and updated steup.py

Simplified Azure dependencies

13 Jan 23:00
Compare
Choose a tag to compare

Switched Azure dependencies from azure to azure-storage-blob in order to reduce module bloat