home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: 6c5840e1198707cdcf7dc459f27ea9510eb76388

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
6c5840e1198707cdcf7dc459f27ea9510eb76388 Improve performance for backend datetime handling (#7374) * Add typing to conventions.py use fastpath on recreated variables * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add fastpath * Add fastpath * add typing * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update times.py * Think mypy found an error here. * Update variables.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update times.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Tuple for mypy38 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Variable is already input to this function Function is about 18% faster without this check. * Don't import DataArray until necessary. Reduces time from 450ms -> 290ms from my open_dataset testing. * Update conventions.py * Only create a Variable if a change has been made. * Don't recreate a unmodified variable * Add ASV test * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update dataset_io.py * Update dataset_io.py * Update dataset_io.py * return early instead of new variables * Update conventions.py * Update conventions.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2023-01-13T14:50:52Z 2023-01-13T14:50:52Z c5362e87613121ea0418cdbe594f0d6e78f076ad cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 14371165 19864447
Powered by Datasette · Queries took 162.011ms · About: xarray-datasette