<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/py-numexpr/Makefile, branch 7-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=7-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=7-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2013-01-30T19:51:53Z</updated>
<entry>
<title>- Update to 2.0.1</title>
<updated>2013-01-30T19:51:53Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2013-01-30T19:51:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b29a55732f0941295b5f5ef0b3c3ac230a69faff'/>
<id>urn:sha1:b29a55732f0941295b5f5ef0b3c3ac230a69faff</id>
<content type='text'>
- Cleanup Makefile header
- Sort PLIST

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
</content>
</entry>
<entry>
<title>- Update to 1.4.2</title>
<updated>2011-09-23T05:03:38Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2011-09-23T05:03:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9094e9fa533710207a2af5832073b4f93a80cc63'/>
<id>urn:sha1:9094e9fa533710207a2af5832073b4f93a80cc63</id>
<content type='text'>
Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
</content>
</entry>
<entry>
<title>- Pet portlint</title>
<updated>2011-09-21T17:07:19Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2011-09-21T17:07:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e6762dbc51e2816c6302f7e46ce3e42882e80e35'/>
<id>urn:sha1:e6762dbc51e2816c6302f7e46ce3e42882e80e35</id>
<content type='text'>
- Take maintainership
</content>
</entry>
<entry>
<title>- Reassign to the heap</title>
<updated>2011-09-21T16:48:43Z</updated>
<author>
<name>Thomas Abthorpe</name>
<email>tabthorpe@FreeBSD.org</email>
</author>
<published>2011-09-21T16:48:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bfc22dc30747dd00bab2215ad4ac9e750ba172f4'/>
<id>urn:sha1:bfc22dc30747dd00bab2215ad4ac9e750ba172f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to 1.4.1</title>
<updated>2010-10-21T01:39:56Z</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2010-10-21T01:39:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bb4da8f5a18ffe98400d278e73ac7331583c8031'/>
<id>urn:sha1:bb4da8f5a18ffe98400d278e73ac7331583c8031</id>
<content type='text'>
Approved by:	maintainer(implicit)
</content>
</entry>
<entry>
<title>numexpr - Fast numerical array expression evaluator for Python and NumPy.</title>
<updated>2010-07-05T08:18:12Z</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2010-07-05T08:18:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=714db4465a30d893e20064843c6533e2189037e4'/>
<id>urn:sha1:714db4465a30d893e20064843c6533e2189037e4</id>
<content type='text'>
The numexpr package evaluates multiple-operator array expressions many times
faster than NumPy can. It accepts the expression as a string, analyzes it,
rewrites it more efficiently, and compiles it to faster Python code on the fly.
It's the next best thing to writing the expression in C and compiling it with
a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler
at runtime.

Also, numexpr has support for the Intel VML (Vector Math Library) -- integrated
in Intel MKL (Math Kernel Library) --, allowing nice speed-ups when computing
transcendental functions (like trigonometrical, exponentials...) on top of
Intel-compatible platforms. This support also allows to use multiple cores in
your computations.

WWW: http://code.google.com/p/numexpr/

PR:		ports/148372
Submitted by:	Ju Pengfei &lt;jupengfei@gmail.com&gt;
Feature safe:	yes
</content>
</entry>
</feed>
