[Probstat-general] 0.910 released
Status: Beta
Brought to you by:
jackdied
From: Jack D. <jac...@em...> - 2002-09-11 01:37:58
|
Dear list member, version 0.910 of probstat (Prob & Stat Utils for Python) was released last week. In this version * next() operator is deperecated, use iterators! * slice support * random access support, view any item in any order (slower than iterating, but if you only need one item...) * len() support * we now use all textbook algorithms, faster and tidier * priority queue object added (PQueue) * ComboPermute dropped, you can now call Permute with an optional pick argument, eg p = Permute(range(1,7), 3) (with no 'pick' argument, just permutes the whole list) -jackdied jac...@us... -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup |