Skip to content

Releases: orbingol/NURBS-Python

NURBS-Python v3.6.2

14 Mar 18:54
Compare
Choose a tag to compare
  • Fixed a bug in Multi module render method which fails to work after VisMPL 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

09 Mar 12:55
Compare
Choose a tag to compare

NURBS-Python v3.6.0

06 Mar 05:55
Compare
Choose a tag to compare

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

24 Feb 22:48
Compare
Choose a tag to compare
  • Minor improvements

NURBS-Python v3.5.2

23 Feb 17:33
Compare
Choose a tag to compare
  • Bug fixes and improvements

NURBS-Python v3.5.1

23 Feb 11:20
Compare
Choose a tag to compare
  • Performance improvements

NURBS-Python v3.5.0

23 Feb 03:04
Compare
Choose a tag to compare
  • 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

21 Feb 17:05
Compare
Choose a tag to compare
  • compatibility module enhancements

NURBS-Python v3.4.6

21 Feb 15:35
Compare
Choose a tag to compare
  • Removed super restrictive knot vector checks
  • Improvements in curve/surface evaluation functions

NURBS-Python v3.4.4

19 Feb 19:08
Compare
Choose a tag to compare
  • Performance improvements