Skip to content

Commit 993e18b

Browse files
authored
Merge pull request #241 from Blosc/v1.10.1
v1.10.1
2 parents 4ce0bb1 + 895ca4b commit 993e18b

8 files changed

Lines changed: 2706 additions & 2118 deletions

File tree

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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@
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
20+
21+
- Vendored cpuinfo.py updated to version 7.0.0.
1522

1623

1724
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.dev0
1+
1.10.1

0 commit comments

Comments
 (0)