Skip to content

Releases: IBM/Hestia-GOOD

v.0.0.37

20 Jan 09:34
68f07dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.0.0.36...v.0.0.37

v.0.0.36

13 Jan 05:48
ddd2e00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.0.0.35...v.0.0.36

v.0.0.35

05 Dec 12:48
99889fe
Compare
Choose a tag to compare

What's Changed

Summary

  1. 📝 Docs: Minor changes to documentation. Added examples for molecules
  2. 🧹 Tidy code: Improved progress bars for similarity calculation
  3. 🛠️ Code-dev: Change distance in SimilarityArguments for sim_function in the case of 'embeddings' calculation to harmonize with the rest of similarity functions
  4. 🛠️ Code-dev: Introduction of Canberra distance
  5. 🛠️ Code-dev: Introduction of Lipinski vector to molecular_similarity
  6. 🛠️ Code-dev: Substituted gzip for pickle for saving the precalculated partitions and additional metadata
  7. 🪲 Bug fix: Multiple bug fixes with if-else statements
  8. 🪲 Bug fix: Bug fix with metadata for embeddings trying to savequery_embds as well.
  9. 🪲 Bug fix: Small bug fixes with similarity calculations
  10. 🪲 Bug fix: Avoid the situation where fp='ecfp' and sim_function='jaccard' and derive it to tanimoto by default.
  11. 🪲 Bug fix: Apply distance to similarity transformation
  12. 🏎️ Optim: Optimize bulk similarity functions using vectorized numpy operations, almost 25x speedup with target_df of 20,000, probably scales better than original implementation
  13. 🏎️ Optim: Small optimization of the ccpart algorithm

Merge trail

Full Changelog: v.0.0.34...v.0.0.35

v.0.0.34

11 Nov 15:32
2bfbceb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.0.0.33...v.0.0.34

v.0.0.33

11 Nov 13:08
1c5d789
Compare
Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v.0.0.31...v.0.0.33

v.0.0.32

11 Nov 12:22
3b81d16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.0.0.31...v.0.0.32

v.0.0.31

28 Oct 14:16
d78daad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.0.0.30...v.0.0.31

v.0.0.30

07 Oct 15:34
c120f76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.0.0.29...v.0.0.30

v.0.0.29

02 Oct 07:38
b141a7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.0.0.28...v.0.0.29

v.0.0.28

02 Oct 07:18
fa4da38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.0.0.27...v.0.0.28