mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-06-04 22:58:41 +02:00
133cedf755
- After upgrading to pybind11 3, duplicate registration of cluster-related types across `_aare` and `_aare_cuda` started failing. - Mark the `Cluster` and `ClusterVector` bindings as `py::module_local()` so each extension owns its local registration. Note: cluster objects from CPU and CUDA bindings are now distinct Python types.