ducksmiles: bump to 0.5.0#2055
Open
nkwork9999 wants to merge 3 commits into
Open
Conversation
New since 0.4.0 (all RDKit-faithful): - Bit-fingerprint similarity family: dice, cosine, kulczynski, sokal, mcconnaughey, asymmetric, braun_blanquet, russel, and tversky_bit (joins the existing tanimoto_bit), ported from DataStructs/BitOps.cpp. - Descriptors: mol_mr (Wildman-Crippen molar refractivity), qed (drug-likeness, port of Chem.QED), and the RDKit ring-count family (num_saturated_rings, num_aliphatic_rings, and the aromatic/saturated/aliphatic x hetero/carbocycle splits). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…nchmark harness (ref -> merged docking branch)
Contributor
Author
|
Updated the 0.5.0
Still pure Rust core (no RDKit), MIT. 546 Rust unit tests pass; full pipeline verified end-to-end against the bundled DuckDB. |
Member
|
Closing and reopening to re-trigger CI on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
ducksmilesto 0.5.0 (ref6a66b485).New since 0.4.0, all RDKit-faithful ports with SQL tests in-repo:
DataStructs/BitOps.cpp):dice_bit,cosine_bit,kulczynski_bit,sokal_bit,mcconnaughey_bit,asymmetric_bit,braun_blanquet_bit,russel_bit, and asymmetrictversky_bit(a, b, α, β)— joining the existingtanimoto_bit.mol_mr— Wildman-Crippen molar refractivity (shares the LogP atom-contribution table).qed— QED drug-likeness, a port of RDKitChem.QED; reproduces theQED.pyreference values closely.num_saturated_rings,num_aliphatic_rings, and the aromatic/saturated/aliphatic × heterocycle/carbocycle splits (RDKitrdMolDescriptors).No build-system or metadata changes beyond the version bump and ref. Builds clean against the pinned DuckDB; the in-repo SQL test suite passes (111 assertions).