home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 2951ce0215f14a8a79ecd0b5fc73a02a34b9b86b

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
2951ce0215f14a8a79ecd0b5fc73a02a34b9b86b fix miscellaneous `numpy=2.0` errors (#8117) * replace `np.unicode_` with `np.str_` * replace `np.NaN` with `np.nan` * replace more instances of `np.unicode_` note that with more modern versions of `numpy` the `.astype(np.str_)` don't actually change the dtype, so maybe we can remove those. * more instances of renamed / removed dtypes * more dtype replacements * use `str.encode(encoding)` instead of `bytes(str, encoding)` * explicitly import `RankWarning` * left-over `np.RankWarning` * use `float` instead of the removed `np.float_` * ignore missing stubs for `numpy.exceptions` --------- Co-authored-by: Kai Mühlbauer <kmuehlbauer@wradlib.org> Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2023-09-11T03:55:51Z 2023-09-11T03:55:51Z f48b8f0d94dbaa4588e3a965a600d38e311eab17 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 14808389 19864447
Powered by Datasette · Queries took 81.927ms · About: xarray-datasette