v0.24.0#
This release introduces a new RadialDistortionPerturber, renames several
perturber modules for clarity, and includes a notebook for benchmarking. It
also addresses multiple issues in crop and compose perturber logic and
upgrades the MAITE dependency.
Updates / New Features#
Added a new
RadialDistortionPerturber.Added an example notebook exploring the
RadialDistortionPerturber.Added
benchmarking.ipynbto benchmark each perturber.Upgrade to MAITE v0.8.1.
Deprecated the unused
box_alignment_modeparameter forPerturbImage.Renamed
perturber.pytopybsm_perturber.py.Renamed
crop_perturber.pytorandom_crop_perturber.py.Renamed
translation_perturber.pytorandom_translation_perturber.py.
Fixes#
Usage of
crop_sizeparameter in theRandomCropPerturberimplementation.xandywere swapped in the crop step ofRandomCropPerturber.Bounding boxes correctly updated through composed perturbers in
ComposePerturber.Rendering of jupyter notebook contents in RTD sidebar.