1- Announcing python-blosc2 0.1.10
2- ===============================
1+ Announcing python-blosc2 0.2.0
2+ ==============================
33
4- This is a maintenance release to use and distribute the latest
5- C-Blosc2 2.0.2 library.
4+ This is a major release implementing the super-chunk container that
5+ appeared in C-Blosc2.
6+
7+ This release is the result of a grant offered by
8+ the Python Software Foundation to Marta Iborra.
9+ A blog entry was written describing the difficulties and relevant
10+ aspects learned during the work:
11+ https://www.blosc.org/posts/python-blosc2-initial-release/
12+
13+ For more info, you can have a look at the release notes in:
14+
15+ https://github.com/Blosc/python-blosc2/releases
16+
17+ More docs and examples are available in the documentation site:
18+
19+ https://python-blosc2.rtfd.io
620
721
822Changes from python-blosc to python-blosc2
@@ -19,18 +33,6 @@ Changes from python-blosc to python-blosc2
1933* A bytearray or NumPy object can be passed to the `blosc2.decompress ` function to store the
2034 decompressed data.
2135
22- In this release the wheels come with headers and binaries for the C-Blosc2 library.
23- This is a convenient way to get access to the C-Blosc2 development files without
24- waiting for your favorite distribution system to get the latest version of it.
25-
26- For more info, you can have a look at the release notes in:
27-
28- https://github.com/Blosc/python-blosc2/releases
29-
30- More docs and examples are available in the documentation site:
31-
32- https://python-blosc2.rtfd.io
33-
3436
3537## What is it?
3638
@@ -42,17 +44,17 @@ via a memcpy() OS call. Blosc main goal is not just to reduce the
4244size of large datasets
4345on-disk or in-memory, but also to accelerate memory-bound computations.
4446
45- python-blosc2 is a pythonic wrapper for the c-blosc2 library.
47+ python-blosc2 is a pythonic wrapper for the C-Blosc2 library.
4648
4749
4850## Sources repository
4951
5052The sources and documentation are managed through github services at:
5153
52- http://github.com/Blosc/c -blosc2
54+ http://github.com/Blosc/python -blosc2
5355
5456c-blosc2 is distributed using the BSD license, see
55- [LICENSE](https://github.com/Blosc/c -blosc2/blob/master /LICENSE.txt )
57+ [LICENSE](https://github.com/Blosc/python -blosc2/blob/main /LICENSE)
5658for details.
5759
5860
0 commit comments