Releases: orbingol/NURBS-Python
Releases · orbingol/NURBS-Python
NURBS-Python v3.6.2
- Fixed a bug in Multi module
render
method which fails to work afterVisMPL
update. - Fixed a bug in
frange
function which sometimes fails to generate correct output with bigger delta values
Thanks to Dr. Pavel Vlasanek for reporting the frange
issue.
NURBS-Python v3.6.1
- Bug fixes
NURBS-Python v3.6.0
The new version comes with performance improvements and documentation updates. It also adds bbox
property for evaluation and storage of curve and surface bounding box.
To install NURBS-Python: pip install NURBS-Python
To upgrade: pip install --upgrade NURBS-Python
NURBS-Python v3.5.3
- Minor improvements
NURBS-Python v3.5.2
- Bug fixes and improvements
NURBS-Python v3.5.1
- Performance improvements
NURBS-Python v3.5.0
compatibility
module- Performance improvements
- Compatibility fixes and updates
- Documentation updates
- Code reorganization (no API break)
Installation: pip install NURBS-Python
Upgrade: pip install NURBS-Python --upgrade
NURBS-Python v3.4.7
compatibility
module enhancements
NURBS-Python v3.4.6
- Removed super restrictive knot vector checks
- Improvements in curve/surface evaluation functions
NURBS-Python v3.4.4
- Performance improvements