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
Bring pyarray and pytensor up to date with xtensor 0.20.0
In xtensor-stack/xtensor@bfa8879 , 3 type aliases introduced to xcontainer_inner_types specialization:
* using reference = typename storage_type::reference;
* using const_reference = typename storage_type::const_reference;
* using size_type = typename storage_type::size_type;
They should be added to xtensor-python to keep it working for xtensor 0.20.0.
0 commit comments