- fixed methods `get_location` and `make_fit` of the `NormalizedLocatedObject` class
0.0.43
-------------------
- added support for normalized geometric shapes (module `wai.common.geometry`): NormalizedPoint, NormalizedPolygon, NormalizedRectangle - added support for normalized located objects (module `wai.common.imaging.locateobjects`): NormalizedLocatedObject, NormalizedLocatedObjects
0.0.42
-------------------
- `wai.common._functions` now imports `Hashable` from `collections.abc` instead of `collections` (got removed in Python 3.10)
0.0.41
-------------------
- String serialisation of spectra now produces a .spec-file formatted string. - Bug fixes.
0.0.40
-------------------
- improved checks in `LocatedObject.has_polygon()` to avoid parse errors when `poly_x` and `poly_y` are empty strings
0.0.39
-------------------
- fixed `LocatedObjects.from_report` method: no longer skips field names that end with x/y/width/height, only when they exactly match that name.