sympy 0.6.3.beta2 released

3 views
Skip to first unread message

Ondrej Certik

unread,
Nov 18, 2008, 11:45:44 AM11/18/08
to sy...@googlegroups.com
Hi,

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

Ondrej Certik

unread,
Nov 18, 2008, 11:58:34 AM11/18/08
to sy...@googlegroups.com
On Tue, Nov 18, 2008 at 5:45 PM, Ondrej Certik <ond...@certik.cz> wrote:
> Hi,
>
> 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:

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

Fabian Seoane

unread,
Nov 18, 2008, 12:29:33 PM11/18/08
to sy...@googlegroups.com

Cool. I've tested it in OS X with python2.4 + python2.5 and works fine.
--------------------
Fabian Seoane
http://fseoane.net





chu-ching huang

unread,
Nov 18, 2008, 10:40:12 PM11/18/08
to sympy
The test output in my linux, python2.6, is listed as followed:

============================= test process starts
==============================
executable: /usr/bin/python (2.6.0-final-0)

sympy/concrete/tests/test_gosper.py
[2] .. [OK]
sympy/concrete/tests/test_products.py
[3] ... [OK]
sympy/concrete/tests/test_sums_products.py
[13] ...fff....... [OK]
sympy/core/tests/test_arit.py
[41] ...ff.................................... [OK]
sympy/core/tests/test_assumptions.py
[27] ..f........................ [OK]
sympy/core/tests/test_basic.py
[38] ...................................... [OK]
sympy/core/tests/test_complex.py
[10] .......... [OK]
sympy/core/tests/test_count_ops.py
[1] . [OK]
sympy/core/tests/test_diff.py
[4] .... [OK]
sympy/core/tests/test_equal.py
[4] .... [OK]
sympy/core/tests/test_eval.py
[8] ...f.... [OK]
sympy/core/tests/test_eval_power.py
[8] ........ [OK]
sympy/core/tests/test_evalf.py
[19] ................... [OK]
sympy/core/tests/test_facts.py
[11] ........... [OK]
sympy/core/tests/test_functions.py
[25] ....ff................... [OK]
sympy/core/tests/test_logic.py
[10] .......... [OK]
sympy/core/tests/test_match.py
[26] ..f....................... [OK]
sympy/core/tests/test_multidimensional.py
[4] .... [OK]
sympy/core/tests/test_numbers.py
[27] ........................... [OK]
sympy/core/tests/test_relational.py
[4] .... [OK]
sympy/core/tests/test_subs.py
[18] .................. [OK]
sympy/core/tests/test_symbol.py
[5] ..... [OK]
sympy/core/tests/test_sympify.py
[18] .................. [OK]
sympy/core/tests/test_truediv.py
[3] ... [OK]
sympy/core/tests/test_var.py
[4] .... [OK]
sympy/functions/combinatorial/tests/test_comb_factorials.py
[3] ... [OK]
sympy/functions/combinatorial/tests/test_comb_numbers.py
[4] .... [OK]
sympy/functions/elementary/tests/test_complexes.py
[9] ......... [OK]
sympy/functions/elementary/tests/test_exponential.py
[9] ......... [OK]
sympy/functions/elementary/tests/test_hyperbolic.py
[11] .f......... [OK]
sympy/functions/elementary/tests/test_integers.py
[3] .f. [OK]
sympy/functions/elementary/tests/test_interface.py
[3] ... [OK]
sympy/functions/elementary/tests/test_miscellaneous.py
[2] .. [OK]
sympy/functions/elementary/tests/test_piecewise.py
[1] . [OK]
sympy/functions/elementary/tests/test_trigonometric.py
[11] ........... [OK]
sympy/functions/special/tests/test_delta_functions.py
[2] .. [OK]
sympy/functions/special/tests/test_error_functions.py
[3] ... [OK]
sympy/functions/special/tests/test_gamma_functions.py
[6] ...... [OK]
sympy/functions/special/tests/test_spec_polynomials.py
[4] .... [OK]
sympy/functions/special/tests/test_spherical_harmonics.py
[5] ..... [OK]
sympy/functions/special/tests/test_tensor_functions.py
[2] .. [OK]
sympy/functions/special/tests/test_zeta_functions.py
[2] .. [OK]
sympy/galgebra/tests/test_GA.py
[6] ...... [OK]
sympy/geometry/tests/test_geometry.py
[6] ...... [OK]
sympy/integrals/tests/test_integrals.py
[29] ............................. [OK]
sympy/integrals/tests/test_risch.py
[19] ...ffff............ [OK]
sympy/integrals/tests/test_trigonometry.py
[2] .. [OK]
sympy/matrices/tests/test_matrices.py
[38] ......................................
[OK]
sympy/mpmath/tests/test_basic_ops.py
[10] .......... [OK]
sympy/mpmath/tests/test_bitwise.py
[9] ......... [OK]
sympy/mpmath/tests/test_calculus.py
[4] .... [OK]
sympy/mpmath/tests/test_compatibility.py
[3] ... [OK]
sympy/mpmath/tests/test_convert.py
[10] .......... [OK]
sympy/mpmath/tests/test_diff_mpmath.py
[2] .. [OK]
sympy/mpmath/tests/test_division.py
[6] ...... [OK]
sympy/mpmath/tests/test_elliptic.py
[1] . [OK]
sympy/mpmath/tests/test_functions2.py
[13] ............. [OK]
sympy/mpmath/tests/test_gammazeta.py
[20] .................... [OK]
sympy/mpmath/tests/test_hp.py
[1] . [OK]
sympy/mpmath/tests/test_identify.py
[2] .. [OK]
sympy/mpmath/tests/test_interval.py
[7] ....... [OK]
sympy/mpmath/tests/test_linalg.py
[10] .......... [OK]
sympy/mpmath/tests/test_matrices_mpmath.py
[8] ........ [OK]
sympy/mpmath/tests/test_mpmath.py
[35] ................................... [OK]
sympy/mpmath/tests/test_ode_mpmath.py
[2] .. [OK]
sympy/mpmath/tests/test_pickle.py
[1] . [OK]
sympy/mpmath/tests/test_power.py
[3] ... [OK]
sympy/mpmath/tests/test_quad.py
[12] ............ [OK]
sympy/mpmath/tests/test_rootfinding.py
[5] ..... [OK]
sympy/mpmath/tests/test_special.py
[5] ..... [OK]
sympy/mpmath/tests/test_summation.py
[3] ... [OK]
sympy/mpmath/tests/test_trig.py
[3] ... [OK]
sympy/ntheory/tests/test_ntheory.py
[14] .............. [OK]
sympy/parsing/tests/test_mathematica.py
[1] . [OK]
sympy/parsing/tests/test_maxima.py
[3] ... [OK]
sympy/physics/tests/test_paulialgebra.py
[1] . [OK]
sympy/physics/tests/test_physics_matrices.py
[2] .. [OK]
sympy/physics/tests/test_units.py
[1] . [OK]
sympy/plotting/tests/test_plotting.py
[10] .......... [OK]
sympy/polynomials/tests/test_polynomials.py
[24] .fff.................... [OK]
sympy/polynomials/tests/test_polynomials_fast.py
[3] ... [OK]
sympy/polys/tests/test_galoispolys.py
[18] .................. [OK]
sympy/polys/tests/test_polynomial.py
[41] .........................................
[OK]
sympy/printing/pretty/tests/test_pretty.py
[16] ................ [OK]
sympy/printing/pretty/tests/test_pretty_unicode.py
[18] .................. [OK]
sympy/printing/tests/test_ccode.py
[3] ... [OK]
sympy/printing/tests/test_gtk.py[1]
f [OK]
sympy/printing/tests/test_lambdarepr.py
[2] .. [OK]
sympy/printing/tests/test_latex.py
[14] ...f.......... [OK]
sympy/printing/tests/test_mathml.py
[7] ..f.... [OK]
sympy/printing/tests/test_precedence.py
[11] ........... [OK]
sympy/printing/tests/test_python.py
[6] ...... [OK]
sympy/printing/tests/test_repr.py
[20] .................... [OK]
sympy/printing/tests/test_str.py
[55] .......................................................
[OK]
sympy/series/tests/test_demidovich.py
[17] ................. [OK]
sympy/series/tests/test_gruntz.py
[22] .f.................... [OK]
sympy/series/tests/test_limits.py
[16] ..f............. [OK]
sympy/series/tests/test_lseries.py
[4] .... [OK]
sympy/series/tests/test_nseries.py
[61] .............................................................
[OK]
sympy/series/tests/test_order.py
[26] .......................... [OK]
sympy/simplify/tests/test_cse.py
[9] ......... [OK]
sympy/simplify/tests/test_rewrite.py
[6] ...f.. [OK]
sympy/simplify/tests/test_simplify.py
[19] ..ffff............. [OK]
sympy/simplify/tests/test_sqrtdenest.py
[2] .X [OK]
sympy/solvers/tests/test_numeric.py
[1] . [OK]
sympy/solvers/tests/test_ode.py
[12] ............ [OK]
sympy/solvers/tests/test_polysys.py
[1] . [OK]
sympy/solvers/tests/test_recurr.py
[38] ......................................

