larray-project / larray

N-dimensional labelled arrays in Python
https://larray.readthedocs.io/
GNU General Public License v3.0
8 stars 6 forks source link

investigate string type usage (np.str -> str change) #919

Open gdementen opened 3 years ago

gdementen commented 3 years ago

In recent numpy np.str was deprecated in favor of using "str" directly. But where I used np.str, I thought I was using numpy native string type, so I have to investigate if using Python str type is actually what we need.

See https://github.com/larray-project/larray/pull/917/commits/f6ce826001c5f3427a340c9564ac417244e49492