home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

28 rows where raw_author = "35fc880d36ffaae3dc85d643a29d4421ae62cc8e" 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 28

author 1

  • headtr1ck 28
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
b018442c8dfa3e71ec35e294de69e2011949afec Add Ellipsis typehints (#7017) * use ellipsis in dot * add ellipsis to more funcs 2022-09-11T13:40:06Z 2022-09-11T13:40:06Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
abe1e613a96b000ae603c53d135828df532b952e Even less warnings in tests (#6994) * remove warnings and type DataArray reduction tests * remove some warnings in tests 2022-09-09T05:48:19Z 2022-09-09T05:48:19Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
5bec4662a7dd4330eca6412c477ca3f238323ed2 Improve quantile method docstring + error (#6939) * add comment to setup.cfg that numpy >= 1.22 is recommended * improve docstring and error message for quantile with numpy <1.22 * improve error msg * Add forgotten f string prefix Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> 2022-09-05T22:40:07Z 2022-09-05T22:40:07Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
18454c218002e48e1643ce8e25654262e5f592ad Remove some warnings in tests (#6986) * catch all nan warning * filter more warnings * fix deprecated ravel returning ndarray * more deprecation warnings removed 2022-09-05T10:52:45Z 2022-09-05T10:52:45Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
ba83f650ac500d44113c4eb91c63cdcf9fc71ab9 Fix bug where indexes were changed inplace (#6938) 2022-08-22T10:39:53Z 2022-08-22T10:39:53Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
e07da06da34dba7f5529edfa6cc1b31cd1695779 Fix numpy 1.20 incompatibility (#6821) * use custom _SupportsDType definition * update whats-new * Test CI with numpy 1.20 * Update ci/requirements/environment.yml Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> 2022-07-30T21:11:08Z 2022-07-30T21:11:08Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
392a61484e80e6ccfd5774b68be51578077d4292 Update DataArray.rename + docu (#6665) * update dataarray rename incl docu * update whats-new * add support for changing name and dims/coords at the same time * fix runtime typing issue * Revert "add support for changing name and dims/coords at the same time" This reverts commit 31d852137916b72e3c1965a0d9c7fbfe3bfd2831. * enable rename to None again * fix a typing problem 2022-07-18T14:48:01Z 2022-07-18T14:48:01Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
f28d7f821eeaccd37d35af8d5d04642d4ddd4756 Fix `DataArrayRolling.__iter__` with `center=True` (#6744) * new test_rolling module * fix rolling iter with center=True * add fix to whats-new * fix DatasetRolling test names * small code simplification 2022-07-14T17:41:00Z 2022-07-14T17:41:00Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
7cc6cc991e586a6158bb656b8001234ccda25407 Move Rolling tests to their own testing module (#6777) 2022-07-12T18:46:31Z 2022-07-12T18:46:31Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
777ce76b80e2aba6e8dde6229d9cde3604907c61 Add import change to whats-new (#6750) 2022-07-06T03:06:31Z 2022-07-06T03:06:31Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
b5207aa0bf2f3297d7c34d6daf29c9ea9dcefdde Typing of GroupBy & Co. (#6702) Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2022-06-29T20:06:04Z 2022-06-29T20:06:04Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
5fcb6f508f5ea2382279d9b369000511997304b9 Expanduser (~) for open_dataset with dask (#6710) 2022-06-25T23:44:56Z 2022-06-25T23:44:56Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
abad670098a48ab8f876117c6b2cf3db8aff05dc Add `Dataset.dtypes` property (#6706) * add Dataset.dtypes property * add Dataset.dtypes to whats-new * add Dataset.dtypes to api * fix typo * fix mypy issue * dtypes property for DataArrayCoordinates, DataVariables and DatasetCoordinates * update whats new 2022-06-22T16:01:44Z 2022-06-22T16:01:44Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
3a320724100ab05531d8d18ca8cb279a8e4f5c7f Fix Dataset.where with drop=True and mixed dims (#6690) * support for where with drop=True and mixed dims * add PR and issue nbr to test * add changes to whats-new 2022-06-12T22:06:51Z 2022-06-12T22:06:51Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
a2edbe4bfcba5509f8a3119322dc7794defdbc8c Typing of Dataset (#6661) 2022-06-04T04:26:03Z 2022-06-04T04:26:03Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
4c92d52fffc17ecee067215dce27f554904c9bec CFTime support for polyval (#6624) Co-authored-by: dcherian <deepak@cherian.net> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2022-05-31T17:16:03Z 2022-05-31T17:16:03Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
0479b2d50ace39b02cf58a7131d91b64ad484e90 Typing support for custom backends (#6651) * add str to allowed engine types * Update xarray/backends/api.py * Update xarray/backends/api.py * Update xarray/backends/api.py Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> 2022-05-28T10:29:15Z 2022-05-28T10:29:15Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
3f587b43660ab52a1ef4cd5828e57478ceb9f34a Improved DataArray typing (#6637) * add .env to gitignore * improved typing for dataarray * even more typing * even further typing * finish typing dataArray * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix some cast type not imported problems * fix another cast import bug * fix some error message regexes * fix import and typo * fix wrong case in intp_dimorder test * type all test_dataarray tests * fix typing in test_dataarray Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2022-05-27T16:03:10Z 2022-05-27T16:03:10Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
ab5b16288b23108bfedaf8229e5fde18691a5826 Typing of `str` and `dt` accessors (#6641) * initial try to type accessors * fix typo * fix some import and typing issues 2022-05-26T20:12:23Z 2022-05-26T20:12:23Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
3b242a184072db9928ede7b72c07f047cd67d23b fix {full,zeros,ones}_like overloads (#6630) 2022-05-24T04:41:22Z 2022-05-24T04:41:22Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
4da7fdbd85bb82e338ad65a532dd7a9707e18ce0 Mypy badge (#6626) * update badges in README * update twitter alt txt 2022-05-21T22:59:52Z 2022-05-21T22:59:52Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
6b1d97ae16e4abaf4e29de2c19faca4239d0ab01 Typing for open_dataset/array/mfdataset and to_netcdf/zarr (#6612) * type filename and chunks * type open_dataset, open_dataarray, open_mfdataset * type to_netcdf * add return doc to Dataset.to_netcdf * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix import error * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * replace tuple[x] by Tuple[x] for py3.8 * fix some merge errors * add overloads to to_zarr * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix absolute import * CamelCase type vars * move some literal type to core.types * add JoinOptions to core.types * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add some blank lines under bullet lists in docs * add comments to overloads * some more typing * fix absolute import * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Delete mypy.py whops, accidential upload * fix typo * fix absolute import * fix some absolute imports * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * replace Dict by dict * fix DataArray import * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix _dataset_concat arg name * fix DataArray not imported * remove xr import in Dataset * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * some more typing * replace some Sequence by Iterable * fix wrong default in docstring * fix docstring indentation * fix overloads and type some tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix open_mfdataset typing * mi… 2022-05-17T19:32:00Z 2022-05-17T19:32:00Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
e712270f9dd4df811517f9e44e9465255aa18709 {full,zeros,ones}_like typing (#6611) * type {full,zeros,ones}_like * fix modern numpy * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * python3.8 support * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix typo * apply patch from max-sixty * add link to numpy.typing.DTypeLike Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2022-05-16T17:42:24Z 2022-05-16T17:42:24Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
c34ef8a60227720724e90aa11a6266c0026a812a change polyval dim ordering (#6601) 2022-05-12T19:01:58Z 2022-05-12T19:01:58Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
fc282d5979473a31529f09204d4811cfd7e5cd63 re-add timedelta support for polyval (#6599) 2022-05-12T15:43:28Z 2022-05-12T15:43:28Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
cad4474a9ecd8acc78e42cf46030c9a1277f10c4 Fix polyval overloads (#6593) * add polyval overloads * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2022-05-11T19:42:40Z 2022-05-11T19:42:40Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
fdc3c3d305bfb880a22e0cb9eb57d69c98e774a7 Fix Dataset/DataArray.isel with drop=True and scalar DataArray indexes (#6579) * apply drop argument in isel_fancy * use literal type for error handling * add test for drop support in isel * add isel fix to whats-new * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * correct isel unit tests * add link to issue * type most (all?) occurences of errors/missing * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> 2022-05-10T06:18:19Z 2022-05-10T06:18:19Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
6fbeb13105b419cb0a6646909df358d535e09faf polyval: Use Horner's algorithm + support chunked inputs (#6548) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2022-05-05T19:15:58Z 2022-05-05T19:15:58Z Mick 35fc880d36ffaae3dc85d643a29d4421ae62cc8e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 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 16.946ms · About: xarray-datasette