0.5.4
🐛 Bug Fixes
Fix bug in `is_valid_lineage`; daughters can be \< parent. @willgraf (#88)
No need to check if the daughters are in all_cells
, as we check that for each lineage. Just check that the daughter is in the lineage.
Don't return False as a shortcut, just warn and continue to the next label. This will enable all warnings to be shown.