Skip to content

Releases: orbingol/NURBS-Python

NURBS-Python (geomdl) v4.3.7

07 Nov 21:37
Compare
Choose a tag to compare

NURBS-Python (geomdl) v4.3.7 has been released on November 7th, 2018 with the following updates:

  • Added bbox property to Multi-type classes
  • Documentation updates

Please see the documentation for installation and upgrade information.

NURBS-Python v3.9.0

07 Nov 04:26
Compare
Choose a tag to compare

Starting from v3.9.0, pip install NURBS-Python will install the latest version of geomdl package.

NURBS-Python (geomdl) v4.3.6

04 Nov 20:40
Compare
Choose a tag to compare

NURBS-Python (geomdl) v4.3.6 has been released on November 4th, 2018 with the following updates:

  • Added evalpts property to Multi type of classes
  • Updated conda-build recipe

Please see the documentation for installation and upgrade information.

NURBS-Python (geomdl) v4.3.5

04 Nov 02:27
Compare
Choose a tag to compare

NURBS-Python (geomdl) v4.3.5 has been released on November 3rd, 2018 with the following updates:

  • Updated delta and sample_size properties of MultiCurve and MultiSurface classes. They are now compatible with Curve and Surface classes.
  • Added exchange.export_yaml function (experimental, designed to be used with geomdl_cli)
  • Updated conda-build recipe
  • Minor bug fixes
  • Documentation updates

Please see the documentation for installation and upgrade information.

NURBS-Python (geomdl) v4.3.4

02 Nov 04:55
Compare
Choose a tag to compare

NURBS-Python v4.3.4 has been released on November 1st, 2018 with the following updates:

  • Updated operations.translate() function to make it compatible with multi curves and surfaces
  • Added conda-build recipe

Please see the documentation for installation and upgrade information.

NURBS-Python (geomdl) v4.3.3

01 Nov 03:58
Compare
Choose a tag to compare

NURBS-Python v4.3.3 has been released on October 31st, 2018 with the following updates:

  • Fixed a typo in evaluated points definition of VisMPL.VisSurfWireframe() class
  • Documentation updates

Please see the documentation for installation and upgrade information.

NURBS-Python (geomdl) v4.3.2

19 Oct 21:31
Compare
Choose a tag to compare

NURBS-Python v4.3.2 has been released on October 19th, 2018 with the following updates:

  • Hodograph curve and surface computation: operations.derivative_curve() and operations.derivative_surface()
  • LU-Factorization and Forward-Backward Substitution functions in utilities module
  • Documentation update for compiling the package with Cython
  • Ray module
  • Added axes_equal and evalpts keyword arguments to visualization config class
  • Added set_plot_type method to surface visualization classes
  • Documentation updates
  • Minor code improvements

Please see the documentation for installation and upgrade information.

NURBS-Python (geomdl) v4.3.1

06 Oct 04:17
Compare
Choose a tag to compare
  • Fixed a bug causing Plotly surface visualization module to show extra lines on the plots
  • Added exchange.export_smesh() function
  • Minor bug fixes and documentation updates

NURBS-Python (geomdl) v4.3.0

01 Oct 05:52
Compare
Choose a tag to compare

NURBS-Python v4.3.0 has been released on October 1st, 2018 with the following updates:

  • Added Tessellate class for customization of the surface tessellation algorithms
  • Basic trimmed surface support (still work in progress)
  • Updated elements module
  • Visualization module improvements and added support for displaying trim curves for surfaces
  • Added evaluate_single and evaluate_list methods
  • Updated default evaluation delta to 0.01
  • Minor bug fixes, algorithm and performance improvements

Please see the documentation for installation and upgrade information.

NURBS-Python (geomdl) v4.2.2

12 Sep 02:07
Compare
Choose a tag to compare
  • Fixed a bug causing incorrect alignment of control points that generate the hills in the surface generator module
  • Surface generator now generates more smooth hills
  • Added an option to change the label on the visualization legend by setting the name property
  • Updated Multi.MultiCurve and Multi.MultiSurface constructors to allow easy addition of the shapes to the container object