v0.1.0
What's Changed
- Increase test coverage by @emdavis02 in #78
- Upgrade python to 3.11 by @eberrigan in #80
- Use helper function to get intersection points for different geometries by @eberrigan in #81
Breaking Changes
Series
class now takes sleap predictions directly usingSeries.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 propertyfind_all_h5_paths
,find_all_slp_paths
,load_series_from_h5s
,load_series_from_slps
added as high-level importsfind_all_series
is no longer supported: usefind_all_h5_paths
orfind_all_slp_paths
instead
New Contributors
- @emdavis02 made their first contribution in #78
Full Changelog: v0.0.9...v0.1.0