5 months agoOndrej Certikv0.5.12 sympy-0.5.12
5 months agoOndrej Certikbin/test_pure_plotting adapted to the latest Debian.
5 months agoOndrej CertikA script written for automatic generation of a tests list in setup.py.
5 months agoOndrej CertikA script "bin/test_isolated" for isolated testing added (635).
5 months agoSaroj Adhikaripan and zoom but do not rotate the 2D plots
5 months agoOndrej CertikSaroj's name corrected in README
5 months agoKirill Smelkovtrigintegrate: trigonometry integrator (521)
5 months agoKirill SmelkovOrder: don't make additional assumptions about symbols (369)
5 months agoKirill Smelkovoseries: kill internal _cache
5 months agoKirill Smelkovcache: rewrite cache_it_debug so it always checks cache value with actual result of function call
5 months agoKirill Smelkovcache: global on/off/debug switch via SYMPY_USE_CACHE env variable (596)
5 months agoKirill Smelkovfunctions: there is no need for taylor_term to be classmethod -- it's staticmethod!
5 months agoKirill Smelkovcache: utilities to print and clear it (656)
5 months agoKirill Smelkovcache: introduce global cache registry
5 months agoKirill Smelkov[4/4] move cache primitives into sympy/core/cache.py
5 months agoKirill Smelkov[3/4] move cache primitives into sympy/core/cache.py
5 months agoKirill Smelkov[2/4] move cache primitives into sympy/core/cache.py
5 months agoKirill Smelkov[1/4] move cache primitives into sympy/core/cache.py
5 months agoKirill Smelkovpretty: add support for list and tuples (659)
5 months agoKirill Smelkovtest for 643
5 months agoKirill Smelkovexp: kill S.Log (643)
5 months agoKirill Smelkovfix asinh(1) & asinh(-1) (643)
5 months agoKirill Smelkovpolygamma: fix expand(func=True) (643)
5 months agoKirill Smelkovlog: fix expand(complex=True) (643)
5 months agoOndrej CertikComment added to the patch in 432.
5 months agoOndrej CertikA test written for the problem reported on the mailinglist, see the issue 432.
5 months agoOndrej CertikFixes the problems with user defined __rdiv__ (issue 432).
5 months agoFredrikDivision of complex numbers implemented using .expand(complex=True). (637)
5 months agoOndrej CertikFixes the test_factorials.py test by using explicit imports.
5 months agoKirill SmelkovSaroj added to credits
5 months agoSarojadded eval_is_real methods and corresponding tests to trigonometric functions
5 months agoKirill SmelkovOr Dvory added to credits
5 months agoOr DvoryDocstrings improvement (ghop-python task 304)
5 months agoKirill SmelkovA gentle call to please cite SymPy (513)
5 months agoKirill SmelkovFix re/im usage all over the place
5 months agoKirill Smelkovre/im/arg -- cleanup is_real
5 months agoKirill Smelkovintegrate(poly) -> poly (483)
5 months agoKirill Smelkovabs: make it always is_real & is_nonnegative
5 months agoKirill Smelkovassumptions: positive -> nonzero, zero -> nonpositive (614)
5 months agoOndrej CertikMake numpy.array(sympy.Matrix(...)) work (609).
5 months agoKirill Smelkovfix abs(0)
5 months agoOndrej CertikFixed the Rational(1,2)*array([2*x, 0]) and related problems (629).
5 months agoOndrej CertikConverts the sqrt(Function) class to a simple sqrt function (606).
5 months agoFredrikSummation code copied from Sum2 to Sum, with a few changes (577).
5 months agoOndrej Certik'from sympy.interactive import *' implemented (563)
5 months agoFredrikChanged the call syntax for .series() to include the expansion point.
5 months agoAndrej "qwp0" TokarčíkPython printing implemented (81)
5 months agoJaroslaw TworekImplemented maxima parser
5 months agoOndrej CertikAdapts SymPy to work nice with NumPy (556).
5 months agoOndrej CertikRemoves __getitem__ method from Basic and adapts SymPy to work fine (556).
5 months agoOndrej Certike.args[:] implemented (556).
5 months agoKirill SmelkovAdd: there should be no _eval_power
5 months agoOndrej CertikEnglish in comments was improved.
5 months agoOndrej CertikSmall refactoring of the integration of polynomials.
5 months agoJaroslaw TworekTwo tests added for the issue 579.
5 months agoOndrej Certikremoving old comment
5 months agoOndrej CertikTest that sympify() raises the correct exception on syntax error
5 months agoJaroslaw TworekDon't silence exceptions in sympify(). (547)
5 months agoJaroslaw TworekMake sympify('lambda x: 2*x') work (598).
5 months agoOndrej CertikDoctest in fem_test.py updated