greglandrum / rdkit-blog

RDKit blog
https://greglandrum.github.io/rdkit-blog/
5 stars 1 forks source link

rdkit-blog/posts/2023-08-25-about-rdkit-versioning #16

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

RDKit blog - Rethinking the RDKit versioning model

Do we need to be so conservative about rolling out new features?

https://greglandrum.github.io/rdkit-blog/posts/2023-08-25-about-rdkit-versioning.html

ssirimulla commented 1 year ago

I would greatly appreciate having access to new tools sooner rather than later. This is certainly a welcome move.

adelenelai commented 11 months ago

I loved reading about RDKit's release paradigm. Thank you for sharing your thoughts. Here are my humble 2 cents:

Amazing work, Greg, RDKit Team, and open-source community!! Thanks for all you do. I used RDKit throughout my PhD (and still do some hacking in my free time - can't wait to try the newest beta release :)).

adelenelai commented 11 months ago

...ah yes...the tests are in C++...

greglandrum commented 11 months ago

Hi @adelenelai, thanks for the feedback and kind words. :-)

To clarify one point: the RDKit has really good test coverage both of the C++ code (which you found) and in the Python code. So I think as long as we keep that coverage up (and we do try) we should be reasonably safe on that side. Of course, there are, and will continue to be, things that are not covered by the tests. We'll keep identifying and fixing those as they come up.