Skip to content

Commit

Permalink
Getting ready for release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Apr 11, 2020
1 parent 125e3dd commit a6622b2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 4 additions & 6 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
=============================
Announcing python-blosc 1.9.0
Announcing python-blosc 1.9.1
=============================

What is new?
============

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

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

Expand Down
4 changes: 3 additions & 1 deletion RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
Changes from 1.9.0 to 1.9.1
===========================

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


Changes from 1.8.3 to 1.9.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.1.dev0
1.9.1
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# The short X.Y version.
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = '1.9.1.dev0'
release = '1.9.1'

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

0 comments on commit a6622b2

Please sign in to comment.