* Added and updated import and export methods. Unfortunately, this update breaks .cfg exports prior to v4.4.x; therefore, you might need to re-export your .cfg exports. * `export_cfg`, `import_cfg` * `export_yaml`, `import_yaml` * `export_json`, `import_json` * `exchange` module code optimizations
4.3.8
* Fixed a bug in bounding box computation * Added bounding box plotting option to the visualization module (still WIP)
4.3.7
* Added `bbox` property to `Multi`-type classes * Documentation updates
4.3.6
* 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