This release introduces a number of updates and bugfixes.
Main Changes
`agml.synthetic`
- Helios compilation has now been optimized, meaning that canopy generation speed should be increased by 3 to 5 times.
- When using `HeliosOptions.camera.generate_positions()`, camera views are no longer angled by default.
`agml.models`
- The `agml.models.ClassificationModel` is now initialized with `num_classes`, rather than a `dataset` name.
- For the `agml.models.SegmentationModel.predict()` method, a new argument, `overlay`, has been added, which allows the resulting segmentation mask to be overlaid or displayed side-by-side.
`agml.viz`
- A new method has been added, `agml.viz.convert_figure_to_image()`, which converts the in-built Matplotlib figure when using `agml.viz` methods into an image array.
[*Read the Full Changelog Here*.](https://github.com/Project-AgML/AgML/compare/v0.4.3...v0.4.4)