releases
2 rows where author = 14808389 sorted by created_at descending
This data as json, CSV (advanced)
Suggested facets: 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
142518814 | https://github.com/pydata/xarray/releases/tag/v2024.02.0 | keewis 14808389 | RE_kwDOAMm_X84Ifqoe | v2024.02.0 | main | v2024.02.0 | 0 | 0 | 2024-02-18T23:06:21Z | 2024-02-19T00:28:54Z | This release brings size information to the text Thanks to our 12 contributors: Anderson Banihirwe, Deepak Cherian, Eivind Jahren, Etienne Schalk, Justus Magin, Marco Wolsza, Mathias Hauser, Matt Savoie, Maximilian Roos, Rambaud Pierrick, Tom Nicholas |
{ "url": "https://api.github.com/repos/pydata/xarray/releases/142518814/reactions", "total_count": 4, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 2, "eyes": 0 } |
xarray 13221727 | |
69069512 | https://github.com/pydata/xarray/releases/tag/v2022.06.0rc0 | keewis 14808389 | RE_kwDOAMm_X84EHerI | v2022.06.0rc0 | main | v2022.06.0rc0 | 0 | 1 | 2022-06-09T14:49:21Z | 2022-06-09T14:54:20Z | This pre-release brings a number of bug fixes and improvements, most notably a major internal refactor of the indexing functionality and the use of Many thanks to the 39 contributors: Abel Soares Siqueira, Alex Santana, Anderson Banihirwe, Benoit Bovy, Blair Bonnett, Brewster Malevich, brynjarmorka, Charles Stern, Christian Jauvin, Deepak Cherian, Emma Marshall, Fabien Maussion, Greg Behm, Guelate Seyo, Illviljan, Joe Hamman, Joseph K Aicher, Justus Magin, Kevin Paul, Louis Stenger, Mathias Hauser, Mattia Almansi, Maximilian Roos, Michael Bauer, Michael Delgado, Mick, ngam, Oleh Khoma, Oriol Abril-Pla, Philippe Blain, PLSeuJ, Sam Levang, Spencer Clark, Stan West, Thomas Nicholas, Thomas Vogt, Tom White, Xianxiang Li |
{ "url": "https://api.github.com/repos/pydata/xarray/releases/69069512/reactions", "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 } |
xarray 13221727 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);