home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

19 rows where committer = 6815844 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

author 13

  • shoyer 2
  • spencerkclark 2
  • kmsquire 1
  • robintw 1
  • dcherian 1
  • benbovy 1
  • crusaderky 1
  • canyon289 1
  • floriankrb 1
  • mathause 1
  • tv3141 1
  • hazbottles 1
  • ahuang11 1

repo 1

  • xarray 19
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
aa0f96383062c48cb17f46ef951075c0494c9c0a Feature/align in dot (#3699) * add tests * implement align * whats new * fix changes to whats new * review: fix typos 2020-01-20T12:09:26Z 2020-01-20T12:09:26Z Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 mathause 10194086 fujiisoup 6815844
db36c5c0cdee2f5313a81fdeca8a8ae5491d1c8f add multiindex level name checking to .rename() (#3658) * add multiindex level name checking to .rename() * update whats-new.rst 2020-01-03T12:16:44Z 2020-01-03T12:16:44Z hazbottles e4463f9efd9b97ca27de937d3eb913a5421c0b2c Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 hazbottles 14136435 fujiisoup 6815844
66581084a89f75476b581ef74e5226eae2d62a84 Fix rolling.constuct() example (#2967) * The example was using the wrong name for the function (to_datarray), and used the wrong dimension for the window 2019-05-16T15:55:15Z 2019-05-16T15:55:15Z Kevin Squire 284ada1c0cd09f54299b826725ccfafcf61bdf58 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 kmsquire 223250 fujiisoup 6815844
c770eec39c401d49d01ec87c5c8499893da08cb5 Add support for cftime.datetime coordinates with coarsen (#2778) 2019-03-06T19:47:47Z 2019-03-06T19:47:47Z Spencer Clark f04422bfa03dadc75fab6ce64de238fbe48f5be4 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 spencerkclark 6628425 fujiisoup 6815844
6840fc2c0e38d58ec788c988bffb1ce399f8827b Ignore W504 with pep8speaks (#2474) 2018-10-10T05:26:03Z 2018-10-10T05:26:03Z Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 shoyer 1217238 fujiisoup 6815844
c2b09d697c741b5d6ddede0ba01076c0cb09cf19 Enable use of cftime.datetime coordinates with differentiate and interp (#2434) * Enable use of cftime.datetime coords with differentiate and interp * Raise TypeError for non-datetime x_new * Rename to_numeric to datetime_to_numeric 2018-09-28T13:44:54Z 2018-09-28T13:44:54Z Spencer Clark f04422bfa03dadc75fab6ce64de238fbe48f5be4 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 spencerkclark 6628425 fujiisoup 6815844
8385fec954612bade1cb947f7b72bbda37eb5652 Fix small typo in docs (#2420) 2018-09-18T14:47:36Z 2018-09-18T14:47:36Z Ravin Kumar 05293994500cb1bc7884804637a426a6e6bdf8e5 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 canyon289 7213793 fujiisoup 6815844
5155ef9ed2be7b3b201925c4902e8d633fec87a8 uncomment test (#2369) 2018-08-15T23:05:40Z 2018-08-15T23:05:40Z tv3141 4d00114e778b542ad76fc0237e98b30df5bf7931 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 tv3141 14019925 fujiisoup 6815844
cbb2aeb6492ad5364694396fb10e3b86abfe0aa6 Add option to not roll coords (#2360) * Add option to not roll coords * Rename keyword arg and add tests * Add what's new * Fix passing None and add more tests * Revise from comments * Revise with cleaner version * Revisions based on comments * Fix either_dict_or_kwargs * Revisions from comments 2018-08-15T08:11:28Z 2018-08-15T08:11:28Z Andrew Huang bd242599928e36c41b334f85919f00e34d6eac7f Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 ahuang11 15331990 fujiisoup 6815844
c27ca436321654a97e776aa0d055dfef357bc5a8 Faster unstack (#2364) * Make dataset.unstack faster by skipping reindex if not necessary. * Remove prints, add comment * added asv benchmark for unstacking * Added test * Simplified test * Added whats-new entry * PEP8 * Made asv test faster 2018-08-15T00:18:27Z 2018-08-15T00:18:27Z Maximilian Maahn fde3c03652523db098120c122b3273dbe85e9cd1 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727   fujiisoup 6815844
4df048c146b8da7093faf96b3e59fb4d56945ec5 Remove redundant code from open_rasterio and ensure all transform tuples are six elements long (#2351) * Remove redundant chunk of code which sets the transform attribute when already set The transform attribute is already set further up in the open_rasterio function. This chunk of code just sets transform again - but actually sets it to a full nine-element tuple instead of the six-element tuple it should be (see comments around L245). * Added tests to check that the transform attribute read from rasterio Checks that this tuple is always six elements long 2018-08-13T22:33:54Z 2018-08-13T22:33:54Z Robin Wilson e0cdd27bbaaedea5bf75e4337774ce4a26199889 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 robintw 296686 fujiisoup 6815844
846e28f8862b150352512f8e3d05bcb9db57a1a3 DOC: move xarray related projects to top-level TOC section (#2357) * move xarray third-party projects to its own top-level TOC section * add hvplot 2018-08-10T20:13:08Z 2018-08-10T20:13:08Z Benoit Bovy 5d060630fae3d5a365a239dae12fe85ceed98a8d Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 benbovy 4160723 fujiisoup 6815844
1ecb6e86cbd66ecb5cf3e4f74d1220722b0dc70e interp() now accepts date strings as desired co-ordinate locations (#2325) * interp() now accepts date strings as desired co-ordinate locations Fixes #2284 * Consolidated tests. * Update condition for python 2 * Add additional test. * Add decorator. 2018-07-29T06:09:40Z 2018-07-29T06:09:40Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 dcherian 2448579 fujiisoup 6815844
2fa9dded34e06104379ad1a12c6967913998889b DOC: add interp example (#2312) * add interp example * add datetime64 example * better example of updating DataArray with interp 2018-07-28T06:17:21Z 2018-07-28T06:17:21Z Ray Bell 3238b5518bbee4b41d6a5d78325e5a83ec253e79 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727   fujiisoup 6815844
69c9c45bf7a9d572200c4649605a5875e96b650c Trivial docs fix (#2212) 2018-06-02T12:15:32Z 2018-06-02T12:15:32Z crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 crusaderky 6213168 fujiisoup 6815844
18a737b8ce7b57a903298b521ffacae116db11c5 `axis` keyword ignored when applying `np.squeeze` to `DataArray` (#1487) (#1918) * `axis` keyword ignored when applying `np.squeeze` to `DataArray` (#1487) * Fixing style errors. 2018-02-20T06:27:11Z 2018-02-20T06:27:11Z Florian a4df31a69b8b7f68f5755d440723321917da5b06 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 floriankrb 8441217 fujiisoup 6815844
2aa5b8a5c094593569f5bd9ae220d1f2fc0ecda0 Use getitem_with_mask in reindex_variables (#1847) * WIP: use getitem_with_mask in reindex_variables * Fix dtype promotion for where * Add whats new * Fix flake8 * Fix test_align_dtype and bool+str promotion * tests and docstring for dtypes.result_type * More dtype promotion fixes, including for concat 2018-02-14T13:11:47Z 2018-02-14T13:11:47Z Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 shoyer 1217238 fujiisoup 6815844
f2ea7b604a4b912e836d0abd9c33ad94defd0c14 DOC: Added parameter list to open_dataarray (#1758) * Added parameter list to open_dataarray * Added inputs to open_dataset at L400 * Changed input to open_dataset on L400 2018-01-19T05:13:50Z 2018-01-19T05:13:50Z Ray Bell 3238b5518bbee4b41d6a5d78325e5a83ec253e79 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727   fujiisoup 6815844
783b527b8ed2a79fbb1439c9a87db144edc55cf7 WIP: Feature/interpolate (#1640) * initial interpolate commit first working version of interpolate method/module pep8 after merge master update interpolate, more pandas compat tests add interpolate_na to api encoding fix for py2 in dataarray.py working... checkin, roughed in interpolator classes move tests and some mods to apply_ufunc usage in interp_na add method to kwargs fixes for scipy and some docs cleanup scipy vs numpy interpolator selection cleanups add limit to interpolate_na bfill/ffill parallelized new interface with use_coordinate kwarg use partial function to wrap interpolate class a few fixes for ffill/bfill, placeholder for interpolate_at method add some tests fix test * fix to interpolate wrapper function * remove duplicate limit handling in ffill/bfill * tests are passing * more docs, more tests * backward compat and add benchmarks * skip tests for numpy versions before 1.12 * test fixes for py27 fixture * try reording decorators * minor reorg of travis to make the flake8 check useful * cleanup following @fujiisoup's comments * dataset missing methods, some more docs, and more scipy interpolators * workaround for parameterized tests that are skipped in missing.py module * requires_np112 for dataset interpolate test * remove req for np 112 * fix typo in docs * @requires_np112 for methods that use apply_ufunc in missing.py * reuse type in apply over vars with dim * rework the fill value convention for linear interpolation, no longer match pandas -- adjusted tests and docs to reflect this change * flake8 2017-12-30T06:21:41Z 2017-12-30T06:21:41Z Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727   fujiisoup 6815844

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 803.171ms · About: xarray-datasette