What's Changed
* Increase test coverage by emdavis02 in https://github.com/talmolab/sleap-roots/pull/78
* Upgrade python to 3.11 by eberrigan in https://github.com/talmolab/sleap-roots/pull/80
* Use helper function to get intersection points for different geometries by eberrigan in https://github.com/talmolab/sleap-roots/pull/81
Breaking Changes
* `Series` class now takes sleap predictions directly using `Series.load()` and sleap prediction paths are class attributes
* h5 paths are optional in the `Series` class but necessary for the plotting function
* `series_name` is now an attribute instead of a property
* `find_all_h5_paths`, `find_all_slp_paths`, `load_series_from_h5s`, `load_series_from_slps` added as high-level imports
* `find_all_series` is no longer supported: use `find_all_h5_paths` or `find_all_slp_paths` instead
New Contributors
* emdavis02 made their first contribution in https://github.com/talmolab/sleap-roots/pull/78
**Full Changelog**: https://github.com/talmolab/sleap-roots/compare/v0.0.9...v0.1.0