ANN: numexpr 2.4.6 released

2015-11-02 Thread Francesc Alted
Hi, This is a quick release fixing some reported problems in the 2.4.5 version that I announced a few hours ago. Hope I have fixed the main issues now. Now, the official announcement: = Announcing Numexpr 2.4.6 = Numexpr is a fast numerical

ANN: np_utils 0.4

2015-11-02 Thread David N. Mashburn
Announcing np_utils version 0.4 Github: https://github.com/davidmashburn/np_utils Bitbucket: https://bitbucket.org/davidmashburn/np_utils PyPI: https://pypi.python.org/pypi/np_utils np_utils is a growing collection of succinct but powerful utility functions focused around extending numpy in

Nikola v7.7.3 is out!

2015-11-02 Thread Chris Warrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v7.7.3. It fixes some bugs and adds new features. What is Nikola? === Nikola is a static site and blog generator, written in Python. It can use

[ANN] Python 3 Cheat Sheet v2.0

2015-11-02 Thread Laurent Pointal via Python-announce-list
Hello, I just updated my one recto-verso sheet Python 3 Cheat Sheet https://perso.limsi.fr/pointal/python:memento Many modifications and enhancements (bytes, literal ints, assignment complement, conversion tricks, cleaning sequences indexing, complement on boolean logic, modules

ANN: numexpr 2.4.5 released

2015-11-02 Thread Francesc Alted
= 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