samuelduchesne / pyumi

open and edit UMI projects with Python
4 stars 4 forks source link

Bump rhino3dm from 0.14.0 to 7.6.0 #75

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps rhino3dm from 0.14.0 to 7.6.0.

Changelog

Sourced from rhino3dm's changelog.

[7.6.0] - 2021-05-28

Added

  • (js, py) AnnotationBase.RichText and PlainText properties
  • (js, py) Arc.AngleDomain, StartAngle, EndAngle, StartAngleRadians, EndAngleRadians properties
  • (js, py) Arc.ClosestParameter function
  • (js, py) BezierCurve.ToNurbsCurve and Split function
  • (js, py) Surface.SetDomain, GetSpanVector, IsoCurve, GetSurfaceParameterFromNurbsFormParameter, and GetNurbsFormParameterFromSurfaceParameter functions
  • (js, py) Curve.TangentAtStart and TangentAtEnd properties
  • (js, py) Curve.FrameAt, GetCurveParameterFromNurbsFormParameter, and GetNurbsFormParameterFromCurveParameter functions

Changed

  • Adjusted version number of library to be based on the underlying Rhino version that source is based on
  • Use pybind11 2.6.1 for python compile

[0.16.1] - 2021-05-25

Fixed

  • (js) Bumped version to 0.16.1 to fix missing file in npm distribution (javascript only)

[0.16.0] - 2021-05-24

Added

  • (js, py) EarthAnchorPoint class
  • (js, py) Surface.FrameAt function from @​fraguada
  • (js, py) InstanceDefinition.SourceArchive and InstanceDefinition.UpdateType properties from @​s3ththompson
  • (js, py) MeshTextureCoordinateList.Add function from @​GeertArien
  • (.NET) Updated all .NET classes/functions to match what has been added up to Rhino 7.6
  • (js, py) Surface.Domain function from @​fraguada
  • (js, py) File3dmLayerTable.AddLayer function
  • (js, py) CommonObject.IsValid property

Fixed

  • (py) docgen generates a better typehint file for python to improve autocomplete in IDEs
  • (js) Got web assembly compilation to work on Windows from @​kovacsv
  • (js) Fixed File3dm.ToByteArray memory corruption from @​kovacsv
  • (js, py) Get correct vertex colors from Draco compressed mesh from @​pearswj
  • (.NET) Win32 native dlls included in nuget package

Changed

  • Based on public opennurbs from Rhino 7.6
  • docgen now based on .NET 5 from @​pearswj
  • Use emscripten 2.0.10 for web assembly compile from @​pearswj
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)