home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

15 rows where author = 2443309 and repo = 13221727 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

repo 1

  • xarray · 15 ✖

author 1

  • jhamman · 15 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
75d0f88a9e54f4cc07cf1b6ee788cf5db36ed6e7 Update installing.rst (#8622) 2024-01-19T00:12:07Z 2024-01-19T00:12:07Z Joe Hamman ac117bee8982637f3619849fadfc1d0f8ab33691 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
e723aeba1747ea356f6fbef17b1a5f75c6d0da24 Bump minimum numpy version (#8346) I believe this was missed in v2023.08.0 (Aug 18, 2023). 2023-10-19T22:16:22Z 2023-10-19T22:16:22Z Joe Hamman ac117bee8982637f3619849fadfc1d0f8ab33691 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
99f8446c9849e0eba561caeab397f578b8dbedc7 Attempt to reproduce #7079 in CI (#7488) * tempoarily remove iris from ci, trying to reproduce #7079 * add parallel=True test when using dask cluster * lint * add local scheduler test * pin netcdf version >= 1.6.1 * Update ci/requirements/environment-py311.yml * Update ci/requirements/environment.yml * Update ci/requirements/environment.yml --------- Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2023-09-19T23:52:20Z 2023-09-19T23:52:20Z Joe Hamman ac117bee8982637f3619849fadfc1d0f8ab33691 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
db12b0d1256fce6d983d8c11b58785a474c8d57b (chore) min versions bump (#8022) * chore: bump minimum versions in min-all-deps.yml * docs * bump bare minimum * chore: cleanup deprecations following minimum version bump * more cleanup --------- Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu> 2023-07-27T04:27:39Z 2023-07-27T04:27:39Z Joe Hamman ac117bee8982637f3619849fadfc1d0f8ab33691 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
964d350a80fe21d4babf939c108986d5fd90a2cf Fix link to xarray twitter page (#7836) 2023-05-11T23:00:34Z 2023-05-11T23:00:34Z Joe Hamman ac117bee8982637f3619849fadfc1d0f8ab33691 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
51554f2638bc9e4a527492136fe6f54584ffa75d test: Fix test_write_read_select_write for Zarr V3 (#7825) Previously, the first context manager in this test was closed before accessing the data. This resulted in key errors when trying to access the opened dataset. Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> 2023-05-10T02:43:22Z 2023-05-10T02:43:22Z Joe Hamman ac117bee8982637f3619849fadfc1d0f8ab33691 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
9a46c4c8f8ab439f393c148910d1658f8c0d8fe8 add to_zarr method to dataarray (#7693) * add to_zarr method to dataarray * fix typo in docs * update to_zarr docstrings and mypy ignores * update whatsnew 2023-04-03T15:53:35Z 2023-04-03T15:53:35Z Joe Hamman ac117bee8982637f3619849fadfc1d0f8ab33691 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
850156cf80fe8791d45bcaff2da579cffc0cfc35 add reset_encoding to dataset/dataarray/variable (#7689) * add reset_encoding to dataset/dataarray/variable * fix bad return type * update io docs --------- Co-authored-by: Justus Magin <keewis@users.noreply.github.com> 2023-03-30T21:09:15Z 2023-03-30T21:09:15Z Joe Hamman ac117bee8982637f3619849fadfc1d0f8ab33691 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
b36819b1ed4f74ba8e254f2baa790303ef350e4a Remove incomplete sentence in IO docs (#7631) closes https://github.com/pydata/xarray/issues/7624 2023-03-15T12:04:06Z 2023-03-15T12:04:06Z Joe Hamman ac117bee8982637f3619849fadfc1d0f8ab33691 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
8437a554f884df6b906b0a47a9324df14c399a75 Lint with ruff (#7458) * switch to ruff for linting * rollback changes to test_accessor_str.py * update ruff precommit version * target-version 3.8 * bump to min version of 3.9 * update ruff * update ignores * remove isort comment 2023-01-30T18:12:12Z 2023-01-30T18:12:12Z Joe Hamman ac117bee8982637f3619849fadfc1d0f8ab33691 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
dcb20e96a5a04aa22de468971069eafb547735f2 bump minimum versions, drop py38 (#7461) * bump minimum versions, drop py38 * bump mypy action * bump pyupgrade * update whats new * audit version checks * remove GenericAlias * fix a few broken tests * stop requiring warning for invalid netcdf * remove extra requires * bump pandas * cleanup one more pytest skip * Apply suggestions from code review Co-authored-by: Justus Magin <keewis@users.noreply.github.com> * Update requirements.txt Co-authored-by: Justus Magin <keewis@users.noreply.github.com> Co-authored-by: Justus Magin <keewis@users.noreply.github.com> 2023-01-26T16:57:09Z 2023-01-26T16:57:09Z Joe Hamman a607413a3305061d463591bf6ffbbae9599de4a8 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
b589f6b82968857dbfc9a4dfdb4c09dbcb5aeb44 pin scipy version in doc environment (#7436) 2023-01-13T17:37:59Z 2023-01-13T17:37:59Z Joe Hamman ac117bee8982637f3619849fadfc1d0f8ab33691 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
fb42ef96eb6eef99a654da3407cb0c76facaf66b deprecate pynio backend (#7301) * deprecate pynio backend * add whats new * use DeprecationWarning 2022-11-26T15:40:35Z 2022-11-26T15:40:35Z Joe Hamman ac117bee8982637f3619849fadfc1d0f8ab33691 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
63a69fe4b2fa7a4de8a1b65826f6af4869818166 bump min deps (#7300) * bump min deps * improve min_deps_check - better error summary - fix too-new-warning * bump netcdf version * remove outdated comment * update comments * update docs 2022-11-19T04:15:22Z 2022-11-19T04:15:22Z Joe Hamman ac117bee8982637f3619849fadfc1d0f8ab33691 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
d479009d79374dc4a56c9f4346b1af38f5ac182c [docs] update urls throughout documentation (#6262) * update urls throughout documentation * more url updates * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update doc/internals/how-to-add-new-backend.rst * Apply suggestions from code review Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu> 2022-02-10T19:44:51Z 2022-02-10T19:44:51Z Joe Hamman a607413a3305061d463591bf6ffbbae9599de4a8 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 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 2718.988ms · About: xarray-datasette