Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1907

ANN: numexpr 2.4.5 released

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Francesc Alted <faltet@gmail.com>
Newsgroups comp.lang.python.announce
Subject ANN: numexpr 2.4.5 released
Date Mon, 2 Nov 2015 11:09:05 +0100
Lines 55
Approved python-announce-list@python.org
Message-ID <mailman.55.1446458980.4463.python-announce-list@python.org> (permalink)
Reply-To faltet@gmail.com
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de KVfmzShtJbxNxll2zLCsSAr9iSUO1cEsnYH03TSPjI+Q==
Return-Path <faltet@gmail.com>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'warnings': 0.03; 'dependency': 0.07; 'expressions': 0.07; 'pypi': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; 'suggestions,': 0.07; 'cc:addr:googlegroups.com': 0.09; 'library),': 0.09; 'url:github': 0.09; 'url:rst': 0.09; 'bug': 0.10; 'python.': 0.11; '(but': 0.15; '==========': 0.16; 'alted': 0.16; 'bugs,': 0.16; 'francesc': 0.16; 'from:addr:faltet': 0.16; 'from:name:francesc alted': 0.16; 'numpy': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'silenced': 0.16; 'memory': 0.17; 'numerical': 0.18; 'cc:addr:python.org': 0.20; 'cc:2**2': 0.20; 'arrays': 0.22; 'see:': 0.22; 'skip:= 20': 0.22; '(like': 0.23; 'message-id:@mail.gmail.com': 0.27; 'skip:( 20': 0.28; 'cc:no real name:2**1': 0.29; 'allows': 0.30; 'url:wiki': 0.30; 'code': 0.30; 'version,': 0.30; 'fixed': 0.31; 'operate': 0.32; 'changed': 0.33; 'url:python': 0.33; 'skip:& 20': 0.35; 'received:google.com': 0.35; 'requiring': 0.35; 'project': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'evaluation': 0.36; 'hosted': 0.36; 'subject:: ': 0.37; 'release': 0.37; 'doing': 0.38; 'detail': 0.38; 'received:209': 0.38; 'drop': 0.38; 'test': 0.39; 'where': 0.40; 'some': 0.40; 'your': 0.60; 'share': 0.61; 'engine': 0.62; 'more': 0.63; 'enjoy': 0.66; 'here': 0.66; 'header:Reply-To:1': 0.67; 'reply-to:no real name:2**0': 0.71; 'reply- to:addr:gmail.com': 0.76; 'heavy': 0.81; 'divide': 0.84; 'url:master': 0.84; 'adopt': 0.91; 'announcing': 0.91; 'have.': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; bh=VCPhHpptzo4dEjDedok2RG3TtdlYz7j4kJ5+oOohFXo=; b=Zei6rMJPp2qyYxVEsdETGY2ELxVn9TBD0TGdssqnTqd6BFrFlqtJxKsrKIS7CrIao4 dMwSiPjdbZjG5fbeySGidT+JUpt66BNJpXSqwjl+k3aq6k9Fie7oVdzuMvXvWFT+1WAf xD1a5L3QWZVGYTw+rx4Caq5j1qK3sw9u8ARzJeAkFHqUV5ZgBiA9kgG6MQTEpep6c8b2 Fd/0AKFHSNV1E+pTSYVPPHTGtWwpB8nDrK4LGRb7bMwBtJV6Osln/HIkPp23UoMPywN1 9BpT+/bYSfkUCd60VQIvv81eMYmwvc1rLN/D1MfOHaATlWSd3gOyqNi6B1SdM9lUglY8 dZNg==
X-Received by 10.13.201.199 with SMTP id l190mr15387227ywd.39.1446458945619; Mon, 02 Nov 2015 02:09:05 -0800 (PST)
X-Mailman-Approved-At Mon, 02 Nov 2015 05:09:39 -0500
X-Content-Filtered-By Mailman/MimeDel 2.1.20+
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python.announce:1907

Show key headers only | View raw


=========================
 Announcing Numexpr 2.4.5
=========================

Numexpr is a fast numerical expression evaluator for NumPy.  With it,
expressions that operate on arrays (like "3*a+4*b") are accelerated
and use less memory than doing the same calculation in Python.

It wears multi-threaded capabilities, as well as support for Intel's
MKL (Math Kernel Library), which allows an extremely fast evaluation
of transcendental functions (sin, cos, tan, exp, log...)  while
squeezing the last drop of performance out of your multi-core
processors.  Look here for a some benchmarks of numexpr using MKL:

https://github.com/pydata/numexpr/wiki/NumexprMKL

Its only dependency is NumPy (MKL is optional), so it works well as an
easy-to-deploy, easy-to-use, computational engine for projects that
don't want to adopt other solutions requiring more heavy dependencies.

What's new
==========

This is a maintenance release where an important bug in multithreading
code has been fixed (#185 Benedikt Reinartz, Francesc Alted).  Also,
many harmless warnings (overflow/underflow, divide by zero and others)
in the test suite have been silenced  (#183, Francesc Alted).

In case you want to know more in detail what has changed in this
version, see:

https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst

Where I can find Numexpr?
=========================

The project is hosted at GitHub in:

https://github.com/pydata/numexpr

You can get the packages from PyPI as well (but not for RC releases):

http://pypi.python.org/pypi/numexpr

Share your experience
=====================

Let us know of any bugs, suggestions, gripes, kudos, etc. you may
have.


Enjoy data!

-- 
Francesc Alted

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

ANN: numexpr 2.4.5 released Francesc Alted <faltet@gmail.com> - 2015-11-02 11:09 +0100

csiph-web