File tree 3 files changed +11
-10
lines changed
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
==========================
2
- Announcing Numexpr 2.6.8
2
+ Announcing Numexpr 2.6.9
3
3
==========================
4
4
5
5
Hi everyone,
6
6
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.
8
9
9
10
Project documentation is available at:
10
11
11
12
http://numexpr.readthedocs.io/
12
13
13
- Changes from 2.6.7 to 2.6.8
14
+ Changes from 2.6.8 to 2.6.9
14
15
---------------------------
15
16
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.
22
21
23
22
What's Numexpr?
24
23
---------------
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Changes from 2.6.8 to 2.6.9
7
7
8
8
- Thanks to Mike Toews for more robust handling of the thread-setting
9
9
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.
10
12
11
13
Changes from 2.6.7 to 2.6.8
12
14
---------------------------
Original file line number Diff line number Diff line change 8
8
# rights to use.
9
9
####################################################################
10
10
11
- version = '2.6.9dev0 '
11
+ version = '2.6.9 '
You can’t perform that action at this time.
0 commit comments