Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Release 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@justusschock justusschock released this 17 May 17:23
· 142 commits to master since this release
871c839

New Features

  • Add Resizing Transforms [Commit]
  • Transforms for filter an remove keys Commit
  • Add support for Python 3.8 Commit
  • Transforms in Compose can now be shuffled [Commit]
  • Test Examples more intesively [Commit]
  • Random Parameter Injection API [Commit]
  • Transform to Rename Keys [Commit]
  • ArgMax Transform [Commit]
  • OneOf Transform [Commit]
  • Per Sample Option for Affines [Commit]
  • Hosted Docs on ReadTheDocs
  • Tested and available Examples on ReadTheDocs
  • Segmentation Example with PyTorch Lightning (3D)
  • Classification Example with PyTorch Lightning (2D)

Bug Fixes/Enhancements

  • Use ModuleList in Compose Transforms [Commit]
  • Update DataLoader for better integration with frameworks like PyTorch Lightning or PyTorch ignite, which parse the loaders attributes [Commit]
  • Make transforms in compose mutable [Commit]
  • Refactoring for Python 3.6 Support [Commit]
  • Tests on all major platforms [Commit]
  • Filter warnings after first occurence [Commit]
  • Disable Warnings in all workers but one [Commit]

Breaking Changes

  • Cleanup Affine Interface [Commit]
  • Remove previous random transforms for random parameter injection API [Commit]
  • Move device functional [Commit]

Deprecations

--None--

Removals