home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: fde773e8d5ba0cc3f0b080660c098c991645f833

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
fde773e8d5ba0cc3f0b080660c098c991645f833 Introduce Grouper objects internally (#7561) * Introduce Grouper objects. * Remove a copy after stacking for a groupby. Upstream bug https://github.com/pydata/pandas/issues/12813 is fixed * Fix typing * [WIP] typing * Cleanup * [WIP] * group as Variable? * Revert "group as Variable?" This reverts commit 2a36e21a031b9e061b932682758551956f3f06d2. * Small cleanup * De-duplicate alignment check * Fix resampling * Bugfix * Partial reverts commit 22ad7fa7607cb83832935533a55df1f73c65811d. * fix tests * small cleanup * more cleanup * Apply suggestions from code review * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add ResolvedGrouper class * GroupBy only handles ResolvedGrouper objects. Much cleaner! * review feedback * minimize diff * dataclass * moar dataclass Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> * Add typing * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Ignore type checking error. * Update groupby.py * Move factorize to _factorize * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update groupby.py * Update xarray/core/groupby.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Calculate group_indices only when necessary * Revert "Calculate group_indices only when necessary" This reverts commit 917c77efb05bacffcf901e61eabb9defc9a429d7. * Fix regression from deep copy --------- Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2023-05-04T02:35:57Z 2023-05-04T02:35:57Z 0c7e9e762dbfd6554e60c953bf27493047d95109 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 2448579 19864447
Powered by Datasette · Queries took 0.86ms · About: xarray-datasette