- Expose 3d eye model RMS fitting residuals; disable them by default - #24
- Pin
scikit-learn==0.24.1
version and update refraction models to that version - Avoids warning when unpickling refraction pipeline - Replace all occurances of
np.float
withfloat
-np.float
has been deprecated. - Stop treating all warnings in
pye3d/cpp/projections.pyx:unproject_ellipse()
as errors - The previous behavior was introduced to avoid repeated division-by-zero errors. The new implementation continues to handle these as errors but excludes other types of warnings, e.g.DeprecationWarning
, from this handling.