releases: 6093527
This data as json
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/v0.9.3 | 6093527 | 1217238 | MDc6UmVsZWFzZTYwOTM1Mjc= | v0.9.3 | main | v0.9.3 | 0 | 0 | 2017-04-16T20:43:25Z | 2017-04-16T20:53:27Z | Enhancements - Add .persist() method to Datasets and DataArrays to enable persisting data in distributed memory (GH1344). By Matthew Rocklin. - New expand_dims() method for DataArray and Dataset (GH1326). By Keisuke Fujii. Bug fixes - Fix .where() with drop=True when arguments do not have indexes (GH1350). This bug, introduced in v0.9, resulted in xarray producing incorrect results in some cases. By Stephan Hoyer. - Fixed writing to file-like objects with to_netcdf() (GH1320). Stephan Hoyer. - Fixed explicitly setting engine='scipy' with to_netcdf when not providing a path (GH1321). Stephan Hoyer. - Fixed open_dataarray does not pass properly its parameters to open_dataset (GH1359). Stephan Hoyer. - Ensure test suite works when runs from an installed version of xarray (GH1336). Use @pytest.mark.slow instead of a custom flag to mark slow tests. By Stephan Hoyer |
13221727 |