home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: e678ec982e6976f2d3c5eea74d15af1508b2f543

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
e678ec982e6976f2d3c5eea74d15af1508b2f543 Array formatting fixes for sparse and NEP-18 arrays. (#3211) * Array formatting fixes for sparse and NEP-18 arrays. I also did a bit of cleanup (e.g., renaming methods) in xarray.core.formatting. Sparse arrays were previously not shown in the Dataset repr: <xarray.Dataset> Dimensions: (x: 4) Coordinates: y (x) int64 ... Dimensions without coordinates: x Data variables: a (x) float64 ...""" Now they are: <xarray.Dataset> Dimensions: (x: 4) Coordinates: y (x) int64 <COO: shape=(4,), nnz=3, fill_value=0> Dimensions without coordinates: x Data variables: a (x) float64 <COO: shape=(4,), nnz=4, fill_value=0.0>""" * Let black worry about lines that are too long, not flake8 * Test fixes * typo * Fix comment on repr * black * remove all references to E501 * skip dataarray repr test for old numpy * add comment to asserts * ensure checks for dask arrays work with old dask * formatting tweaks * fix skip * Test for old dask * black fix 2019-08-16T19:12:27Z 2019-08-16T19:12:27Z f10b21bed2846b879806f87039b77245b18e7671 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 1217238 19864447
Powered by Datasette · Queries took 1.226ms · About: xarray-datasette