home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: 06244df57cd910af4e85506fe067291888035155

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
06244df57cd910af4e85506fe067291888035155 ENH: switch Dataset and DataArray to use explicit indexes (#2639) * ENH: switch Dataset and DataArray to use explicit indexes This change switches Dataset.indexes and DataArray.indexes to be backed by explicit dictionaries of indexes, instead of being implicitly defined by the set of coordinates with names matching dimensions. There are no changes to the public interface yet: these will come later. For now, indexes are recreated from coordinates every time a new DataArray or Dataset is created. In follow-up PRs, I will refactor indexes to be propagated explicitly in xarray operations. This will facilitate future API changes, when indexes will no longer only be associated with dimensions. * Add xarray.core.indexes * Fixes per review 2019-01-04T17:15:33Z 2019-01-04T17:15:33Z f10b21bed2846b879806f87039b77245b18e7671 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 1217238 19864447
Powered by Datasette · Queries took 0.769ms · About: xarray-datasette