* Added `evalpts` property to `Multi` type of classes * Updated conda-build recipe
4.3.5
* Updated `delta` and `sample_size` properties of `MultiCurve` and `MultiSurface` classes. They are now compatible with `Curve` and `Surface` classes. * Added `exchange.export_yaml` function (experimental, designed to be used with [geomdl_cli](https://github.com/orbingol/geomdl-cli)) * Updated conda-build recipe * Minor bug fixes * Documentation updates
4.3.4
* Updated `operations.translate()` function to make it compatible with multi curves and surfaces * Added conda-build recipe
4.3.3
* Fixed a typo in evaluated points definition of `VisMPL.VisSurfWireframe()` class * Documentation updates
4.3.2
* Hodograph curve and surface computation: `operations.derivative_curve()` and `operations.derivative_surface()` * LU-Factorization and Forward-Backward Substitution functions in `utilities` module * Documentation update for compiling the package with Cython * Added `axes_equal` and `evalpts` keyword arguments to visualization config class * Added `set_plot_type` method to surface visualization classes * Documentation updates * Minor code improvements
4.3.1
* Fixed a bug causing Plotly surface visualization module to show extra lines * Added `exchange.export_smesh()` function * Minor bug fixes and documentation updates