xtensor-stack / xtensor-python

Python bindings for xtensor
BSD 3-Clause "New" or "Revised" License
347 stars 58 forks source link

Nicer names when printing function arguments #150

Closed wolfv closed 6 years ago

wolfv commented 6 years ago

This changes the name generation function for pyarrays so that we use the numpy name printing facility from pybind11 which prints names such as int32 / int64 / float32 etc.

wolfv commented 6 years ago

cc #141

SylvainCorlay commented 6 years ago

Sorry for coming across this so late. This looks good to me. Merging!