Skip to content

2.0.0

Compare
Choose a tag to compare
@stefanklut stefanklut released this 04 Apr 15:57
· 63 commits to main since this release
ed77518

Release Notes for Laypa Version 2.0.0

Date: 2024-4-4

Overview

DPI, CPU fallback, AugInput refactor, Docker file update

New Features

  • DPI adjustment: allow (automatic) adjustment of the images size based on the DPI read from the image
  • CPU fallback: On OOM try again but on CPU (when using the API)

Enhancements

  • AugInput: Now using AugInput as a standard to more easily allow changes/additions to the augmentation and input
  • Configurable: Make classes configurable so that they can automatically load in values from the config to their args/kwargs
  • Remove new line from git hash: Bug with git hash should be resolved when using the docker image
  • Smaller Docker images: smaller docker images by removing nsight packages
  • Typehints and docstrings: Update to outdated and new functions

Deprecations and Removals

  • None

Known Issues

  • None

Docker Image

The Docker image for version 2.0.0 can be obtained using the following command:

docker pull loghi/docker.laypa:2.0.0

Contributors


Full Changelog: 1.3.12...2.0.0