Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #973
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <markflorisson88@gmail.com> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.089 |
| X-Spam-Evidence | '*H*': 0.83; '*S*': 0.01; 'languages.': 0.04; 'compiler': 0.07; 'expressions': 0.07; 'dependency': 0.09; 'url:github': 0.09; 'python': 0.11; 'url:download': 0.12; '(complex': 0.16; 'numpy': 0.16; 'to:addr:python-announce-list': 0.16; 'stack': 0.19; 'code,': 0.22; 'adds': 0.24; 'integrate': 0.24; 'math': 0.24; 'supported': 0.26; 'array': 0.29; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; 'allows': 0.31; 'received:209.85': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'received:209': 0.37; 'performance': 0.37; 'to:addr:python.org': 0.39; 'users': 0.40; 'release': 0.40; 'new': 0.61; 'url:index': 0.63; 'to:2**2': 0.65; 'url:0': 0.67; 'optimized': 0.68; 'specializing': 0.68; 'to:no real name:2**2': 0.72; 'foreign': 0.74; 'goal': 0.75; '======': 0.84; '============': 0.84; 'compiles': 0.84; 'functions:': 0.84; 'improved.': 0.84; 'url:master': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Cgz0TUcxyziTAQ8WYhzyfqJ/nuW2Dk7B3eIPjOPkTPs=; b=pqTaMZLCJhAapVtiM5Y8onJziqrUD/pTHHlbWQG4X6F0sHzqxwvbtv4eiiEfvTPnBn N3HEaLDYJbywHpEFWLDtuqH+BWjUU7/Fj1sf2vFFZhBf3D8bFCYgt/o6bJGpiv0PCFqZ omEP4Y7z7G2uFFLlpAosRy2z2yrswODxLHv09c/ijNAOyaE+lc+/dZvO/CKBCxeFIUZD x0UCpiTqoWCa8AJtrjvdFChhf+75vNX2iITGsztMZDMptKhqGUkFnMllalrhPxrpTi4G 0v6X/Vu4lNeLVk6h3XlI+sJFWiMVmGnjB+PKMTClSWqOa87OrUnUTYzcL0tBaFk0LgVg wb/w== |
| MIME-Version | 1.0 |
| X-Received | by 10.229.23.136 with SMTP id r8mr4793549qcb.115.1370343207368; Tue, 04 Jun 2013 03:53:27 -0700 (PDT) |
| Date | Tue, 4 Jun 2013 11:53:27 +0100 |
| Subject | numba 0.9 |
| From | mark florisson <markflorisson88@gmail.com> |
| To | numba-users@continuum.io, numba-dev@continuum.io, python-announce-list@python.org |
| Content-Type | text/plain; charset=UTF-8 |
| X-Mailman-Approved-At | Thu, 06 Jun 2013 12:03:36 +0200 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| Reply-To | python-list@python.org |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Approved | python-announce-list@python.org |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.2792.1370513017.3114.python-announce-list@python.org> (permalink) |
| Lines | 32 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1370513017 news.xs4all.nl 15964 [2001:888:2000:d::a6]:43454 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python.announce:973 |
Show key headers only | View raw
Numba 0.9 adds support better math functions for all supported data types (complex and floating). The release also comes with open-sourced generalized ufunc support from numbapro. This allows users to write a NumPy generalized ufunc directly in python and compile it with numba. There is now also support for long double on all platforms. The support comes with a new dependency on llvmmath. Array expressions and their performance have also been improved. Generalized ufuncs: http://numba.pydata.org/numba-doc/0.9/arrays.html#generalized-ufuncs Supported math functions: https://github.com/ContinuumIO/llvmmath/blob/master/llvmmath/RequiredSymbols.txt Download ======== http://numba.pydata.org/download.html Website ======= http://numba.pydata.org/ Documentation ============ http://numba.pydata.org/numba-doc/0.9/index.html Numba ====== Numba is an just-in-time specializing compiler which compiles annotated Python and NumPy code to LLVM (through decorators). Its goal is to seamlessly integrate with the Python scientific software stack and produce optimized native code, as well as integrate with native foreign languages.
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
numba 0.9 mark florisson <markflorisson88@gmail.com> - 2013-06-04 11:53 +0100
csiph-web