Releases: tataratat/bezman
Releases · tataratat/bezman
0.2.0
First Release
Create and manipulate (rational) Bezier splines. Header only library, provides optimised evaluation routines and mathematic operations (multiplication, addition) on splines, including compositions. Further, Forward Algorithmic Differentiation (AD) types (static and dynamic). See documentation for more details.
All export routines are now moved to splinepy
to minimise redundancies.
Initial Version
This version was intended as a standalone library for Bezier Splines. In future versions, it is stripped from some of its functionality to allow for easier integration into splinepy