Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/blosc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Blosc
.. automethod:: decode
.. automethod:: get_config
.. automethod:: from_config
.. automethod:: decode_partial

Helper functions
----------------
Expand All @@ -28,3 +29,4 @@ Helper functions
.. autofunction:: cbuffer_metainfo
.. autofunction:: compress
.. autofunction:: decompress
.. autofunction:: decompress_partial
3 changes: 3 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Release notes
Upcoming Release
----------------

* Add partial decompression of Blosc compressed arrays.
By :user:`Andrew Fulton <andrewfulton9>`, :issue:`235`.

* Remove LegacyJSON codec.
By :user:`James Bourbeau <jrbourbeau>`, :issue:`226`.

Expand Down
Loading