Skip to content

release_notes_v22.02.01

shekhardw edited this page Mar 24, 2022 · 7 revisions

Version 22.02.01 (Mar 24, 2022)

This version would be only available through the PyPI package (https://pypi.org/project/cucim/22.2.1/).

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🚀 New Features

  1. Randomization of transforms per image per batch (#231) @shekhardw

1. Randomization of transforms per image per batch

Random Color Jitter transform implemented. Random Image Flip, Random Image Rotate90 and Random Zoom transforms are updated to apply transforms per image per batch. Execution of these transforms on per image per batch basis may result in increase in runtime.

🛠️ Improvements