Package Release Info

octave-forge-nurbs-1.4.2-bp154.1.34

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

octave-forge-nurbs

Change Logs

* Thu Mar 25 2021 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.4.2:
  * remove use of deprecated functionality in oct-files
- Summary of important user-visible changes for nurbs 1.4.1:
  * inst/nrbglue: added new function
  * inst/nrbinverse: add a way to recognize non-convergence
- Summary of important user-visible changes for nurbs 1.4.0:
  * inst/basiskntins: return the identity when there is no
    insertion
  * inst/nrbderiv: 3rd and 4th order derivatives
  * inst/nrbdeval: 3rd and 4th order derivatives
  * inst/nrbruled: extended to trivariates
  * inst/nrbmak: added the possibility to normalize the knot
    vector
  * inst/vecnormalize: renamed the old function vecnorm
- Summary of important user-visible changes for nurbs 1.3.14:
  * inst/nrbextract: possibility to extract a list of boundary
    sides
  * inst/nrbmultipatch: added tolerance as an optional argument
  * inst/nrbspheretiling: added new function
  * inst/nrbspheretile: added new function
- Switch to using _service to download directly from upstream
  mercurial repository since source tarballs are no longer
  released.
- Bump minimum required octave version to 5.1 in keeping with
  upstream.
* Wed Nov 27 2019 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Update to version 1.3.13:
  * inst/aveknt.m: added new function
  * inst/nrbclamp.: added new function
  * inst/nrbmodp.m: added new function
  * inst/nrbmodw.m: added new function
  * inst/nrbeval_der_p.m: added new function
  * inst/nrbeval_der_w.m: added new function
  * inst/nrbsquare.m: added new function
  * inst/bspinterpcrv.m: added new function
  * inst/bspinterpsurf.m: added new function
  * inst/nrbinverse.m: added new function
  * inst/nrbbasisfun.m: faster version for cell-arrays. Working
    version for volumes
  * inst/nrbbasisfunder.m: faster version for cell-arrays. Working
    version for volumes
  * inst/nrbnumbasisfun.m: faster version for cell-arrays. Working
    version for volumes. Now using 0-based indexing for cuves
    (different from basisfun).
- Update to version 1.3.12:
  * nrbmultipatch: check if two faces match more accurately
- Update to version 1.3.11:
  * nrbextract, nrbmultipatch: generalized for curves
  * inst/deg2rad, inst/rad2deg: removed functions from the package
Version: 1.3.10-bp150.1.3
* Wed Sep 09 2015 dmitry_r@opensuse.org
- Update to version 1.3.10
  * Compatibility with Octave 4.0
* Thu Feb 26 2015 dmitry_r@opensuse.org
- Split from octave-forge package, version 1.3.9
- Fix build with openmp
  * nurbs-openmp.patch