-
Notifications
You must be signed in to change notification settings - Fork 2
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
v2.0.0: compatibility with PhyloNetworks v0.17; output named tuple (breaking, #21 fix) #26
Conversation
The tests seem to fail randomly on macos, at the step that installs R. I do not understand why. When I re-run the macos job manually, it sometimes manages to install R (and then the actual tests run well too). |
Sorry, I'm on the move and away from office this end of the week, I cannot look into this in details.
I can try to look more into it next week if needed. |
Thank you! I added the qpdf installation as you suggested, and the tests passed. Great! |
Mmm, this last attempt failed: |
For the So I removed the manual installation of qpdf, and hope that the new version of |
I tried to fix some minor typos and punctuation. |
Project.toml
Outdated
@@ -1,7 +1,7 @@ | |||
name = "PhyloPlots" | |||
uuid = "c0d5b6db-e3fc-52bc-a87d-1d050989ed3b" | |||
license = "MIT" | |||
version = "1.0.1" | |||
version = "1.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with 1.1.0, but out of curiosity, what made you change your mind and not go to 2.0.0 ?
(As it is a non backward compatible change, see #20 (comment))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, indeed, it should be 2.0.0. When starting this PR, I merely wanted a version compatible with the new PhyloNetworks v0.17.0. Later I noticed the open issue #21 and thought that it was a good time to act on it, introducing a breaking change.
I also agree with removing "phylogram", but it would be nice to keep the term "rightwards" to be explicit that these plots won't convey the "semidirected" nature of networks like "circular" trees can do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, looks good to me !
breaking: dropped functionality to visualize a two-binary trait substitution model
old deprecated function removed