Skip to content

1.3.4

Compare
Choose a tag to compare
@stefanklut stefanklut released this 22 Nov 14:22
· 280 commits to main since this release
8c1e175

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 using whitelist as argument. For each item whitelisted add a seperate form entry.
    Example: -F whitelist=MODEL -F whitelist=INPUT
    For run.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


Full Changelog: 1.3.0...1.3.4