0.6.3.beta2 is out:
http://code.google.com/p/sympy/downloads/list
This is still for testing purposes. 0.6.3 is the first release where
we install tests among the other files with "python setup.py install".
So please test it thoroughly. Whatever way you choose to install
sympy, when you start python, you should be able to do:
import sympy
sympy.test()
and all tests should pass. If not, please report it.
If no major bugs are found, we'll release the final version. The
following changes were made since beta1:
$ git shortlog sympy-0.6.3.beta1..sympy-0.6.3.beta2
Ondrej Certik (7):
Added tag sympy-0.6.3.beta1 for changeset c870fd1fce31
install bin/test and bin/py.bench with "./setup.py sdist"
Do not test examples if they are not installed
test_pure: install sympy first and then test using bin/test
contributors list updated
docs: sympy version updated
v0.6.3.beta2
Ondrej
Also please look at:
http://code.google.com/p/sympy/wiki/Changes
and improve the changes since 0.6.2 if I forgot anything important.
Thanks,
Ondrej
Yes! All tests passed.
Thanks,
Ondrej