File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11==========================
2- Announcing Numexpr 2.6.8
2+ Announcing Numexpr 2.6.9
33==========================
44
55Hi everyone,
66
7- #XXX version-specific blurb XXX#
7+ This is a version-bump release to provide wheels for Python 3.7.1 on Windows
8+ platforms.
89
910Project documentation is available at:
1011
1112http://numexpr.readthedocs.io/
1213
13- Changes from 2.6.7 to 2.6.8
14+ Changes from 2.6.8 to 2.6.9
1415---------------------------
1516
16- - Add check to make sure that `f_locals ` is not actually `f_globals ` when we
17- do the `f_locals ` clear to avoid the #310 memory leak issue.
18- - Compare NumPy versions using `distutils.version.LooseVersion ` to avoid issue
19- #312 when working with NumPy development versions.
20- - As part of `multibuild `, wheels for Python 3.7 for Linux and MacOSX are now
21- available on PyPI.
17+ - Thanks to Mike Toews for more robust handling of the thread-setting
18+ environment variables.
19+ - With Appveyor updating to Python 3.7.1, wheels for Python 3.7 are now
20+ available in addition to those for other OSes.
2221
2322What's Numexpr?
2423---------------
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Changes from 2.6.8 to 2.6.9
77
88- Thanks to Mike Toews for more robust handling of the thread-setting
99 environment variables.
10+ - With Appveyor updating to Python 3.7.1, wheels for Python 3.7 are now
11+ available in addition to those for other OSes.
1012
1113Changes from 2.6.7 to 2.6.8
1214---------------------------
Original file line number Diff line number Diff line change 88# rights to use.
99####################################################################
1010
11- version = '2.6.9dev0 '
11+ version = '2.6.9 '
You can’t perform that action at this time.
0 commit comments