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
filename
argument 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_points
module
geomdl v5.2.5
- Improved
linalg
module - Added
control_points
module for managing control points - Bug fixes and improvements
- Documentation updates
geomdl v5.2.4
- Reduced set control points restrictions for surfaces.
Surface.set_ctrlpts
now accepts 2-dimensional control points. - Deprecated
save
andload
methods defined inBSpline
module in favor ofimport_json
andexport_json
- Generalized
operations.add_dimension
API call to work with allSplineGeometry
subclasses - 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
VolumeContainer
base class fromSurfaceContainer
toAbstractContainer
and add missing methods - Documentation updates
- Minor bug fixes and improvements