-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C implementation of Colless index #2254
Comments
Python version done in #2266 Would you like to do this one or will I pick it up @jeremyguez? It's slightly different to #2253 because we can use the built-in postorder rather than using a stack. |
I can have a try at it, it would be a good experience. I'll look at #2253 and will tell you if I get stuck somewhere. |
Any update here @jeremyguez? We're hoping to release Python 0.5.0 in the next few days, so if you're not going to get to it soon I can do the C updates. |
Sorry @jeromekelleher, didn't know a release was coming soon. |
No worries at all @jeremyguez, thanks for being so helpful with the rest of the implementation! |
Requires #2250
Follow pattern established for #2253
The text was updated successfully, but these errors were encountered: