File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1- Announcing python-blosc2 0.1.1
1+ Announcing python-blosc2 0.1.6
22==============================
33
44Changes from python-blosc to python-blosc2
@@ -15,8 +15,9 @@ Changes from python-blosc to python-blosc2
1515* A bytearray or NumPy object can be passed to the `blosc2.decompress ` function to store the
1616 decompressed data.
1717
18- In this release the package is compiled using the scikit-build tool
19- for a better integration with the C dependencies.
18+ In this release the wheels come with headers and binaries for the C-Blosc2 library.
19+ This is a convenient way to get access to the C-Blosc2 development files without
20+ waiting for your favorite distribution system to get the latest version of it.
2021
2122For more info, you can have a look at the release notes in:
2223
Original file line number Diff line number Diff line change 22
33## Changes from python-blosc2 0.1.5 to python-blosc2 0.1.6
44
5- XXX version-specific blurb XXX
5+ * Headers and binaries for the C-Blosc2 library are starting
6+ to being distributed inside wheels.
7+
8+ * Internal C-Blosc2 submodule updated to 2.0.0-rc2.
9+
10+ * Repeating measurements 4 times in benchs so as to get more
11+ consistent figures.
612
713
814## Changes from python-blosc2 0.1.1 to python-blosc2 0.1.5
Original file line number Diff line number Diff line change 1- 0.1.6.dev0
1+ 0.1.6
You can’t perform that action at this time.
0 commit comments