15 months agoVinzent Steinbergadd a comment why a "working" test is xfailed default tip
15 months agoOndrej CertikStart of the 0.6.4 development cycle
15 months agoOndrej CertikAdded tag sympy-0.6.3 for changeset b9eb40b444ef
15 months agoOndrej Certikv0.6.3 sympy-0.6.3
15 months agoOndrej Certikdocs: fixes the whitespace in the aboutus.txt
15 months agoOndrej CertikAdded tag sympy-0.6.3.beta2 for changeset e13f0bb3af7e
15 months agoOndrej Certikv0.6.3.beta2 sympy-0.6.3.beta2
15 months agoOndrej Certikdocs: sympy version updated
15 months agoOndrej Certikcontributors list updated
15 months agoOndrej Certiktest_pure: install sympy first and then test using bin/test
15 months agoOndrej CertikDo not test examples if they are not installed
15 months agoOndrej Certikinstall bin/test and bin/py.bench with "./setup.py sdist"
15 months agoOndrej CertikAdded tag sympy-0.6.3.beta1 for changeset c870fd1fce31
15 months agoOndrej Certik0.6.3.beta1 sympy-0.6.3.beta1
15 months agoOndrej CertikGAcalc.py removed
15 months agoOndrej Certikgalgebra tests added
15 months agoVinzent Steinbergdoctests: add missing imports
15 months agoVinzent Steinbergfix doctests related to printing
15 months agoOndrej CertikRelational doctests fixed
15 months agoOndrej CertikMake O(1) == O(1, x).
15 months agoOndrej Certikbin/test: catch SyntaxError when importing tests, better import error reporting
15 months agoOndrej CertikModule docstring added to generate_reference.py
15 months agoVinzent Steinbergevalf documentation
16 months agoOndrej Certikpolynomials: import all() from sympy.utilities.
16 months agoOndrej CertikFixes implicit imports all over sympy
16 months agoOndrej CertikTest for not using implicit imports in test_code_quality (937)
16 months agoOndrej Certiksinh(asinh(x)) and similar implemented (1037)
16 months agoOndrej Certikgibbs_phenomenon example added (1114)
16 months agoOndrej CertikReal.__sage__() implemented (1155).
16 months agoOndrej Certikbin/test: print python executable and version info
16 months agoOndrej CertikSymPy Patches Tutorial: introduction to git added
16 months agoOndrej Certikdocs: sympy logo added.
16 months agoOndrej CertikUse Sphinx 0.4.3.
16 months agoOndrej Certiktests: don't use colors if the output is piped
16 months agoOndrej Certiktests: align [OK] correctly on multiline tests results
16 months agoOndrej CertikDebugging leftover from test_str.py removed.
16 months agoOndrej Certikfixes the "Ignoring redefinition" warning.
16 months agoOndrej Certiktests: align [OK]/[FAIL] to the right
16 months agoOndrej Certiktests: colored [OK] and [FAIL] implemented.
16 months agoOndrej CertikModularInteger(): assert integer input
16 months agoOndrej Certiknumbers.py: small docstring improvement
16 months agoOndrej CertikFixes integers division ("\" -> "\\") all over SymPy
16 months agoOndrej Certikmissing __truediv__ and __rtruediv__ methods implemented
16 months agoOndrej CertikInteger.__new__(): use isinstance instead of is_Integer.
16 months agoOndrej Certiktests: "--pdb" option implemented
16 months agoOndrej Certiktests: "-k" and "--tb" options implemented.
16 months agoOndrej Certiktests: more py.test like traceback printing.
16 months agoOndrej Certikruntests -- docstrings added.
16 months agoOndrej CertikRemoved test_core() as it was redundant.
16 months agoOndrej CertikPickling tests fixed.
16 months agoOndrej CertikPolishing: put space around "==".
16 months agoOndrej Certikadded a test for sympify("lambda x, y: x*y").
16 months agoOndrej Certikast_parser rewritten to use the "ast" module if available.
16 months agoOndrej CertikRevert "Goodbye SymPy"
16 months agoVinzent Steinbergsame syntax for symbols() and var(), new syntax for symbols()
16 months agoKirill SmelkovGoodbye SymPy
16 months agoOndrej Certik_print docstring: typo fixed.
16 months agoSebastian KrämerRename printmethods from double to single underscore.
16 months agoOndrej CertikHenrik added to README.
16 months agoHenrik Johanssonmatrices: optional zero finder function argument in the inv method implemented.