OOKAM v1.2.2
This release adds the Ruzsa distance and its positive variant.
Additions
A.ruzsa_distance(B)= $\log(\frac{|A - B|}{\sqrt{|A||B|})A.ruzsa_distance_positive(B)= \log(\frac{|A + B|}{\sqrt{|A||B|})
Documentation on how to use these new methods can be found in the documentation for the ookami.tools module.
It is recommended that you update to OOKAMI v1.2.1 if you are currently using a previous version, as it adds important features that could be useful for experimental combinatorics applications.