Bug fixes
- Account for non-tiled images with slide-based coordinate system (146)
- Fix mapping of image and reference coordinates (146)
New features
- Add method to get all graphic data of an annotation group (147)
Breaking changes
- Parameters of`highdicom.spatial.map_pixel_into_coordinate_system` changed from `coordinate: Sequence[float]` to `index: Sequence[int]`
- Return value of `highdicom.spatial.map_coordinate_into_pixel_matrix` changed from `Tuple[float, float, float]` to `Tuple[int, int, int]`
For further information on these changes, please refer to the corresponding [section in the release notes ](https://highdicom.readthedocs.io/en/latest/release_notes.html#correct-coordinate-mapping).