Currently the cosmology module has a function to compute the angular diameter distance from redshift 0 to an object at redshift z. If I want to compute the ADD from redshift z1 to redshift z2, as often needed in gravitational lensing, the class method angular_diameter_distance_z1z2 is needed. Is there a compelling reason to have one as a function and the other only as class method?