html_url,id,author,node_id,tag_name,target_commitish,name,draft,prerelease,created_at,published_at,body,reactions,mentions_count,repo
https://github.com/pydata/xarray/releases/tag/v2023.10.1,125884813,5635139,RE_kwDOAMm_X84HgNmN,v2023.10.1,main,v2023.10.1,0,0,2023-10-19T22:42:46Z,2023-10-19T22:45:31Z,"This release updates our minimum numpy version in `pyproject.toml` to 1.22, consistent with our documentation.
Please see the [v2023.10.0 release notes](https://github.com/pydata/xarray/releases/tag/v2023.10.0) for our recent changes.","{""url"": ""https://api.github.com/repos/pydata/xarray/releases/125884813/reactions"", ""total_count"": 3, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 3, ""rocket"": 0, ""eyes"": 0}",,13221727
https://github.com/pydata/xarray/releases/tag/v0.21.1,58397916,5635139,RE_kwDOAMm_X84DexTc,v0.21.1,main,v0.21.1,0,0,2022-02-01T05:37:17Z,2022-02-01T05:39:27Z,This is a bugfix release to specify `packaging` as a dependency.,"{""url"": ""https://api.github.com/repos/pydata/xarray/releases/58397916/reactions"", ""total_count"": 5, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 5, ""rocket"": 0, ""eyes"": 0}",,13221727
https://github.com/pydata/xarray/releases/tag/v0.21.0,58234020,5635139,RE_kwDOAMm_X84DeJSk,v0.21.0,main,v0.21.0,0,0,2022-01-28T22:16:06Z,2022-01-28T22:19:16Z,"Many thanks to the 20 contributors to the v0.21.0 release!
Abel Aoun, Anderson Banihirwe, Ant Gib, Chris Roat, Cindy Chiao,
Deepak Cherian, Dominik Stańczak, Fabian Hofmann, Illviljan, Jody Klymak, Joseph
K Aicher, Mark Harfouche, Mathias Hauser, Matthew Roeschke, Maximilian Roos,
Michael Delgado, Pascal Bourgault, Pierre, Ray Bell, Romain Caneill, Tim Heap,
Tom Nicholas, Zeb Nicholls, joseph nowak, keewis.","{""url"": ""https://api.github.com/repos/pydata/xarray/releases/58234020/reactions"", ""total_count"": 3, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 3, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,13221727
https://github.com/pydata/xarray/releases/tag/v0.20.2,55011983,5635139,RE_kwDOAMm_X84DR2qP,v0.20.2,main,v0.20.2,0,0,2021-12-10T02:04:29Z,2021-12-10T02:07:25Z,"This is a bugfix release to resolve `xr.corr` & `xr.map_blocks` when dask is not installed.
It also includes performance improvements in unstacking to a `sparse` array and a
number of documentation improvements.
Many thanks to the 20 contributors:
Aaron Spring, Alexandre Poux, Deepak Cherian, Enrico Minack, Fabien Maussion,
Giacomo Caria, Gijom, Guillaume Maze, Illviljan, Joe Hamman, Joseph Hardin, Kai
Mühlbauer, Matt Henderson, Maximilian Roos, Michael Delgado, Robert Gieseke,
Sebastian Weigand and Stephan Hoyer.
",,,13221727
https://github.com/pydata/xarray/releases/tag/v0.18.2,43248747,5635139,MDc6UmVsZWFzZTQzMjQ4NzQ3,v0.18.2,release-0.18.2,v0.18.2,0,0,2021-05-19T21:34:01Z,2021-05-19T21:35:18Z,This release reverts a regression in xarray's unstacking of dask-backed arrays.,,,13221727
https://github.com/pydata/xarray/releases/tag/v0.18.1,43191495,5635139,MDc6UmVsZWFzZTQzMTkxNDk1,v0.18.1,master,v0.18.1,0,0,2021-05-19T06:43:51Z,2021-05-19T06:45:15Z,"This release is intended as a small patch release to be compatible with the new 2021.5.0 dask.distributed release. It also includes a new `drop_duplicates` method, some documentation improvements, the beginnings of our internal Index refactoring, and some bug fixes.",,,13221727
https://github.com/pydata/xarray/releases/tag/v0.17.0,38783411,5635139,MDc6UmVsZWFzZTM4NzgzNDEx,v0.17.0,master,v0.17.0,0,0,2021-02-26T06:08:48Z,2021-02-26T06:45:07Z,"This release brings a few important performance improvements, a wide range of usability upgrades, lots of bug fixes, and some new features. These include better ``cftime`` support, a new quiver plot, better ``unstack`` performance, more efficient memory use in rolling operations, and some python packaging improvements. We also have a few documentation improvements (and more planned!).",,,13221727
https://github.com/pydata/xarray/releases/tag/v0.16.1,31579974,5635139,MDc6UmVsZWFzZTMxNTc5OTc0,v0.16.1,master,v0.16.1,0,0,2020-09-20T19:37:54Z,2020-09-20T19:43:05Z,"This patch release fixes an incompatibility with a recent pandas change, which was causing an issue indexing with a ``datetime64``. It also includes improvements to ``rolling``, ``to_dataframe``, ``cov`` & ``corr`` methods and bug fixes. Our documentation has a number of improvements, including fixing all doctests and confirming their accuracy on every commit.",,,13221727
https://github.com/pydata/xarray/releases/tag/v0.16.0,28471456,5635139,MDc6UmVsZWFzZTI4NDcxNDU2,v0.16.0,master,v0.16.0,0,0,2020-07-11T20:37:16Z,2020-07-11T20:58:16Z,"This release adds `xarray.cov` & `xarray.corr` for covariance & correlation respectively; the `idxmax` & `idxmin` methods, the `polyfit` method & `xarray.polyval` for fitting polynomials, as well as a number of documentation improvements, other features, and bug fixes. Many thanks to all 44 contributors who contributed to this release.",,,13221727
https://github.com/pydata/xarray/releases/tag/v0.15.1,24788591,5635139,MDc6UmVsZWFzZTI0Nzg4NTkx,v0.15.1,732b6cd6248ce715da74f3cd7a0e211eaa1d0aa2,v0.15.1,0,0,2020-03-23T20:42:15Z,2020-03-23T21:04:25Z,"This release brings many new features such as `weighted` methods for weighted array reductions, a new jupyter repr by default, and the start of units integration with pint. There's also the usual batch of usability improvements, documentation additions, and bug fixes.",,,13221727
https://github.com/pydata/xarray/releases/tag/v0.14.1,21602642,5635139,MDc6UmVsZWFzZTIxNjAyNjQy,v0.14.1,master,,0,0,2019-11-19T22:40:36Z,2019-11-19T22:50:24Z,,,,13221727
https://github.com/pydata/xarray/releases/tag/v0.12.3,18940075,5635139,MDc6UmVsZWFzZTE4OTQwMDc1,v0.12.3,master,,0,0,2019-07-10T19:53:57Z,2019-07-29T21:00:24Z,,,,13221727
https://github.com/pydata/xarray/releases/tag/v0.12.1,17811286,5635139,MDc6UmVsZWFzZTE3ODExMjg2,v0.12.1,master,,0,0,2019-04-05T01:32:04Z,2019-06-05T22:22:41Z,,,,13221727