non port: archivers/py-blosc2/files/patch-pyproject.toml |
Number of commits found: 5 |
Tuesday, 14 Nov 2023
|
17:15 Po-Chuan Hsieh (sunpoet)
archivers/py-blosc2: Update to 2.3.1
Changes: https://github.com/Blosc/python-blosc2/releases
22651a3 |
Saturday, 30 Sep 2023
|
00:44 Po-Chuan Hsieh (sunpoet)
archivers/py-blosc2: Update to 2.2.8
Changes: https://github.com/Blosc/python-blosc2/releases
71d16f5 |
Wednesday, 16 Aug 2023
|
18:25 Po-Chuan Hsieh (sunpoet)
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
c867bec |
Saturday, 27 May 2023
|
04:08 Po-Chuan Hsieh (sunpoet)
archivers/py-blosc2: Update to 2.2.2
Changes: https://github.com/Blosc/python-blosc2/releases
a3a1f93 |
Tuesday, 18 Apr 2023
|
18:00 Po-Chuan Hsieh (sunpoet)
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).
30dd3d5 |
Number of commits found: 5 |