Skip to content

Commit c09d2f1

Browse files
committed
Getting ready for release 1.10.1
1 parent 8056ac2 commit c09d2f1

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/cibuildwheels.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ jobs:
7373
CIBW_BUILD: 'cp37-* cp38-* cp39-*'
7474
CIBW_BEFORE_BUILD: pip install -r requirements.txt
7575
CIBW_BEFORE_TEST: pip install numpy
76-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1 manylinux2010 manylinux2014
77-
CIBW_MANYLINUX_I686_IMAGE: manylinux1 manylinux2010 manylinux2014
7876
CIBW_TEST_COMMAND: python {project}/blosc/test.py
7977
CIBW_BUILD_VERBOSITY: 1
8078

ANNOUNCE.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
==============================
2-
Announcing python-blosc 1.10.0
2+
Announcing python-blosc 1.10.1
33
==============================
44

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

8-
This is a maintenance release mainly to support Python wheels. Also,
9-
we have updated the internal C-Blosc sources to 1.21.0.
8+
This is a maintenance release mainly to support Python wheels.
9+
We added pyproject.toml to fix issues when building the package for
10+
a Python version that does not have a wheel.
1011

1112
We are generating wheels for Intel (32 and 64 bits) and all major OS
1213
(Win, Linux, Mac). In addition to extensions, we are distributing library

RELEASE_NOTES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
Changes from 1.10.0 to 1.10.1
1212
============================
1313

14-
#XXX version-specific blurb XXX#
14+
- Added pyproject.toml to fix issues when building the package for a
15+
Python version that does not have a wheel. See:
16+
https://github.com/Blosc/python-blosc/issues/239
17+
18+
- Added blosc/c-blosc/README.md in the source distribution. See:
19+
https://github.com/Blosc/python-blosc/pull/240
1520

1621

1722
Changes from 1.9.2 to 1.10.0

VERSION

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

0 commit comments

Comments
 (0)