geopandas / pyogrio

Vectorized vector I/O using OGR
https://pyogrio.readthedocs.io
MIT License
258 stars 22 forks source link

COMPAT: remove deprecated np.unicode_ and np.string_ #383

Closed martinfleis closed 2 months ago

martinfleis commented 3 months ago

Closes #379

GeoPandas CI, where we now test with pyogrio main and numpy nightly (after #381 allowed that), caught usage of deprecated np.unicode_. Replacing with np.str_ as suggested by numpy.

~Shall I make an effort to add a CI env with nightly numpy?~ edit: I did

jorisvandenbossche commented 2 months ago

Thanks!