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