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