home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where author = 20629530 and raw_author = "1d034fe7dd29aa4ee8f495244b86d415186e3785" sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: author_date (date), committer_date (date)

repo 1

  • xarray 3

author 1

  • aulemahal · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
239309f881ba0d7e02280147bc443e6e286e6a63 Convert 360_day calendars by choosing random dates to drop or add (#8603) * Convert 360 calendar randomly * add note to whats new * add pull number to whats new entry * run pre-commit * Change test to use recommended freq * Apply suggestions from code review Co-authored-by: Spencer Clark <spencerkclark@gmail.com> * Fix merge - remove rng arg --------- Co-authored-by: Spencer Clark <spencerkclark@gmail.com> 2024-04-16T14:53:41Z 2024-04-16T14:53:41Z Pascal Bourgault 1d034fe7dd29aa4ee8f495244b86d415186e3785 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 aulemahal 20629530 web-flow 19864447
b14e2d8400da5c036f1ebb5486939f7f587b9f27 Calendar utilities (#5233) * dt.calendar and date_range * Migrate calendar utils from xclim | add dt.calendar * upd whats new * skip calendar tests with no cftime * add requires cftime 1.1.0 * import date_ranges in main * Apply suggestions from code review Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> * Add docs - use already existing is np datetime func * update from suggestions * Apply suggestions from code review Co-authored-by: Spencer Clark <spencerkclark@gmail.com> * Modifications following review * Add DataArray and Dataset methods * use proper type annotation * Apply suggestions from code review Co-authored-by: Spencer Clark <spencerkclark@gmail.com> * some more modifications after review * Apply suggestions from code review The code will break with this commit. Variable renaming to be done throughout all functions. Co-authored-by: Spencer Clark <spencerkclark@gmail.com> * Finish applying suggestions from review * Put back missing @require_cftime * Apply suggestions from code review Co-authored-by: Spencer Clark <spencerkclark@gmail.com> * Add tests - few fixes * wrap docstrings * Change way of importing/testing for cftime * Upd the weather-climate doc page * fix doc examples * Neat docs * fix in tests after review * Apply suggestions from code review Co-authored-by: Spencer Clark <spencerkclark@gmail.com> * Better explain missing in notes - copy changes to obj methods * Apply suggestions from code review Co-authored-by: Spencer Clark <spencerkclark@gmail.com> * Remove unused import Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> Co-authored-by: Spencer Clark <spencerkclark@gmail.com> Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> 2021-12-30T22:54:10Z 2021-12-30T22:54:10Z Pascal Bourgault 1d034fe7dd29aa4ee8f495244b86d415186e3785 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 aulemahal 20629530 web-flow 19864447
ec215daecec642db94102dc24156448f8440f52d Implementation of polyfit and polyval (#3733) * [WIP] Implementation of polyfit and polyval - minimum testing - no docs * Formatting with black, flake8 * Fix failing test * More intelligent skipna switching * Add docs | Change coeff order to fit numpy | move polyval * Move doc patching to class * conditional doc patching * Fix windows fail - more efficient nan skipping * Fix typo in least_squares * Move polyfit to dataset * Add more tests | fix some edge cases * Skip test without dask * Fix 1D case | add docs * skip polyval test without dask * Explicit docs | More restrictive polyval * Small typo in polyfit docstrings * Apply suggestions from code review Co-Authored-By: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> * Polyfit : fix style in docstring | add see also section * Clean up docstrings and documentation. * Move whats new entry to 0.16 | fix PEP8 issue in test_dataarray Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> 2020-03-25T17:17:44Z 2020-03-25T17:17:44Z Pascal Bourgault 1d034fe7dd29aa4ee8f495244b86d415186e3785 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 aulemahal 20629530 web-flow 19864447

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [commits] (
   [sha] TEXT PRIMARY KEY,
   [message] TEXT,
   [author_date] TEXT,
   [committer_date] TEXT,
   [raw_author] TEXT REFERENCES [raw_authors]([id]),
   [raw_committer] TEXT REFERENCES [raw_authors]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [author] INTEGER REFERENCES [users]([id]),
   [committer] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_commits_committer]
    ON [commits] ([committer]);
CREATE INDEX [idx_commits_author]
    ON [commits] ([author]);
CREATE INDEX [idx_commits_repo]
    ON [commits] ([repo]);
CREATE INDEX [idx_commits_raw_committer]
    ON [commits] ([raw_committer]);
CREATE INDEX [idx_commits_raw_author]
    ON [commits] ([raw_author]);
Powered by Datasette · Queries took 14.193ms · About: xarray-datasette