- When the determinant of the quadratic equation in the update scheme is negative but close to zero, an approximate solution to the quadratic will be accepted.
0.1a2
- LinearInterpolator3D is returning np.inf and should raise an error instead. This patch checks for np.inf values in the client code, but should be fixed on the LinearInterpolator3D side.
0.1a1
0.1a0
- API is not backwards compatible will 0.0 versions. - This version implements spherical coordinates. - Periodicity of spherical coordinate systems is automatically accounted for. - This version sorted out a bug with the heap sort function.
0.0b6
- Ray tracing is significantly faster and more stable
0.0b4
- Debug error during edge case of interpolation method. - Update examples. - Update method documentation.