Commit graph

5 commits

Author SHA1 Message Date
Po-Chuan Hsieh
22651a33c0
archivers/py-blosc2: Update to 2.3.1
Changes:	https://github.com/Blosc/python-blosc2/releases
2023-11-15 01:15:35 +08:00
Po-Chuan Hsieh
71d16f55f0
archivers/py-blosc2: Update to 2.2.8
Changes:	https://github.com/Blosc/python-blosc2/releases
2023-09-30 08:44:23 +08:00
Po-Chuan Hsieh
c867bec8c9
archivers/py-blosc2: Update to 2.2.6
Changes:	https://github.com/Blosc/python-blosc2/releases
		https://github.com/Blosc/python-blosc2/blob/main/RELEASE_NOTES.md
2023-08-17 02:25:14 +08:00
Po-Chuan Hsieh
a3a1f93789
archivers/py-blosc2: Update to 2.2.2
Changes:	https://github.com/Blosc/python-blosc2/releases
2023-05-27 12:08:18 +08:00
Po-Chuan Hsieh
30dd3d5abd
archivers/py-blosc2: Add py-blosc2 2.2.0
C-Blosc2 is the new major version of C-Blosc, and is backward compatible with
both the C-Blosc1 API and its in-memory format. Python-Blosc2 is a Python
package that wraps C-Blosc2, the newest version of the Blosc compressor.

Currently Python-Blosc2 already reproduces the API of Python-Blosc, so it can be
used as a drop-in replacement. However, there are a few exceptions for a full
compatibility.

In addition, Python-Blosc2 aims to leverage the new C-Blosc2 API so as to
support super-chunks, multi-dimensional arrays (NDArray), serialization and
other bells and whistles introduced in C-Blosc2. Although this is always and
endless process, we have already catch up with most of the C-Blosc2 API
capabilities.

Note: Python-Blosc2 is meant to be backward compatible with Python-Blosc data.
That means that it can read data generated with Python-Blosc, but the opposite
is not true (i.e. there is no forward compatibility).
2023-04-19 02:00:40 +08:00