Hi,
After the change of repo, I think it is time to cut a new release for
numexpr 2.3. I would appreciate if you can give that a go before
releasing a final release. Also, I am really interested in hearing
about your Windows and MKL experience.
And now, the official announcement:
==========================
Announcing Numexpr 2.3 RC1
==========================
What's new
==========
The repository has been migrated to
https://github.com/pydata/numexpr.
All new tickets and PR should be directed there.
Also, a `conj()` function for computing the conjugate of complex
arrays has been added. Thanks to David Menéndez. See PR #125.
And finallly, we fixed a DeprecationWarning derived of using ``oa_ndim
== 0`` and ``op_axes == NULL`` in `NpyIter_AdvancedNew`. Thanks to
Mark Wiebe for advise on how to fix this properly.
In case you want to know more in detail what has changed in this
version, see:
https://github.com/pydata/numexpr/wiki/Release-Notes
or have a look at RELEASE_NOTES.txt in the tarball.
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):
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