-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add newest RDKit version and remove oldest and tested with pytest #189
Conversation
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.
Thanks! See a few comments below.
Codecov Report
@@ Coverage Diff @@
## main #189 +/- ##
==========================================
- Coverage 91.66% 91.45% -0.22%
==========================================
Files 46 46
Lines 3661 3661
==========================================
- Hits 3356 3348 -8
- Misses 305 313 +8
Flags with carried forward coverage won't be shown. Click here to find out more. see 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Out of curiosity: Why do we remove |
Good question. The answer is to not blow up the CI matrix. The current strategy is to test only on the two latest rdkit versions and the 3 last python ones and all the 3 main platforms (win, linux, osx). For that reason, the doc limits the "compatibility promise" to only the two latest rdkit versions, but it does not mean it won't work. Simply that it's not tested anymore. We have the below in the doc:
|
Thanks, @dessygil, for the help here! |
@hadim, the new rdkit canvas based drawing seems nice. I think we should try to eventually refactor some existing viz like radialscope and circlegrid for latent embeddings, as well as think about new ones (e.g progression of a series or scaffold during optimization) |
All for it. I always wanted to refactor the viz module to make it more modular and easy to setup complex viz. Maybe an OO approach would be suited here. |
Hey @maclandrol and @hadim, Could I take this issue as well? |
Maybe we can open an issue to plan a little? I haven't looked into this in detail, but it seems like a big refactoring. @dessygil could take the lead? |
That one might be a bit tricky simply because we don't know yet what we want to do exactly. @dessygil feel free to open an issue, so we can brainstorm there. I am all good if you want to start exploring this in a PR, but I can't guarantee it will end up being merged as it's too early at the moment. |
We will likely need to explore the new functionality first. I haven't hard the time to try that and see the limitation, but looking at the snippet in the rdkit blog, it looks a lot more principled compared to dealing with PIL or composing an SVG. We should brainstorm first IMO. |
For sure, is there anything else that I could take on in the meantime? |
Checklist:
news
entry.news/TEMPLATE.rst
tonews/my-feature-or-branch.rst
) and edit it.