home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: 1c198a191127c601d091213c4b3292a8bb3054e1

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
1c198a191127c601d091213c4b3292a8bb3054e1 Convert attribute and dimension names to strings when generating HTML repr (#5149) * Convert attribute keys to strings when generating HTML repr. The standard repr() already handled non-string attribute names, but the HTML formatter failed when trying to escape HTML entitites in non-string names. This just calls str() before escape(). It also includes tests for Dataset, DataArray and Variable. Related issue is #5146. * Convert dimension names to strings when generating HTML reprs. Not currently working for datasets as dimension sorting does not yet handle non-str keys. Co-authored-by: Keewis <keewis@posteo.de> 2021-05-04T03:38:52Z 2021-05-04T03:38:52Z c67e67f6d6f19d5cc9bcf98a82af5f6a678d899a cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 367900 19864447
Powered by Datasette · Queries took 1.842ms · About: xarray-datasette