Skip to content

Releases: orbingol/NURBS-Python

geomdl v5.3.1

23 Jan 06:45
Compare
Choose a tag to compare

geomdl v5.2.10

08 Jul 00:21
Compare
Choose a tag to compare
  • 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

10 Sep 22:47
Compare
Choose a tag to compare
  • Fixed issues #59, #61 and #62
  • evaluators API and documentation updates
  • Documentation updates
  • Docker configuration updates: latest tag points to Python v3.6

geomdl v5.2.8

11 Jul 02:45
Compare
Choose a tag to compare
  • Update control_points module
  • Fix a bug in operations.refine_knotvector failing to work with Bezier-type geometries
  • Fix a bug in normal vector evaluation for curves (as discussed in #49 and #50)
  • Minor improvements and documentation updates

geomdl v5.2.7

27 May 01:09
Compare
Choose a tag to compare
  • Added operations.flip
  • Bug fixes and improvements
  • Documentation updates

geomdl v5.2.6

22 May 01:26
Compare
Choose a tag to compare
  • Fixed imports in control_points module

geomdl v5.2.5

22 May 01:25
Compare
Choose a tag to compare
  • Improved linalg module
  • Added control_points module for managing control points
  • Bug fixes and improvements
  • Documentation updates

geomdl v5.2.4

22 Apr 04:46
Compare
Choose a tag to compare
  • Reduced set control points restrictions for surfaces. Surface.set_ctrlpts now accepts 2-dimensional control points.
  • Deprecated save and load methods defined in BSpline module in favor of import_json and export_json
  • Generalized operations.add_dimension API call to work with all SplineGeometry subclasses
  • Documentation updates

geomdl v5.2.3

19 Apr 20:20
Compare
Choose a tag to compare
  • Fix incorrect dict export of trims in trimmed surfaces
  • Add analytic trim curve support to trimmed surface dict export
  • Change VolumeContainer base class from SurfaceContainer to AbstractContainer and add missing methods
  • Documentation updates
  • Minor bug fixes and improvements

geomdl v5.2.2

17 Apr 07:08
Compare
Choose a tag to compare
  • Convert "sense" to "reversed" for better understanding of trim curve orientation (API change for surface trimming)
  • Update curve degree elevation and reduction algorithms and operations API (no API change)
  • Fix trim curve exporting in exchange.export_json
  • Deprecate exchange.export_3dm and exchange.import_3dm in favor of rw3dm v2.0
  • Documentation updates