home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: ff5c2ef7d264e46f2120599c2607ea4c3a8254de

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
ff5c2ef7d264e46f2120599c2607ea4c3a8254de Cache root netCDF4.Dataset objects instead of groups (#3082) * Cache root netCDF4.Dataset objects instead of groups NetCDF-C and HDF5 are not threads-safe, so it's likely that closing the file object associated with one group could invalidate other open groups from the same file. Now, we cache a single object corresponding to the root group for each file, and access sub-groups on the fly as needed. * Fixup acquire_with_cache_info * acquire_with_cache_info -> acquire_context * fixup * try/except -> pytest.raises 2019-07-10T16:01:37Z 2019-07-10T16:01:37Z f10b21bed2846b879806f87039b77245b18e7671 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 1217238 19864447
Powered by Datasette · Queries took 237.308ms · About: xarray-datasette