Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special case chunk encoding for dict chunk store #359

Merged
merged 10 commits into from
Feb 16, 2019
Prev Previous commit
Next Next commit
Note dict stores bytes and preemptive copy dropped
jakirkham committed Feb 14, 2019
commit 13ada7f8cc4c68c6ec7f5a2c0ef5b4598a522ddd
5 changes: 5 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
@@ -56,6 +56,11 @@ Bug fixes
* Always use a ``tuple`` when indexing a NumPy ``ndarray``.
By :user:`John Kirkham <jakirkham>`, :issue:`376`

* Ensure when ``Array`` uses a ``dict``-based chunk store that it only contains
``bytes`` to facilitate comparisons and protect against writes. Drop the copy
for the no filter/compressor case as this handles that case.
By :user:`John Kirkham <jakirkham>`, :issue:`359`

Maintenance
~~~~~~~~~~~