Skip to content

Commit fb0aab3

Browse files
committed
Getting ready for release 0.1.6
1 parent a3cc738 commit fb0aab3

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

ANNOUNCE.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Announcing python-blosc2 0.1.1
1+
Announcing python-blosc2 0.1.6
22
==============================
33

44
Changes 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

2122
For more info, you can have a look at the release notes in:
2223

RELEASE_NOTES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.6.dev0
1+
0.1.6

0 commit comments

Comments
 (0)