home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: 6b1ff6d13bf360df786500dfa7d62556d23e6df9

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
6b1ff6d13bf360df786500dfa7d62556d23e6df9 join together duplicate entries in the text `repr` (#7225) * group the variable names of common indexes * implement option 1: separate with just newlines * implement option 2: list-like presentation of the indexes * implement option 3: light box components in front of the coord names * implement option 4: light box components after the coord names * fix the repr of `Indexes` * only add combine markers for xarray indexes * select option 3 Support for the box components should be common enough that we can use it (and the worst that can happen is that those characters are displayed with a replacement glyph – usually a diamond with a question mark) * improve typing Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> * whats-new.rst * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * simplify the visual hint construction * improve the existing index repr test * check that the hints are constructed correctly * convert the names to tuples * revert the typing of `index` * more conversion to tuple * type hint the instance variable * whats-new entry * don't type-check the monkeypatching * adjust the typing, again * use a subclass instead of monkeypatching and type-ignores --------- Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2023-07-20T21:13:56Z 2023-07-20T21:13:56Z f48b8f0d94dbaa4588e3a965a600d38e311eab17 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 14808389 19864447
Powered by Datasette · Queries took 0.792ms · About: xarray-datasette