You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added open3d.core.Dtype.DtypeCode enum bindings.
* Changed TransformationEstimationPointToPoint.__repr__.
* Added __repr__ for Margins to provide nicer default values.
* Added TextureHandle binding.
* Improved __repr__ for SLACDebugOption and SLACOptimizerParams.
* Improved arguments with enum default values using py::arg_v.
* Fixed false tokens in GetArgumentTokens when docstring contains ",".
* Added type annotations to func signature output by ToGoogleDocString.
* Changed kdtree __repr__ methods to return proper constructor call.
* Fixed more __repr__ methods to return proper constructor calls.
* Replaced substr with resize to fix codacy issue.
* Define `capsule` as `Any` type to fix pybind11-stubgen error.
* Added `m` and `n` as TypeVars to fix stubgen when using Eigen::MatrixXd.
0 commit comments