3LC Python Package Version 3.3¶
3.3.0¶
Features¶
[18101] 3LC can now publish and serve downsampled thumbnails for a dataset’s or run’s images. Run
3lc thumbnails create <table url|run url>..., or callTable.create_thumbnails()/Run.create_thumbnails(), to publish 768 px WebP copies beside the data. The Object Service then serves the thumbnail in place of the original wherever supported, falling back to the original otherwise. Thumbnails are stored under a cache directory alongside the data and can be regenerated or removed at any time.On-premise deployments can now license 3LC against a customer-local floating license server instead of the hosted license service. Set
TLC_LICENSE_SERVERto the server’s URL to lease a floating license from it, enabling licensing with zero external network access for air-gapped or fully offline environments.