home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 1fedfd86604f87538d1953b01d6990c2c89fcbf3

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
1fedfd86604f87538d1953b01d6990c2c89fcbf3 Refactor update coordinates to better handle multi-coordinate indexes (#8094) * generic warning implicitly wrap a pd.MultiIndex * refactor update_coords (assign) Fix more cases with multi-coordinate indexes: - do not try to align existing indexed coordinates with the new coordinates that will fully replace them - raise early if the new coordinates would corrupt the existing indexed coordinates - isolate PandasMultiIndex special cases so that it will be easier to drop support for it later (and warn now about deprecation) * fix alignment of updated coordinates when DataArray objects are passed as new coordinate objects * refactor Dataset.assign Need to update (replace) coordinates and data variables separately to ensure it goes through all (indexed) coordinate update checks. * fix and update tests * nit * fix mypy? * update what's new * fix import error * fix performance regression * nit * use warning util func and improve messages 2023-08-29T14:23:28Z 2023-08-29T14:23:28Z 7c39fdcf60cc53af273aaf57e5babfd7c2fcd3db cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 4160723 19864447
Powered by Datasette · Queries took 161.599ms · About: xarray-datasette