Skip to content

Commit

Permalink
Update ANNOUNCE.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
robbmcleod committed Oct 27, 2017
1 parent d4b5b6e commit cfeae8a
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
Hi everyone,

This is primarily a maintenance release that fixes a number of newly discovered
bugs. The NumPy requirement has increased from 1.6 to 1.7 due to changes with
`numpy.nditer` flags. Thanks to Caleb P. Burns `ceil` and `floor` functions are
now supported.
bugs. <INSERT VERSION SPECIFIC INFORMATION HERE PRIOR TO RELEASE>

Project documentation is now available at:

http://numexpr.readthedocs.io/

P.S. due to seg-faults occuring for MKL with ceil and floor we have pushed a
quick patch for 2.6.3 to 2.6.4. Thanks to Christoph Gohkle for the fixes.

==========================
Announcing Numexpr 2.6.4
==========================

Changes from 2.6.4 to 2.6.5
---------------------------

- Constants in `where` no longer generate an exception. Thanks to
Mahdi Ben Jelloul for the fix.
- Github user 'mamrehn' found and fixed several typos in the documentation,
so thanks for that.
- Import time was reduced from about 0.27 s to 0.1 s in order to speed
imports for dependant modules such as `pandas` and `pytables`. Imports
of `pkg_resources` were removed, and `numexpr.cpu` is now lazily imported.
If you need CPU information, import `numexpr.cpu_info.cpu as cpu`.
Thanks to Jason Sachs for pointing out the source of the slow-down.

Changes from 2.6.3 to 2.6.4
---------------------------

Expand Down

0 comments on commit cfeae8a

Please sign in to comment.