home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: c185df55d9ccfdb62915c362a09bd724a73de2d4

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
c185df55d9ccfdb62915c362a09bd724a73de2d4 Restructured Backends to make CF convention application more consistent. Amongst other things this includes: - EncodedDataStores which can wrap other stores and allow for modular encoding/decoding. - Trivial indices ds['x'] = ('x', np.arange(10)) are no longer stored on disk and are only created when accessed. - AbstractDataStore API change. Shouldn't effect external users. - missing_value attributes now function like _FillValue All current tests are passing (though it could use more new ones). Post rebase notes (shoyer, Oct 2, 2014): Most tests are passing, though a couple are broken: - test_roundtrip_mask_and_scale (because this change needs a fix to not break the current API) - test_roundtrip_strings_with_fill_value on TestCFEncodedDataStore (I don't entirely understand why, let's come back to it later) 2014-06-24T12:57:41Z 2014-10-02T18:03:42Z 19c7db1be12ca4777bbc517e9d2dadbf811dc213 7ac163783245dbec82e06aac57b56992d3cf2b72 13221727   1217238
Powered by Datasette · Queries took 0.83ms · About: xarray-datasette