[OK]
sympy/solvers/tests/test_solvers.py
[8] ........ [OK]
sympy/statistics/tests/test_statistics.py
[5] ..... [OK]
sympy/test_external/test_numpy.py
[17] ................. [OK]
sympy/test_external/test_sage.py
[0] [OK]
sympy/utilities/tests/test_code_quality.py
[2] .. [OK]
sympy/utilities/tests/test_decorator.py
[1] . [OK]
sympy/utilities/tests/test_iterables.py
[3] ... [OK]
sympy/utilities/tests/test_lambdify.py
[24] ....f................... [OK]
sympy/utilities/tests/test_pickling.py[28]
ffXfff...................... [OK]
sympy/utilities/tests/test_pytest.py
[1] . [OK]
sympy/utilities/tests/test_tests_names.py
[1] . [OK]

________________________________ xpassed tests
_________________________________
sympy/simplify/tests/test_sqrtdenest.py:wrapper
sympy/utilities/tests/test_pickling.py:wrapper

===== tests finished: 1246 passed, 35 xfailed, 2 xpassed in 145.21
seconds =====

Is it normal?

Thanks,

cch

Ondrej Certik

unread,
Nov 19, 2008, 2:36:59 AM11/19/08
to sy...@googlegroups.com

Yes! All tests passed.

Thanks,
Ondrej

Reply all
Reply to author
Forward
0 new messages