0.5.0-rc3
Pre-release
Pre-release
github-actions
released this
21 Sep 18:54
·
39 commits
to master
since this release
🐛 Bug Fixes
Fix bad warning message in `is_valid_lineage` @willgraf (#77)
There is a bad label in one of the parent checks. This PR updates the message for accuracy.
Validate parent lineage field as well as daughters. @willgraf (#76)
#73 updated is_valid_lineage
to do better of all cells. However, there is no extra validation of the parent
field, which is used in the isbi_utils
functions.
This PR adds some basic validation of the parent
lineage field to improve the validation of the lineage objects.