v0.5.0: Smooth interpolation for parametric functions
The Function.Parametric
sampling algorithm now dynamically increases the number of samples depending on the roughness of the function. The samples
(the raw number of samples) prop has been deprecated in favor of minimumSamplingDepth
(the minimum amount of subdivisions to evaluate the function with).
See PR #37.