Skip to content

Commit 9d172bf

Browse files
committed
Getting ready for release 1.11.0
1 parent edafe6d commit 9d172bf

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

ANNOUNCE.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
==============================
2-
Announcing python-blosc 1.10.6
2+
Announcing python-blosc 1.11.0
33
==============================
44

55
What is new?
66
============
77

8-
This is a maintenance release for including the cmake directory in
9-
distributed files.
8+
This is a maintenance release with many improvements cummulated during
9+
the last year. Besides coming with the latest C-Blosc sources (1.21.2),
10+
there are quite a lot of fixes, specially in the build process. And we
11+
added support for Python 3.10 and 3.11, and deprecated Python 3.7.
1012

11-
We are generating wheels for Intel (64 bits) and all major OS
12-
(Win, Linux, Mac). In addition to extensions, we are distributing library
13+
Now, we are generating wheels for Python 3.10 and 3.11 (finally!).
14+
In addition to extensions, we are distributing library
1315
binaries in the wheels too. This way, people willing to use the C-Blosc
1416
library can make use of these wheels to install the necessary development
1517
files. For details, see:

RELEASE_NOTES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ Changes from 1.10.6 to 1.10.7
1616
* Many small code improvements, improved consistency and typo fixes.
1717
Thanks to Dimitri Papadopoulos Orfanos.
1818

19+
* Support for Python 3.11. Support for Python 3.7 has been dropped.
20+
Thanks to Dimitri Papadopoulos Orfanos.
1921

22+
* Several other fixes, mainly related with the building process, which
23+
should be more solid now in different situations.
2024

2125

2226
Changes from 1.10.5 to 1.10.6

VERSION

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

0 commit comments

Comments
 (0)