Releases: talmolab/sleap-roots
Releases · talmolab/sleap-roots
sleap-roots v0.1.3
What's Changed
- Handle unsupported geometry types by @eberrigan in #91
- Bump to version 0.1.3 for release by @eberrigan in #93
Full Changelog: v0.1.2...v0.1.3
sleap-roots v0.1.2
sleap-roots v0.1.1
What's Changed
- Correct
crown-curve-indices
definition in trait pipeline by @eberrigan in #83 - Black format tests\test_trait_pipelines.py by @eberrigan in #84
Full Changelog: v0.1.0...v0.1.1
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
sleap-roots v0.0.9
What's Changed
- Add quality control property for batch processing over genotypes by @eberrigan in #76
- Fix new older monocot traits for edge cases by @eberrigan in #77
Full Changelog: v0.0.8...v0.0.9
sleap-roots v0.0.8
What's Changed
- Add jupyter notebooks for code instruction by @eberrigan in #72
- Exclude jupyter notebooks from language statistics by @eberrigan in #73
- Add to documentation by @eberrigan in #74
- Fix tips and add jupyter lab to the environment by @eberrigan in #75
Full Changelog: v0.0.7...v0.0.8
sleap-roots v0.0.7
sleap-roots v0.0.6
What's Changed
- Update README.md by @eberrigan in #69
- Update README.md by @talmo in #70
- Implement
OlderMonocotPipeline
by @eberrigan in #54
Full Changelog: v0.0.5...v0.0.6
sleap-roots v0.0.5
What's Changed
- Implement Younger Monocot Pipeline by @eberrigan in #64
- Add
YoungerMonocotPipeline
to init by @eberrigan in #65 - Fix
get_network_distribution
by @eberrigan in #67 - Rename
grav_index
tocurve_index
by @eberrigan in #68
Full Changelog: v0.0.4...v0.0.5