home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 1c5e1cd022a0ff91275c50a50d1c6f88a7abff7d

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
1c5e1cd022a0ff91275c50a50d1c6f88a7abff7d Coarsen keep attrs 3376 (#3801) * Add test of DataWithCoords.coarsen() for #3376 * Add test of Variable.coarsen() for #3376 * Add keep_attrs kwarg to DataWithCoords.coarsen() for #3376 * Style and spelling fixes (#3376) * Fix test_coarsen_keep_attrs by removing self from input * Pass keep_attrs through to _coarsen_cls and _rolling_cls returns (#3376) * Move keyword from coarsen to mean in test_coarsen_keep_attrs * Start handling keep_attrs in rolling class constructors (#3376) * Update Coarsen constructor and DatasetCoarsen class method (GH3376) Assign keep_attrs keyword value to Coarsen objects in constructor Add conditional inside _reduce_method.wrapped_func branching on self.keep_attrs and pass back to returned Dataset * Incorporate code review from @max-sixty * Fix Dataset.coarsen and Variable.coarsen for GH3376 Handle global keep_attrs setting inside Variable._coarsen_reshape Pass attrs through consistently inside DatasetCoarsen._reduce_method Don't pass Variable.coarsen a keyword argument it doesn't expect inside DataArrayCoarsen._reduce_method * Update tests for GH3376 * Incorporate review changes to test_dataset for GH3376 Remove commented-out test from test_coarsen_keep_attrs Add test_rolling_keep_attrs * Change Rolling._dataset_implementation for GH3376 Return a Dataset object that results in test_rolling_keep_attrs Passing * style fixes * Remove duplicate variable assignment and document change (GH3776) 2020-03-02T23:02:55Z 2020-03-02T23:02:55Z 30b47de45be164f8d2c960de2d48f4f04e642073 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 29958771 19864447
Powered by Datasette · Queries took 112.013ms · About: xarray-datasette