Releases: orbingol/NURBS-Python
Releases · orbingol/NURBS-Python
v5.4.0
geomdl v5.3.1
geomdl v5.2.10
- Fixed a bug causing double matplotlib figures when run on a Jupyter notebook
- Fixed
filenameargument when plotly visualization module is used - Added offscreen rendering support for VTK visualization module
geomdl v5.2.9
geomdl v5.2.8
geomdl v5.2.7
- Added
operations.flip - Bug fixes and improvements
- Documentation updates
geomdl v5.2.6
- Fixed imports in
control_pointsmodule
geomdl v5.2.5
- Improved
linalgmodule - Added
control_pointsmodule for managing control points - Bug fixes and improvements
- Documentation updates
geomdl v5.2.4
- Reduced set control points restrictions for surfaces.
Surface.set_ctrlptsnow accepts 2-dimensional control points. - Deprecated
saveandloadmethods defined inBSplinemodule in favor ofimport_jsonandexport_json - Generalized
operations.add_dimensionAPI call to work with allSplineGeometrysubclasses - Documentation updates
geomdl v5.2.3
- Fix incorrect dict export of trims in trimmed surfaces
- Add analytic trim curve support to trimmed surface dict export
- Change
VolumeContainerbase class fromSurfaceContainertoAbstractContainerand add missing methods - Documentation updates
- Minor bug fixes and improvements