Skip to content

NURBS-Python v3.0.5

Compare
Choose a tag to compare
@orbingol orbingol released this 14 Jan 04:30
· 2156 commits to 5.x since this release
  • Bug fixes in Surface classes
  • Added tests
  • AppVeyor and Travis-CI integration
  • Documentation updates
  • Style updates and code reformatting after pylint

You can install the latest version via pip install NURBS-Python

How-to run the tests

Tests included with NURBS-Python can be run by executing pytest from the command prompt or using your favorite IDE. To install the required packages for testing, please use pip install pytest.