doi.org
August 2016 • Stephan Hoyer, Clark Fitzgerald, Joseph Hamman, akleeman, Thomas Kluyver, Maximilian Roos, Jonathan Helmus, Markel, Pete Cable, Fabien Maussion, Alis…
v0.8.0 (2 August 2016) This release includes new features and bug fixes, including several breaking changes. Breaking changes Dropped support for Python 2.6 (#855). Indexing on multi-index now drop levels, which is consistent with pandas. It also changes the name of the dimension / coordinate when the multi-index is reduced to a single index (#802). Contour plots no longer add a colorbar per default (#866). Filled contour plots are unchanged. DataArray.values and .data now always returns an NumPy array-like object…