home / github

Menu
  • GraphQL API
  • Search all tables

releases

Table actions
  • GraphQL API for releases

10 rows where author = 35968931 sorted by created_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target_commitish, mentions_count, created_at (date), published_at (date)

id html_url author node_id tag_name target_commitish name draft prerelease created_at ▲ published_at body reactions mentions_count repo
138241231 https://github.com/pydata/xarray/releases/tag/v2024.01.1 TomNicholas 35968931 RE_kwDOAMm_X84IPWTP v2024.01.1 main v2024.01.1 0 0 2024-01-23T21:55:12Z 2024-01-23T22:30:27Z

This release is to fix a bug with the rendering of the documentation, but it also includes changes to the handling of pandas frequency strings.

What's Changed

  • Re-enable mypy checks for parse_dims unit tests by @crusaderky in https://github.com/pydata/xarray/pull/8618
  • import from the new location of normalize_axis_index if possible by @keewis in https://github.com/pydata/xarray/pull/8483
  • Update min deps in docs by @jhamman in https://github.com/pydata/xarray/pull/8622
  • Fix GH212, PP308 by @tqa236 in https://github.com/pydata/xarray/pull/8621
  • Partially fix doctests by @max-sixty in https://github.com/pydata/xarray/pull/8631
  • Fix building doc following depreciation in Pandas 2.2.0 by @nameloCmaS in https://github.com/pydata/xarray/pull/8633
  • Workaround broken test from pyarrow by @max-sixty in https://github.com/pydata/xarray/pull/8634
  • xfail pyarrow test by @max-sixty in https://github.com/pydata/xarray/pull/8635
  • Don't show stdlib paths for user_level_warnings by @max-sixty in https://github.com/pydata/xarray/pull/8625
  • xfail another dask/pyarrow test by @max-sixty in https://github.com/pydata/xarray/pull/8636
  • xfail a cftime test by @max-sixty in https://github.com/pydata/xarray/pull/8637
  • Silence deprecation warning from .dims in tests by @max-sixty in https://github.com/pydata/xarray/pull/8639
  • Use T_DataArray in Weighted by @max-sixty in https://github.com/pydata/xarray/pull/8630
  • rename "Y" freq string to "YE" (pandas parity) by @mathause in https://github.com/pydata/xarray/pull/8629
  • Pandas 2.2.0 test fixes by @nameloCmaS in https://github.com/pydata/xarray/pull/8638
  • xfail zarr test on Windows by @max-sixty in https://github.com/pydata/xarray/pull/8643
  • Use ddof in numbagg>=0.7.0 for aggregations by @max-sixty in https://github.com/pydata/xarray/pull/8624
  • infer_freq: return 'YE' (#8629 follow-up) by @mathause in https://github.com/pydata/xarray/pull/8642
  • Pin sphinx-book-theme to 1.0.1 to try to deal with #8619 by @TomNicholas in https://github.com/pydata/xarray/pull/8632
  • Fixed typo in custom backend registration documentation by @HertugHelms in https://github.com/pydata/xarray/pull/8645
  • implement isnull using full_like instead of zeros_like by @keewis in https://github.com/pydata/xarray/pull/7395

New Contributors

  • @nameloCmaS made their first contribution in https://github.com/pydata/xarray/pull/8633
  • @HertugHelms made their first contribution in https://github.com/pydata/xarray/pull/8645

Full Changelog: https://github.com/pydata/xarray/compare/v2024.01.0...v2024.01.1

{
    "url": "https://api.github.com/repos/pydata/xarray/releases/138241231/reactions",
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
9 xarray 13221727
137471416 https://github.com/pydata/xarray/releases/tag/v2024.01.0 TomNicholas 35968931 RE_kwDOAMm_X84IMaW4 v2024.01.0 main v2024.01.0 0 0 2024-01-17T21:54:12Z 2024-01-17T23:55:07Z

This release brings support for weights in correlation and covariance functions, a new DataArray.cumulative aggregation, improvements to xr.map_blocks, an update to our minimum dependencies, and various bugfixes.

Thanks to our 17 contributors to this release:

Abel Aoun, Deepak Cherian, Illviljan, Johan Mathe, Justus Magin, Kai Mühlbauer, Llorenç Lledó, Mark Harfouche, Markel, Mathias Hauser, Maximilian Roos, Michael Niklas, Niclas Rieger, Sébastien Celles, Tom Nicholas, Trinh Quoc Anh, and crusaderky.

{
    "url": "https://api.github.com/repos/pydata/xarray/releases/137471416/reactions",
    "total_count": 8,
    "+1": 3,
    "-1": 0,
    "laugh": 0,
    "hooray": 3,
    "confused": 0,
    "heart": 0,
    "rocket": 2,
    "eyes": 0
}
  xarray 13221727
112444215 https://github.com/pydata/xarray/releases/tag/v2023.07.0 TomNicholas 35968931 RE_kwDOAMm_X84Gs8M3 v2023.07.0 main v2023.07.0 0 0 2023-07-17T06:15:40Z 2023-07-17T06:33:45Z

This release brings improvements to the documentation on wrapping numpy-like arrays, improved docstrings, and bug fixes.

Thanks to our 7 contributors:

Harshitha, Illviljan, Johan Mathe, Justus Magin, Kai Mühlbauer, Tom Nicholas, and Yvonne Fröhlich.

What's Changed

  • Allow cubed arrays to be passed to flox groupby by @TomNicholas in https://github.com/pydata/xarray/pull/7941
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pydata/xarray/pull/7944
  • Duck array documentation improvements by @TomNicholas in https://github.com/pydata/xarray/pull/7911
  • Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by @dependabot in https://github.com/pydata/xarray/pull/7956
  • Docstring examples by @harshitha1201 in https://github.com/pydata/xarray/pull/7881
  • Update minimum version of typing extensions in pre-commit by @TomNicholas in https://github.com/pydata/xarray/pull/7960
  • manually unshallow the repository on RTD by @keewis in https://github.com/pydata/xarray/pull/7961
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pydata/xarray/pull/7959
  • Chunked array docs by @TomNicholas in https://github.com/pydata/xarray/pull/7951
  • ensure no forward slashes in names for HDF5-based backends by @kmuehlbauer in https://github.com/pydata/xarray/pull/7953
  • Move absolute path finder from open_mfdataset to own function by @Illviljan in https://github.com/pydata/xarray/pull/7968
  • Use another repository for upstream testing by @Illviljan in https://github.com/pydata/xarray/pull/7970
  • Skip broken tests on Python 3.11 and Windows by @Illviljan in https://github.com/pydata/xarray/pull/7972
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pydata/xarray/pull/7973
  • Examples added to docstrings by @harshitha1201 in https://github.com/pydata/xarray/pull/7936
  • Fix typo in zarr.py by @johmathe in https://github.com/pydata/xarray/pull/7983
  • Improve explanation in example "Working with Multidimensional Coordinates" by @yvonnefroehlich in https://github.com/pydata/xarray/pull/7984
  • Release summary for v2023.07.0 by @TomNicholas in https://github.com/pydata/xarray/pull/7979
  • Add new what's new section by @Illviljan in https://github.com/pydata/xarray/pull/7986
  • Remove hue_style from plot1d docstring by @Illviljan in https://github.com/pydata/xarray/pull/7925
  • Update whats-new.rst for new release by @TomNicholas in https://github.com/pydata/xarray/pull/7993

New Contributors

  • @johmathe made their first contribution in https://github.com/pydata/xarray/pull/7983
  • @yvonnefroehlich made their first contribution in https://github.com/pydata/xarray/pull/7984

Full Changelog: https://github.com/pydata/xarray/compare/v2023.06.0...v2023.07.0

{
    "url": "https://api.github.com/repos/pydata/xarray/releases/112444215/reactions",
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
9 xarray 13221727
109749078 https://github.com/pydata/xarray/releases/tag/v2023.06.0 TomNicholas 35968931 RE_kwDOAMm_X84GiqNW v2023.06.0 main v2023.06.0 0 0 2023-06-23T21:07:42Z 2023-06-23T21:18:03Z

This release adds features to curvefit, improves the performance of concatenation, and fixes various bugs.

Thank to our 13 contributors to this release: Anderson Banihirwe, Deepak Cherian, Illviljan, Juniper Tyree, Justus Magin, Martin Fleischmann, Mattia Almansi, mgunyho, Negin Sobhani, Rutger van Haasteren, Tom Nicholas, Tom White.

What's Changed

  • Array API fixes for astype by @TomNicholas in https://github.com/pydata/xarray/pull/7847
  • Add type hints to test_dtypes by @Illviljan in https://github.com/pydata/xarray/pull/7858
  • Bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in https://github.com/pydata/xarray/pull/7859
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pydata/xarray/pull/7864
  • Upload nightly wheels to scientific-python-nightly-wheels by @martinfleis in https://github.com/pydata/xarray/pull/7865
  • adapt the pint + dask test to the newest version of pint by @keewis in https://github.com/pydata/xarray/pull/7855
  • Avoid explicit loop when updating OrderedSet by @Illviljan in https://github.com/pydata/xarray/pull/7857
  • Improve to_dask_dataframe performance by @Illviljan in https://github.com/pydata/xarray/pull/7844
  • Changed duck typing exception to: (ImportError, AttributeError) by @vhaasteren in https://github.com/pydata/xarray/pull/7874
  • defer to numpy for the expected result by @keewis in https://github.com/pydata/xarray/pull/7875
  • add numba to the py3.11 environment by @keewis in https://github.com/pydata/xarray/pull/7867
  • deprecate the cdms2 conversion methods by @keewis in https://github.com/pydata/xarray/pull/7876
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pydata/xarray/pull/7882
  • Implement multidimensional initial guess and bounds for curvefit by @mgunyho in https://github.com/pydata/xarray/pull/7821
  • move to setup-micromamba by @keewis in https://github.com/pydata/xarray/pull/7878
  • Improve concat performance by @Illviljan in https://github.com/pydata/xarray/pull/7824
  • retire the TestPyPI workflow by @keewis in https://github.com/pydata/xarray/pull/7889
  • Fix .groupby(multi index level) by @dcherian in https://github.com/pydata/xarray/pull/7830
  • don't use CacheFileManager.__del__ on interpreter shutdown by @keewis in https://github.com/pydata/xarray/pull/7880
  • fix polyfit changing the original object by @malmans2 in https://github.com/pydata/xarray/pull/7900
  • Fix flaky doctest for curvefit by @mgunyho in https://github.com/pydata/xarray/pull/7893
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pydata/xarray/pull/7912
  • Ensure dtype of reindex result matches dtype of the original DataArray by @andersy005 in https://github.com/pydata/xarray/pull/7917
  • Add errors option to curvefit by @mgunyho in https://github.com/pydata/xarray/pull/7891
  • CF encoding should preserve vlen dtype for empty arrays by @tomwhite in https://github.com/pydata/xarray/pull/7862
  • use trusted publishers instead of a API token by @keewis in https://github.com/pydata/xarray/pull/7899
  • Add cfgrib,ipywidgets to doc env by @dcherian in https://github.com/pydata/xarray/pull/7888
  • Update calendar for developers meeting by @shoyer in https://github.com/pydata/xarray/pull/7933
  • Fix regression with grouper object on an IndexVariable by @mwtoews in https://github.com/pydata/xarray/pull/7920
  • Release summary for v2023.06.0 by @TomNicholas in https://github.com/pydata/xarray/pull/7934
  • Fix check for chunk_store in zarr backend by @juntyr in https://github.com/pydata/xarray/pull/7923
  • fixing rolling_window issue with cupy by @negin513 in https://github.com/pydata/xarray/pull/7938

New Contributors

  • @martinfleis made their first contribution in https://github.com/pydata/xarray/pull/7865
  • @vhaasteren made their first contribution in https://github.com/pydata/xarray/pull/7874
  • @juntyr made their first contribution in https://github.com/pydata/xarray/pull/7923
  • @negin513 made their first contribution in https://github.com/pydata/xarray/pull/7938

Full Changelog: https://github.com/pydata/xarray/compare/v2023.05.0...v2023.06.0

  16 xarray 13221727
103545840 https://github.com/pydata/xarray/releases/tag/v2023.05.0 TomNicholas 35968931 RE_kwDOAMm_X84GK_vw v2023.05.0 main v2023.05.0 0 0 2023-05-19T02:17:55Z 2023-05-19T02:35:57Z

This release adds some new methods and operators, updates our deprecation policy for python versions, fixes some bugs with groupby, and introduces experimental support for alternative chunked parallel array computation backends via a new plugin system!

Note: If you are using a locally-installed development version of xarray then pulling the changes from this release may require you to re-install. This avoids an error where xarray cannot detect dask via the new entrypoints system introduced in pull rquest #7019. See issue #7856 for details.

Thanks to our 14 contributors: Alan Brammer, crusaderky, David Stansby, dcherian, Deeksha, Deepak Cherian, Illviljan, James McCreight, Joe Hamman, Justus Magin, Kyle Sunden, Max Hollmann, mgunyho, and Tom Nicholas!

{
    "url": "https://api.github.com/repos/pydata/xarray/releases/103545840/reactions",
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray 13221727
78640119 https://github.com/pydata/xarray/releases/tag/v2022.09.0 TomNicholas 35968931 RE_kwDOAMm_X84Er_P3 v2022.09.0 main v2022.09.0 0 0 2022-09-29T21:54:14Z 2022-09-29T22:21:41Z

This release brings a large number of bugfixes and documentation improvements, as well as an external interface for setting custom indexes!

Many thanks to our 40 contributors:

Anderson Banihirwe, Andrew Ronald Friedman, Bane Sullivan, Benoit Bovy, ColemanTom, Deepak Cherian, Dimitri Papadopoulos Orfanos, Emma Marshall, Fabian Hofmann, Francesco Nattino, ghislainp, Graham Inggs, Hauke Schulz, Illviljan, James Bourbeau, Jody Klymak, Julia Signell, Justus Magin, Keewis, Ken Mankoff, Luke Conibear, Mathias Hauser, Max Jones, mgunyho, Michael Delgado, Mick, Mike Taves, Oliver Lopez, Patrick Naylor, Paul Hockett, Pierre Manchon, Ray Bell, Riley Brady, Sam Levang, Spencer Clark, Stefaan Lippens, Tom Nicholas, Tom White, Travis A. O'Brien, and Zachary Moon.

{
    "url": "https://api.github.com/repos/pydata/xarray/releases/78640119/reactions",
    "total_count": 14,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 12,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray 13221727
60812015 https://github.com/pydata/xarray/releases/tag/v2022.03.0 TomNicholas 35968931 RE_kwDOAMm_X84Dn-rv v2022.03.0 main v2022.03.0 0 0 2022-03-02T15:49:23Z 2022-03-02T15:54:28Z

This release brings a number of small improvements, as well as a move to calendar versioning.

Many thanks to the 16 contributors to the v2022.02.0 release!

Aaron Spring, Alan D. Snow, Anderson Banihirwe, crusaderky, Illviljan, Joe Hamman, Jonas Gliß, Lukas Pilz, Martin Bergemann, Mathias Hauser, Maximilian Roos, Romain Caneill, Stan West, Stijn Van Hoey, Tobias Kölling, and Tom Nicholas.

{
    "url": "https://api.github.com/repos/pydata/xarray/releases/60812015/reactions",
    "total_count": 4,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 2,
    "eyes": 2
}
  xarray 13221727
52539061 https://github.com/pydata/xarray/releases/tag/v0.20.0 TomNicholas 35968931 RE_kwDOAMm_X84DIa61 v0.20.0 main v0.20.0 0 0 2021-11-02T16:37:44Z 2021-11-02T17:28:45Z

This release brings improved support for pint arrays, methods for weighted standard deviation, variance, and sum of squares, the option to disable the use of the bottleneck library, significantly improved performance of unstack, as well as many bugfixes and internal changes.

{
    "url": "https://api.github.com/repos/pydata/xarray/releases/52539061/reactions",
    "total_count": 7,
    "+1": 3,
    "-1": 0,
    "laugh": 0,
    "hooray": 1,
    "confused": 0,
    "heart": 3,
    "rocket": 0,
    "eyes": 0
}
  xarray 13221727
46702302 https://github.com/pydata/xarray/releases/tag/v0.19.0 TomNicholas 35968931 MDc6UmVsZWFzZTQ2NzAyMzAy v0.19.0 main v0.19.0 0 0 2021-07-23T21:12:52Z 2021-07-23T21:35:51Z

This release brings improvements to plotting of categorical data, the ability to specify how attributes are combined in xarray operations, a new high-level unify_chunks function, as well as various deprecations, bug fixes, and minor improvements.

{
    "url": "https://api.github.com/repos/pydata/xarray/releases/46702302/reactions",
    "total_count": 3,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 3,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray 13221727
42561958 https://github.com/pydata/xarray/releases/tag/v0.18.0 TomNicholas 35968931 MDc6UmVsZWFzZTQyNTYxOTU4 v0.18.0 master v0.18.0 0 0 2021-05-06T18:41:17Z 2021-05-06T18:50:27Z

This release brings a few important performance improvements, a wide range of usability upgrades, lots of bug fixes, and some new features. These include a plugin API to add backend engines, a new theme for the documentation, curve fitting methods, and several new plotting functions.

    xarray 13221727

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [author] INTEGER REFERENCES [users]([id]),
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [mentions_count] INTEGER,
   [repo] INTEGER REFERENCES [repos]([id])
);
CREATE INDEX [idx_releases_repo]
    ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
    ON [releases] ([author]);
Powered by Datasette · Queries took 13.324ms · About: xarray-datasette