Skip to content

Commit c0b4e40

Browse files
committed
Getting ready for release 2.6.9
1 parent 6b6c483 commit c0b4e40

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

ANNOUNCE.rst

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
==========================
2-
Announcing Numexpr 2.6.8
2+
Announcing Numexpr 2.6.9
33
==========================
44

55
Hi 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

910
Project documentation is available at:
1011

1112
http://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

2322
What's Numexpr?
2423
---------------

RELEASE_NOTES.rst

+2
Original file line numberDiff line numberDiff 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

1113
Changes from 2.6.7 to 2.6.8
1214
---------------------------

numexpr/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# rights to use.
99
####################################################################
1010

11-
version = '2.6.9dev0'
11+
version = '2.6.9'

0 commit comments

Comments
 (0)