Skip to content

Releases: CumbyLab/gridrdf

v0.3.0

15 Mar 10:17
Compare
Choose a tag to compare

Major updates to speed of GRID computation and EMD distance calculations, particularly incorporating Numba optimisations of EMD calculation. This reduces the calculation time significantly. For example, a 12k x 12k EMD matrix (based on 100 GRID shells) previously took ca. 30 days, but is now reduced to 30 minutes on a 6-core desktop machine.

There have also been improvements to the overall code structure - please see the CHANGELOG and commit history for more details.

v0.2.0

01 Nov 15:50
Compare
Choose a tag to compare

Version 0.2.0 of gridrdf for comparing GRID representations of structures. Changes include:

  • More consistent data structures across different functions
  • Example script to demonstrate intended usage
  • Updated documentation
  • More logical file structure

See changelog and commit history for more details.