Release Notes for Laypa Version 2.1.3
Date: 2024-9-17
Overview
Docker updates and citation
New Features
- CITATION.cff: You can now get citation info directly from github
Enhancements
- TMP dir docker: Create TMP dir so running build scripts just works without needing to move a bunch of files around
- Correct status code API: Previously status code was not set correctly
- Scale factor now matches the index of pixel: subtract 1 from the number of pixels because arrays start at 0
Deprecations and Removals
- Micromamba Docker: This build was not really recommended and did not result in significantly smaller docker images anyways
Known Issues
- JPEG2000: loading jpeg 2000 does not work in python 3.11, some code is written specifically for 3.12. Waiting on pillow to release a version that plays nicely with 3.12 and jpeg2000 with embedded color profile
Docker Image
The Docker image for version 2.1.3 can be obtained using the following command:
docker pull loghi/docker.laypa:2.1.3
Contributors
- @stefanklut: All
Full Changelog: 2.1.0...2.1.3