1.3.4
Release Notes for Laypa Version 1.3.1-1.3.4
Date: 2023-11-22
Overview
Fixing UUID and githash issue
New Features
- Write info to pageXML Take over functionality from loghi-tooling to write UUID and githash to pageXML. TURN OFF
-laypaconfig
in loghitooling. - Add whitelist Whitelist can take multiple joined (by dot) keys (e.g. MODEL.BACKBONE).
To call whitelist add them to the API call usingwhitelist
as argument. For each item whitelisted add a seperate form entry.
Example:-F whitelist=MODEL -F whitelist=INPUT
Forrun.py
use the command line argument--whitelist
or-w
.
Example--whitelist MODEL
or-w MODEL INPUT
for 2 whitelisted items
Enhancements
- Fix githash Get githash from inference code
Deprecations and Removals
- None
Docker Image
The Docker image for version 1.3.4 can be obtained using the following command:
docker pull loghi/docker.laypa:1.3.4
Contributors
- @stefanklut: Only maintainer currently
Full Changelog: 1.3.0...1.3.4