Benjamin Perret

Results 15 issues of Benjamin Perret

Hi, currently xtensor python brings seamless integration of `xarray` and `xtensor` types with numpy. However `xtensor_fixed` type is not supported. Hence the following definitions work (with `m` an instance of...

Feature Request

Currently `pyarray` and `pytensor` constructors can throw exceptions when constructed from a `pyobject` (in case of bad layout or incorrect dimension for `pytensor`). This can stop pybind11 overload resolution mechanism,...

Migrate from pybing11 to nanobind https://github.com/wjakob/nanobind ? Note depends on xtensor-python migration https://github.com/xtensor-stack/xtensor/issues/2366

The function graph_4_adjacency_2_khalimsky always allocate a new graph which might be inefficient for certain use case where the graph could be reused https://github.com/higra/Higra/blob/3e0d566becadc86d9244ed2e67ffc35a041ba0ec/higra/image/graph_image.py#L30-L44

enhancement

It could be interesting to add an interface for drawing trees with [ETE Toolkit](http://etetoolkit.org/docs/latest/index.html) especially for documentation purpose

feature request

It is not currently possible to account for region adjacency graphs in attribute_volume.

feature request

Expose clustering algorithms in an sklearn compatible class. A priori it should extend [`BaseEstimator`](https://scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html) and [ClusterMixin](https://scikit-learn.org/stable/modules/generated/sklearn.base.ClusterMixin.html)

feature request

The parameter ``deleted_nodes`` of ``reconstruct_leaf_data`` is modified if ``tree.category() == hg.TreeCategory.ComponentTree``. A copy of the parameter should be made to avoid this unexpected behavior.

## Expected Behavior Mouse scroll wheel function should accept float distance values on Windows. It seems that a simple cast into int on this line https://github.com/pywinauto/pywinauto/blob/bf7f789d01b7c66ccd0c213db0a029da7e588c9e/pywinauto/windows/mouse.py#L321C37-L321C38 would solve the issue....

enhancement
Priority-Low

Probably need to cross compile with CiBuildWheel

feature request