home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

64 rows where author = 43316012 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)

repo 1

  • xarray 64

author 1

  • headtr1ck · 64 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
357a44474df6d02555502d600776e27a86a12f3f Support non-str Hashables in DataArray (#8559) * support hashable dims in DataArray * add whats-new * remove uneccessary except ImportErrors * improve some typing 2024-01-14T20:38:59Z 2024-01-14T20:38:59Z Michael Niklas 3ec1b82b8ca152b51dc93f0fa1d6ee91d1328abb GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
5213f0d63465eac228822fb7299046e0c6701acc change type of curvefit's p0 and bounds to mapping (#8502) * change type of curvefit's p0 and bounds to mapping * add entry to whats-new 2023-12-01T22:02:38Z 2023-12-01T22:02:38Z Michael Niklas 3ec1b82b8ca152b51dc93f0fa1d6ee91d1328abb GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
abd2068bca8da1e1069790bb47d97b8843260d60 Update to mypy1.7 (#8501) * fix mypy1.7 errors * pin mypy to <1.8 * add entry to whats-new 2023-12-01T22:02:20Z 2023-12-01T22:02:20Z Michael Niklas 3ec1b82b8ca152b51dc93f0fa1d6ee91d1328abb GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
7aa207b250a50d94410c716e6f624286f9887650 Improved typing of align & broadcast (#8234) * add overloads to align * add overloads to broadcast as well * add some more typing * remove unused ignore 2023-10-09T10:21:39Z 2023-10-09T10:21:39Z Michael Niklas 3ec1b82b8ca152b51dc93f0fa1d6ee91d1328abb GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
565b23b95beda893e0d66d1e2c6da49984bb0925 Rewrite typed_ops (#8204) * rewrite typed_ops * improved typing of rolling instance attrs * add typed_ops xr.Variable tests * add typed_ops test * add minor typehint * adjust to numpy 1.24 * add groupby ops type tests * remove wrong types from ops * fix Dataset not being part of SupportsArray Protocol * ignore mypy align complaint * add reasons for type ignores in test * add overloads for variable typed ops * move tests to their own module * add entry to whats-new 2023-09-25T04:43:54Z 2023-09-25T04:43:54Z Michael Niklas 3ec1b82b8ca152b51dc93f0fa1d6ee91d1328abb GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
babe9ff2674665755009c6288b2a5d98949e71a0 Fix static typing with Matplotlib 3.8 (#8030) * fix several typing issues with mpl3.8 * fix scatter plot typing and remove funky pyplot import * fix some more typing errors * fix some import errors * undo some typing errors * fix xylim typing * add forgotten import * ignore plotting overloads because None is Hashable * add whats-new entry * fix return type of hist * fix another xylim type * fix some more xylim types * change to T_DataArray * change accessor xylim to tuple * add missing return types * fix a typing error only on new mpl * add unused-ignore to error codes for old mpl * add more unused-ignore to error codes for old mpl * replace type: ignore[attr-defined] with assert hasattr * apply code review suggestions --------- Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> 2023-09-17T05:02:58Z 2023-09-17T05:02:58Z Michael Niklas 3ec1b82b8ca152b51dc93f0fa1d6ee91d1328abb GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
af1c70942bb45ff9340c89e6de6b2a0589520887 Fix several warnings in the tests (#8184) * remove some warnings from removed Dask name in msg * fix date_range closed > inclusive * fix passing pd.MultiIndex to constructor 2023-09-15T20:41:02Z 2023-09-15T20:41:02Z Michael Niklas 3ec1b82b8ca152b51dc93f0fa1d6ee91d1328abb GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
afda88e660f870e04ae609e0845746a26bff281a Fix Codecov (#7142) Co-authored-by: Anderson Banihirwe <13301940+andersy005@users.noreply.github.com> Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu> 2023-08-30T18:47:33Z 2023-08-30T18:47:33Z Michael Niklas 3ec1b82b8ca152b51dc93f0fa1d6ee91d1328abb GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
e2e1b29c50b7c61815bdd3a5c9c233c66c947011 allow refreshing of backends (#7523) * allow refreshing of backends * fix forgotten inheritance * fix typing * fix typing in tests * add refresh func to xr.backends * add to whats-new * add func to api * add tests for list_engines and refresh_engines * try fixing test issues * fallback for pyhton 3.9 * use sys.version instead of try * use sys.version in TYPE_CHECKING as well * try fixing type errors in python 3.9 * check if clearing cache makes test pass * add sys.version logic to test * try fixing parallel test fail * refactor BackEntrypoint available logic * remove obsolete code * fix typing * fix typing2 * update api-hidden * remove comma * update whats-new to 2023.04 * Delete cfgrib_.py * Update xarray/tests/test_plugins.py Co-authored-by: Joe Hamman <jhamman1@gmail.com> * Update xarray/tests/test_plugins.py Co-authored-by: Joe Hamman <jhamman1@gmail.com> --------- Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> Co-authored-by: Joe Hamman <jhamman1@gmail.com> 2023-03-31T15:14:56Z 2023-03-31T15:14:56Z Michael Niklas 3ec1b82b8ca152b51dc93f0fa1d6ee91d1328abb GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
ccbb84de60f1e03fd4b3374760668ec49e287910 Fix `pcolormesh` with str coords (#7612) * pcolormesh with str coords * add whats-new 2023-03-16T18:55:30Z 2023-03-16T18:55:30Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
9bd9044c4f1d112572c81c768e6c0f018a28c7ff add a test for scatter colorbar extend (#7616) * add a test for scatter colorbar extend * fix mypy issues 2023-03-13T19:47:49Z 2023-03-13T19:47:49Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
6531b57f8c5cb7f3c564ff895c2e4b6573bb5521 use numpys SupportsDtype (#7521) 2023-02-28T23:23:45Z 2023-02-28T23:23:45Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
21d86450b3cec595c74aa410cbcc367c9c7f8a0a Support complex arrays in xr.corr (#7392) * complex cov * fix mypy * update whatsa-new * Update xarray/core/computation.py * slight improvements to tests * bugfix in corr_cov for multiple dims * fix whats-new * allow refreshing of backends * Revert "allow refreshing of backends" This reverts commit 576692bce54b3ae9bc4af79646a0168587002379. --------- Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2023-02-14T16:38:27Z 2023-02-14T16:38:27Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
0e5e3fe0dfa65890cc8e133f34011b6acdb3d08b Enable mypy warn unused ignores (#7335) * warn unused ignores in mypy * fix tyoe ignores in typed ops * fix mypy issues * fix one more mypy issue 2022-12-01T16:14:06Z 2022-12-01T16:14:06Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
0aee4fe5b83d16c35f37bb1a32a57cbf0edfe437 Optimize some copying (#7209) * pass some deep copy args along * fix mypy * add swap_dims benchmark * hopefully fix asv 2022-11-30T23:36:55Z 2022-11-30T23:36:55Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
e4fe194bc4c93051297586158c4675d28fee7d57 Add parse_dims func (#7051) * add parse_dims func * add some more tests for tuples * add parse_ordered_dims * fix typing issue * remove double ellipsis typehints * fix gen aggrs * remove more double ellipsis typehints * fix doctests: supress urllib3 warning (#7326) * Enable `origin` and `offset` arguments in `resample` (#7284) * Initial work toward enabling origin and offset arguments in resample * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix _convert_offset_to_timedelta * Reduce number of tests * Address initial review comments * Add more typing information * Make cftime import lazy * Fix module_available import and test * Remove old origin argument * Add type annotations for resample_cftime.py * Add None as a possibility for closed and label * Add what's new entry * Add missing type annotation * Delete added line * Fix typing errors * Add comment and test for as_timedelta stub * Remove old code * [test-upstream] 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> * Fix PR number in what’s new (#7331) * [pre-commit.ci] pre-commit autoupdate (#7330) updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/PyCQA/autoflake: v1.7.7 → v2.0.0](https://github.com/PyCQA/autoflake/compare/v1.7.7...v2.0.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> * add comment explaining type: ignore * fix doctest win/linux issue once again Co-authored-by: Joe Hamman <joe@earthmover.io> Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> Co-au… 2022-11-30T23:36:32Z 2022-11-30T23:36:32Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
4e9535ab5d4d16deb128009add343039be82ea66 Fix polyval overloads (#7315) * fix polyval overloads * add to whatsnew 2022-11-26T15:42:51Z 2022-11-26T15:42:51Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
c86ffeac58fdc936633f42d6b2d6180e8791acd7 Fix mypy 0.990 types (#7283) 2022-11-16T18:41:58Z 2022-11-16T18:41:58Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
0301ae5d8dcea55e4f1971bd2f5d0eb9b33241bb Import nc_time_axis when needed (#7276) * import nc_time_axis when needed * add to whats-new * add nc_time_axis to lazy tests * fix mypy * Update xarray/plot/utils.py Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix mypy for real * remove importskip of nc_time_axis Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2022-11-10T21:45:26Z 2022-11-10T21:45:26Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
51d37d1be95547059251076b3fadaa317750aab3 Raise TypeError if plotting empty data (#7228) * raise TypeError if plotting empty data * add to whats-new * raise TypeError in all DataArray plot methods * maybe fix tests * fix test * fix mypy Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2022-10-28T16:44:31Z 2022-10-28T16:44:31Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
f32d354e295c05fb5c5ece7862f77f19d82d5894 Lazy Imports (#7179) * fix typing of BackendEntrypoint * make backends lazy * make matplotlib lazy and add tests for lazy modules * make flox lazy * fix generated docs on windows... * try fixing test * make pycompat lazy * make dask.array lazy * add import xarray without numpy or pandas benchmark * improve error reporting in test * fix import benchmark * add lazy import to whats-new * fix lazy import test * fix typos * fix windows stuff again 2022-10-28T16:25:39Z 2022-10-28T16:25:39Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
0a75d131d4a6d2b9e1cbd971da92fa4379a53f15 Backends descriptions (#7200) * add backendEntrypoints descriptions * add zarr and store backends * add docstrings to backend classes * add to whats.new 2022-10-26T16:01:04Z 2022-10-26T16:01:04Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
15c68366b8ba8fd678d675df5688cf861d1c7235 Add import ASV benchmark (#7176) 2022-10-17T15:25:18Z 2022-10-17T15:25:18Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
93f1ba226086d5a916f54653e870a2943fe09ab7 fix broken test (#7168) 2022-10-16T16:16:51Z 2022-10-16T16:16:51Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
da9c1d16562f233bfdafb0078cd1404ea18e03b8 Add typing to plot methods (#7052) * add plot methods statically and add typing to plot tests * whats-new update * fix copy-paste typo * correct plot signatures * add *some* typing to plot methods * annotate darray in plot tests * correct typing of plot returns * fix plotting overloads * add correct overloads to dataset_plot * update whats-new * rename xr.plot.plot module since it shadows the xr.plot.plot method * move accessor to its own module * move DSPlotAccessor to accessor module * fix DSPlotAccessor import * add explanation to import statement * add breaking change to whats-new * remove unused `rtol` argument from plot * make most arguments of plotmethods kwargs only * fix wrong return types * add breaking kwarg change to whats-new * support for aspect='auto' or 'equal * typing support for Dataset FacetGrid * deprecate positional arguments for all plot methods * add deprecation to whats-new * add FacetGrid generic type * fix mypy 0.981 complaints * fix index errors in plots * add overloads to scatter * deprecate scatter args * add scatter to accessors and fix docstrings * undo some breaking changes * fix the docstrings and some typing * fix typing of scatter accessor funcs * align docstrings with signature and complete typing * add remaining typing * align more docstrings * re add ValueError for scatter plots with u, v * fix whats-new conflict * fix some typing errors * more typing fixes * fix last mypy complaints * try fixing facetgrid examples * fix py3.8 problems * update plotting.rst * update api * update plot docstring * add a tip about yincrease in imshow * set default for x/yincrease in docstring * simplify typing * add deprecation date as comment * update whats-new to new release * fix whats-new 2022-10-16T09:26:54Z 2022-10-16T09:26:54Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
242d87dec31e5d2485e4164bdfaafba69fb0ab2f Bump minimum numpy version to 1.20 (#6834) Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> Co-authored-by: dcherian <deepak@cherian.net> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2022-10-12T17:08:51Z 2022-10-12T17:08:51Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
8eea8bb67bad0b5ac367c082125dd2b2519d4f52 Fixes deepcopy of Index (#7140) * fix date of 2022.09 release * fix deepcopy of indexes 2022-10-07T21:57:12Z 2022-10-07T21:57:12Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
50ea159bfd0872635ebf4281e741f3c87f0bef6b Support of repr and deepcopy of recursive arrays (#7112) * allow recursive attrs in formatting (repr) * test recursion in formatting * support for deepcopy of recursive arrays 2022-10-06T22:04:01Z 2022-10-06T22:04:01Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
114bf98719f31a653f2ef7bc7fcdfaf010eb3612 Fix typing of backends (#7114) * fix typing of backends * add typing to test_backends 2022-10-06T21:30:01Z 2022-10-06T21:30:01Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
d052d923e51beded35838d8ec45633a5f48f7721 Upload mypy coverage report to codecov (#7126) * upload mypy coverage report in CI * move mypy config to pyproject.toml * exclude generation scripts from mypy 2022-10-06T20:38:14Z 2022-10-06T20:38:14Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
f5884a2070fb6cdaa9f187cfe56c3670cfad2f87 Minor tests improvements (#7113) * fix coverage config * assert and silence some UserWarnings from indexes 2022-10-02T15:38:16Z 2022-10-02T15:38:16Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
2fe78758dc47b2de329df6807a6c7dd2c293946c Fix deepcopy of Variables and DataArrays (#7089) * fix deepcopy IndexVariable and dataset encodings * add fix to whats-new * fix also attrs silently changing * fix typpo * fix breaking attrs change * remove xfail from copyattrs test * [skip-ci] fix merge conflict in whats-new 2022-09-29T16:36:51Z 2022-09-29T16:36:51Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
0b0b8f6a723049e590de2822335629a56408902b move coverage to pyproject.toml and exclude typechecking things (#7102) 2022-09-28T19:18:54Z 2022-09-28T19:18:54Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
5ba830d02099659a81afe08c4bfc03b4bed62ff2 Add typing to FacetGrid (#7087) * add typing to facetgrid * remove uneccessary MPL prefix from typedef 2022-09-28T18:30:58Z 2022-09-28T18:30:58Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
e2c29f661f1a7202693f71e7347f3af8a989cf6d Fix `utils.get_axis` with kwargs (#7080) 2022-09-28T17:11:15Z 2022-09-28T17:11:15Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
226c23b31c7957b4c6bf65564f628dcc5077f188 Add Ellipsis typehint to reductions (#7048) 2022-09-28T17:10:05Z 2022-09-28T17:10:05Z Mick 72ce553aaa578796b021efa20977e379206d875a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 headtr1ck 43316012 web-flow 19864447
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 800.315ms · About: xarray-datasette