home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

6 rows where author = 479480 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo 1

  • xarray 6

author 1

  • flamingbear · 6 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
f5ae623f892af6c8bc6e14b8796d84e3b978eb5f Migration of datatree/ops.py -> datatree_ops.py (#8976) * DAS-2065: direct migration of datatree/ops.py -> datatree_ops.py I considered wedging this into core/ops.py, but the datatree/ops.py stuff is kind of spread into core/ops.py and generated_aggregations.py. * DAS-2065: doc tweak * DAS-2065: Fix leading space in docstrings These are the only docstring that have a leading space and that was causing problems injecting the map_over_subtree information in the Datatree doc strings. * DAS-2065: Puts the docstring addendum as second paragraph This works on most of the docstrings. The DatasetOpsMixin functions (round, argsorg, conj and conjugate) have different format and this gets inserted after the name (which is non standard in most docs) but before the description. * DAS-2065: Change doc search to named captures just for clarity. * DAS-2065: Additonal update to make the addendum a Note Just syntactic sugar to make that work * DAS-2065: Adds tests to doc_addendum * DAS-2065: Add credits * DAS-2065: Adds types 2024-05-02T19:49:39Z 2024-05-02T19:49:39Z Matt Savoie 42ea05f8aa9996484bed750967fbd11bb65740ca GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 flamingbear 479480 web-flow 19864447
b0036749542145794244dee4c4869f3750ff2dee stop pruning datatree_ directory from distribution (#8953) * DAS-2108: stop pruning datatree_ directory Quick fixup of some typing. Removes mypy exclusions for datatree_ * Include only code files in distribution package. * Update pyproject.toml exclude docs from mypy tests Co-authored-by: Justus Magin <keewis@users.noreply.github.com> * Update MANIFEST.in try again to include just code from datatree_ Co-authored-by: Justus Magin <keewis@users.noreply.github.com> --------- Co-authored-by: Justus Magin <keewis@users.noreply.github.com> 2024-04-23T15:35:20Z 2024-04-23T15:35:20Z Matt Savoie 46cf48b5af7321b105dc898c43b2548281653f73 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 flamingbear 479480 web-flow 19864447
dfdd631dd3382030eed57c8fdb6e97199d14a277 Migrate treenode module. (#8757) * Update the formating tests PR (#8702) added nbytes representation in DataArrays and Dataset repr, this adds it to the datatree tests. * Migrate treenode module Moves treenode.py and test_treenode.py. Updates some typing. Updates imports from treenode. * Update NotFoundInTreeError description. * Reformat some comments Add test tree structure for easier understanding. * Updates whats-new.rst * mypy typing. (terrible?) There must be a better way, but I don't know it. particularly the list comprehension casts. * Adds __repr__ to NamedNode and updates test This test was broken becuase only the root node was being tested and none of the previous nodes were represented in the __str__. * Adds quotes to NamedNode __str__ representation. * swaps " for ' in NamedNode __str__ representation. * Adding Tom in so he gets blamed properly. * resolve conflict whats-new.rst Question is I did update below the released line to give Tom some credit. I hope that's is allowable. * Moves test_treenode.py to xarray/tests. Integrated tests. * refactors backend tests for datatree IO * Add explicit engine back in test_to_zarr * Removes OrderedDict from treenode * Renames tests/test_io.py -> tests/test_backends_datatree.py * typo * Add types * Pass mypy for 3.9 2024-02-27T16:40:19Z 2024-02-27T16:40:19Z Matt Savoie 42ea05f8aa9996484bed750967fbd11bb65740ca GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 flamingbear 479480 web-flow 19864447
fffb03c8abf5d68667a80cedecf6112ab32472e7 add open_datatree to xarray (#8697) * DAS-2060: Skips datatree_ CI Adds additional ignore to mypy Adds additional ignore to doctests Excludes xarray/datatree_ from all pre-commmit.ci * DAS-2070: Migrate open_datatree into xarray. First stab. Will need to add/move tests. * DAS-2060: replace relative import of datatree to library * DAS-2060: revert the exporting of NodePath from datatree I mistakenly thought we wanted to use the hidden version of datatree_ and we do not. * Don't expose open_datatree at top level We do not want to expose open_datatree at top level until all of the code is migrated. * Point datatree imports to xarray.datatree_.datatree * Updates function signatures for mypy. * Move io tests, remove undefined reference to documentation. Also starts fixing simple mypy errors * Pass bare-minimum tests. * Update pyproject.toml to exclude imported datatree_ modules. Add some typing for mygrated tests. Adds display_expand_groups to core options. * Adding back type ignores This is cargo-cult. I wonder if there's a different CI test that wanted these and since this is now excluded at the top level. I'm putting them back until migration into main codebase. * Refactor open_datatree back together. puts common parts in common. * Removes TODO comment * typo fix Co-authored-by: Tom Nicholas <tom@cworthy.org> * typo 2 Co-authored-by: Tom Nicholas <tom@cworthy.org> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Call raised exception * Add unpacking notation to kwargs * Use final location for DataTree doc strings Co-authored-by: Justus Magin <keewis@users.noreply.github.com> * fix comment from open_dataset to open_datatree Co-authored-by: Justus Magin <keewis@users.noreply.github.com> * Revert "fix comment from open_dataset to open_datatree" This reverts commit aab1744d52a466ac03829cda171c09beb1cc0704. * Change sphynx link from meth to func *… 2024-02-14T21:50:29Z 2024-02-14T21:50:29Z Matt Savoie 42ea05f8aa9996484bed750967fbd11bb65740ca GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 flamingbear 479480 web-flow 19864447
b9b84949fa7445eda559d85f2afd9f079ab1a671 Import datatree repository (#8656, #8688) 2024-01-31T17:49:44Z 2024-01-31T17:49:44Z Matt Savoie a1420956087e0963c6f6be3d87bc9c23567d47f3 Matt Savoie a1420956087e0963c6f6be3d87bc9c23567d47f3 xarray 13221727 flamingbear 479480 flamingbear 479480
4de10d49f97b8c66e4c563a07af3f0a7c25ca3ff Disable CI for datatree_ (#8688) Skips datatree_ CI Adds additional ignore to mypy Adds additional ignore to doctests Excludes xarray/datatree_ from all pre-commmit.ci Adds MINIFEST.in to skip datatree_ packaging 2024-01-31T17:12:48Z 2024-01-31T17:50:19Z Matt Savoie a1420956087e0963c6f6be3d87bc9c23567d47f3 Matt Savoie a1420956087e0963c6f6be3d87bc9c23567d47f3 xarray 13221727 flamingbear 479480 flamingbear 479480

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