File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11=============================
2- Announcing python-blosc 1.9.0
2+ Announcing python-blosc 1.9.1
33=============================
44
55What 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
1412For more info, you can have a look at the release notes in:
1513
Original file line number Diff line number Diff line change 1313Changes 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
1921Changes from 1.8.3 to 1.9.0
Original file line number Diff line number Diff line change 1- 1.9.1.dev0
1+ 1.9.1
Original file line number Diff line number Diff line change 5858# The short X.Y version.
5959version = '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.
You can’t perform that action at this time.
0 commit comments