Hi, the 0.6.4.beta2 is available from:
http://code.google.com/p/sympy/downloads/list unfortunately, only the source tarball, because google code refused to upload the windows installer. Only fixing the import time is holding the final release: http://code.google.com/p/sympy/issues/detail?id=1291 Changes since beta1: Mateusz Paprocki (24): Poly.cancel now removes content from p/q properly (#1303) Implemented poly_reduce (removes common content) Fixed poly_sqf to handle content removal properly Fixed bug in Poly._eval_subs, now properly handles zeros poly_half_gcdex() now returns monic GCD, the same as poly_gcd() Implemented Poly.inverse for computing multiplicative inverses in K[t] Fixed number_of_real_roots to handle trivial input Added simplifications of type cos(4*pi/5) = cos(pi/5) to sin() and cos() Robustify test concerning numerical evaluation of an antiderivative Renamed 'b' to 'base' and 'e' to 'exp' in Integer._eval_power Implemented tools for integrating rational functions Fixed zzx_heu_gcd() to support very large coefficients Fixed Pow._eval_is_real for sqrt(-1 - sqrt(2)) case Added missing import in sympy/polys/factortools.py Robustify test in sympy/solvers/tests/test_solvers.py Refactored roots(), use factor() by default Removed input upper bound from zzx_heu_gcd Use ratint() by default in integrate() Removed poly_* functions from the global namespace (#1313) Convert exact Reals to Integers in Poly.as_integer() (#1182) Added test for accidentally fixed issue #953 Robustify another test in sympy/solvers/tests/test_solvers.py Merge branch 'ratint' Make Poly.__pow__ work with -Qnew Ondrej Certik (4): README: Download instructions updated Ted added to credits Test in test_str robustified to work on all platforms 0.6.4.beta2 Priit Laes (3): Fix heuristic algorithm to work with more forms of asin/asinh. Fixes bug 1308, use number symbol for E instead of exp() in simplification Fix corner case in simplify when exp() is involved. Andy R. Terrel (2): More explanation for running examples in readme. Trivial fix to all.py example script. Fixed my sloppiness with the doc string and removed some debugging print statements. Fabian Seoane (2): Solve bug, abs(x**2) was simplifying always, but this is only true raising string exceptions is deprecated Felix Kaiser (2): Implemented s.s.d.Sample.median Updated Felix Kaiser's email address. Freddie Witherden (1): Fix a bug in the LaTeX function bracket folding code Henrik Johansson (1): Fixed a bug in the Matrix latex printing code Ted Horst (1): Fixes Basic.__call__() by calling .subs() from there Ondrej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
