Releases: orbingol/NURBS-Python
NURBS-Python (geomdl) v4.3.7
NURBS-Python (geomdl) v4.3.7 has been released on November 7th, 2018 with the following updates:
- Added
bbox
property toMulti
-type classes - Documentation updates
Please see the documentation for installation and upgrade information.
NURBS-Python v3.9.0
Starting from v3.9.0, pip install NURBS-Python
will install the latest version of geomdl package.
NURBS-Python (geomdl) v4.3.6
NURBS-Python (geomdl) v4.3.6 has been released on November 4th, 2018 with the following updates:
- Added
evalpts
property toMulti
type of classes - Updated conda-build recipe
Please see the documentation for installation and upgrade information.
NURBS-Python (geomdl) v4.3.5
NURBS-Python (geomdl) v4.3.5 has been released on November 3rd, 2018 with the following updates:
- Updated
delta
andsample_size
properties ofMultiCurve
andMultiSurface
classes. They are now compatible withCurve
andSurface
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
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
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
NURBS-Python v4.3.2 has been released on October 19th, 2018 with the following updates:
- Hodograph curve and surface computation:
operations.derivative_curve()
andoperations.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
andevalpts
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
- 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
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
andevaluate_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
- 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
andMulti.MultiSurface
constructors to allow easy addition of the shapes to the container object