releases
7 rows where author = 2443309 sorted by created_at descending
This data as json, CSV (advanced)
Suggested facets: target_commitish, prerelease, body, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
20693780 | https://github.com/pydata/xarray/releases/tag/v0.14.0 | jhamman 2443309 | MDc6UmVsZWFzZTIwNjkzNzgw | v0.14.0 | master | v0.14.0 | 0 | 0 | 2019-10-14T19:52:45Z | 2019-10-14T21:22:57Z | xarray 13221727 | |||
3809120 | https://github.com/pydata/xarray/releases/tag/v0.8.0 | jhamman 2443309 | MDc6UmVsZWFzZTM4MDkxMjA= | v0.8.0 | main | v0.8.0 | 0 | 0 | 2016-08-03T18:08:44Z | 2016-08-04T04:46:51Z | v0.8.0 (2 August 2016)This release includes new features and bug fixes, including several breaking changes. Breaking changes
Enhancements
Bug fixes
|
xarray 13221727 | ||
3808932 | https://github.com/pydata/xarray/releases/tag/v0.8.0rc1 | jhamman 2443309 | MDc6UmVsZWFzZTM4MDg5MzI= | v0.8.0rc1 | main | v0.8.0rc1 | 0 | 1 | 2016-07-29T04:37:38Z | 2016-08-04T03:43:56Z | xarray 13221727 | |||
3808931 | https://github.com/pydata/xarray/releases/tag/v0.7.2 | jhamman 2443309 | MDc6UmVsZWFzZTM4MDg5MzE= | v0.7.2 | main | v0.7.2 | 0 | 0 | 2016-03-14T03:55:14Z | 2016-08-04T03:43:41Z | xarray 13221727 | |||
3808930 | https://github.com/pydata/xarray/releases/tag/v0.7.1 | jhamman 2443309 | MDc6UmVsZWFzZTM4MDg5MzA= | v0.7.1 | main | v0.7.1 | 0 | 0 | 2016-02-17T07:16:00Z | 2016-08-04T03:43:28Z | xarray 13221727 | |||
3808927 | https://github.com/pydata/xarray/releases/tag/v0.7.0 | jhamman 2443309 | MDc6UmVsZWFzZTM4MDg5Mjc= | v0.7.0 | main | v0.7.0 | 0 | 0 | 2016-01-22T02:02:32Z | 2016-08-04T03:43:02Z | xarray 13221727 | |||
2011555 | https://github.com/pydata/xarray/releases/tag/v0.6.1 | jhamman 2443309 | MDc6UmVsZWFzZTIwMTE1NTU= | v0.6.1 | main | v0.6.1 | 0 | 0 | 2015-10-21T17:07:07Z | 2015-10-23T22:29:44Z | This release contains a number of bug and compatibility fixes, as well as enhancements to plotting, indexing and writing files to disk. Note that the minimum required version of dask for use with xray is now version 0.6.
- Faceted plotting through See the What's New page for more information. Please report any issues here. You an install the latest version of xray via
or via
|
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]);