@@ -4,20 +4,19 @@ Announcing python-blosc2 0.1.0
44Changes from python-blosc to python-blosc2
55------------------------------------------
66
7- * The functions `compress_ptr ` and `decompress_ptr ` are replaced by pack and unpack since Pickle protocol 5 comes with out-of-band data.
8- * The function `pack_array ` is equivalent to `pack `, which accepts any object with attributes `itemsize ` and `size `.
9- * On the other hand, the function `unpack ` doesn't return a numpy array whereas the `unpack_array ` builds that array.
10- * The `blosc.NOSHUFFLE ` is replaced by the `blosc2.NOFILTER `
11- * A bytearray or NumPy object can be passed to the `blosc2.decompress ` function to store the decompressed data.
12-
13-
14-
15-
7+ * The functions `compress_ptr ` and `decompress_ptr ` are replaced by pack and unpack since Pickle
8+ protocol 5 comes with out-of-band data.
9+ * The function `pack_array ` is equivalent to `pack `, which accepts any object with attributes `itemsize `
10+ and `size `.
11+ * On the other hand, the function `unpack ` doesn't return a numpy array whereas the `unpack_array `
12+ builds that array.
13+ * The `blosc.NOSHUFFLE ` is replaced by the `blosc2.NOFILTER `, but for backward
14+ compatibility `blosc2.NOSHUFFLE ` still exists.
15+ * A bytearray or NumPy object can be passed to the `blosc2.decompress ` function to store the
16+ decompressed data.
1617
1718In this release the package is compiled using the scikit-build tool
18- for a better integration
19- with the C dependencies.
20-
19+ for a better integration with the C dependencies.
2120
2221For more info, you can have a look at the release notes in:
2322
@@ -38,7 +37,6 @@ via a memcpy() OS call. Blosc main goal is not just to reduce the
3837size of large datasets
3938on-disk or in-memory, but also to accelerate memory-bound computations.
4039
41-
4240python-blosc2 is a pythonic wrapper for the c-blosc2 library.
4341
4442
6361http://groups.google.es/group/blosc
6462
6563
64+ ## Tweeter feed
65+
66+ Please follow @Blosc2 to get informed about the latest developments.
67+
68+
6669Enjoy Data!
6770- The Blosc Development Team
0 commit comments