5 days agoOndrej Certikdocstring typo fixed default tip
5 days agoMateusz PaprockiImproved simplify(), fixed 493, 522, 599, 625, 633, 686, 728
5 days agoMateusz PaprockiRemoved simplify.normal(), fixed 571
5 days agoMateusz PaprockiNo more "Not a principal Ideal" in poly_lcm()
6 days agoSaroj AdhikariBasic kronecker delta and Levi-Civita implementation with some tests
7 days agoSaroj Adhikarifixed atanh(I) and acoth(I) (807)
8 days agoOndrej CertikVinzent added to README.
9 days agoVinzent Steinbergdocstring for conjugate
12 days agoSebastian Kr?merChange the order of the arguments of lambdify.
10 days agoOndrej CertikMissing docstrings and tests added for lambdify.
11 days agoSebastian Kr?merComplete rewrite of lambdify.
2 weeks agoOndrej CertikSpeeds up exp.nseries().
2 weeks agoOndrej CertikAdded a note how to convert MQ patches to regular commits.
2 weeks agoOndrej CertikFixes the log(k**(log(5)/log(3))).expand() bug.
10 days agoFriedrich HagedornUpdate the setup.py regarding the mpmath update
10 days agoSebastian Kr?merUpdate mpmath to revision 489.
11 days agoFriedrich HagedornMake sign(0) == 0 and add tests for sign
11 days agoSebastian Kr?mertest_code_quality now checks examples and also looks for \r\n file endings.
11 days agoOndrej CertikFixes whitespace problems in examples/* to pass a test in the next patch.
12 days agoSebastian Kr?merAnother update for pickling.
2 weeks agoOndrej CertikChecks for not using tabs in indentation and also improves the line end check.
2 weeks agoOndrej CertikWhite space fixed in ast_parser.py.
2 weeks agoSebastian Kr?merSome minor improvements for sympy.physics
2 weeks agoSebastian Kr?merBig update for pickling sympy classes and objects.
2 weeks agoSebastian Kr?merMakes nearly all sympy-objects pickle-able. (exception: f=Function("f"))
2 weeks agoOndrej CertikMore tests for nseries() enabled.
2 weeks agoOndrej CertikAnother XPASSing test enabled.
2 weeks agoOndrej CertikAnother test enabled in series
2 weeks agoOndrej CertikObsolete comment removed.
2 weeks agoSebastian Kr?merVectorize improved + tests written.
2 weeks agoOndrej CertikTwo XPASSing tests enabled.
2 weeks agoOndrej CertikFixes (815) by removing the old broken limits.
2 weeks agoOndrej CertikUse limit() in Basic.limit(), instead of limit_series().
2 weeks agoOndrej CertikCall limit() instead of limit_series() in order.py.
2 weeks agoOndrej CertikChanges limits to use .nseries() instead of .oseries().
2 weeks agoOndrej CertikFixes a few remainging bugs in .nseries() and a lot of new tests added.
2 weeks agoSebastian Kr?merThis patch implements vectorization of scalar functions (like in numpy).
2 weeks agoOndrej CertikUse explicit imports in test_assumptions.py
2 weeks agoOndrej CertikFew more bugs fixed in .nseries().
2 weeks agoOndrej CertikAll XFAILed tests that started to work uncommented.
2 weeks agoOndrej CertikTwo more series now work with .nseries()
2 weeks agoOndrej CertikFixes a caching bug (726).
3 weeks agoNimish TelangA fix to polygon.py's is_convex and angles functions to remove some code emulating the xor operator.
2 weeks agoOndrej CertikUse explicit imports in matrices.py
2 weeks agoDavid RobertsMissing tests for the latex printer added.
2 weeks agoFelix KaiserAdding "verbose" and "dry" options to bin/strip_whitespace
2 weeks agoOndrej CertikStart of the 0.5.15 development cycle
2 weeks agoOndrej CertikAdded tag sympy-0.5.14 for changeset 2c385f793eb5
2 weeks agoOndrej Certikv0.5.14 sympy-0.5.14
2 weeks agoOndrej CertikFixes the bug in factorials so that all test pass now.
2 weeks agoOndrej CertikRenames all duplicate tests that were before ignored (!) by py.test.
2 weeks agoOndrej CertikA test for duplicate tests added.
2 weeks agoOndrej CertikThe bin/test_pure* scripts were fixed to use python2.4 and pbuilder.
2 weeks agoOndrej Certiksolvers.py: use explicit imports, calculate patterns on the fly.
2 weeks agoOndrej CertikScript for measuring the speed of "import sympy" added to bin/.
2 weeks agoOndrej CertikREADME: Changing David's address to the same form as the other addresses.
2 weeks agoKirill SmelkovDavid Roberts added to README
2 weeks agoDavidLaTeX printing of exp(1) (813)
2 weeks agoDavid'TypeError: object is unindexable' issues with LaTeX printing (812)
2 weeks agoOndrej CertikA missing test added to setup.py