Skip to content

Commit a6622b2

Browse files
committed
Getting ready for release 1.9.1
1 parent 125e3dd commit a6622b2

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

ANNOUNCE.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
=============================
2-
Announcing python-blosc 1.9.0
2+
Announcing python-blosc 1.9.1
33
=============================
44

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

8-
In this release we got rid of support for Python 2.7 and 3.5.
9-
Also, we fixed the copy of the leftovers of a chunk when its size is not a
10-
multiple of the typesize. Although this is a very unusual situation,
11-
it can certainly happen (e.g. https://github.com/Blosc/python-blosc/issues/220).
12-
Finally, sources for C-Blosc v1.18.1 have been included.
8+
We disabled the attempt to include support for SSE2 and AVX2 on
9+
non-Intel platforms, allowing the build on such platforms (see #244).
10+
Thanks to Lehman Garrison.
1311

1412
For more info, you can have a look at the release notes in:
1513

RELEASE_NOTES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
Changes from 1.9.0 to 1.9.1
1414
===========================
1515

16-
#XXX version-specific blurb XXX#
16+
- Disable the attempt to include support for SSE2 and AVX2 on non-Intel
17+
platforms, allowing the build on such platforms (see #244). Thanks
18+
to Lehman Garrison.
1719

1820

1921
Changes from 1.8.3 to 1.9.0

VERSION

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

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '1.9'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '1.9.1.dev0'
61+
release = '1.9.1'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

0 commit comments

Comments
 (0)