Skip to content

0.5.4

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 21:12
· 30 commits to master since this release
52974c7

🐛 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.