Your project notifications generated too many emails to send
individually. Here are the subject lines of the emails you would have
received:
Re: Issue 560 in sympy: Unify api for diff & Derivative
Re: Issue 555 in sympy: cosh(x).series(x, 10) fails
Re: Issue 551 in sympy: prettyprinting of RootOf is messy.
Re: Issue 546 in sympy: var("k") misbehaves
Re: Issue 557 in sympy: wiki.sympy.org?
Re: Issue 549 in sympy: mouse contol of plots
Re: Issue 547 in sympy: all exceptions are silenced in sympify()
Re: Issue 550 in sympy: when differentiating an expression with just one
symbol - allow diff()
Re: Issue 544 in sympy: fails to initialize atoms in xlib code
Re: Issue 548 in sympy: would be nice if isympy would refer to the
documentation
Re: Issue 553 in sympy: isympy: wrong variable scope
Re: Issue 554 in sympy: isympy: don't report missing ipython if told to use
python
Re: Issue 545 in sympy: limit fails ((k**7+k+1)/(2**k+k**2))**(-1/k)
Re: Issue 558 in sympy: www.sympy.org?
Re: Issue 552 in sympy: pyglet fails to install in the latest release
Re: Issue 559 in sympy: what to be added to the wiki.sympy.org
Re: Issue 556 in sympy: get rid of sin(x)[0], use sin(x).ops[0]
Re: Issue 543 in sympy: warnings on python setup.py build
Re: Issue 565 in sympy: integrate does not ommit null terms and simplify
fails to handle them afterwards.
Re: Issue 577 in sympy: Merge Sum and Sum2
Re: Issue 562 in sympy: improving Lambda
Re: Issue 566 in sympy: test the series expansion of a user defined tanh(x)
Re: Issue 575 in sympy: Sum improvement with RootOf
Re: Issue 578 in sympy: implement ufunc as numpy has
Re: Issue 573 in sympy: Composition of together() and apart() should give
identity
Re: Issue 570 in sympy: merge simplify.rootof & polynomials.roots_
Re: Issue 576 in sympy: __mul__, __add__ (and others) in Basic, or
scattered all over SymPy?+tests
Re: Issue 561 in sympy: nouns vs verbs
Re: Issue 571 in sympy: kill normal()
Re: Issue 563 in sympy: make isympy print less garbage at the beginning (-q
options)
Re: Issue 564 in sympy: series expansion of acosh and acoth
Re: Issue 568 in sympy: repr() shouldn't imho be used for prettyprinting
Re: Issue 574 in sympy: apart: rewrite 'expr' using the binomial theorem
Re: Issue 569 in sympy: extract issues from sympy-patches
Re: Issue 567 in sympy: Level in .tostr() doesn't seem to work?
Re: Issue 579 in sympy: abs appears in output from roots()
Re: Issue 572 in sympy: div -- fix bug, egcd -- write docstring
Re: Issue 600 in sympy: sqrt(x**2) == abs(x) works only when x is real
Re: Issue 595 in sympy: improve polynomial algorithms: factorization and
non-rational coefficients
Re: Issue 589 in sympy: ./setup.py test stopped executing doctests...
Re: Issue 597 in sympy: Unable to subsitute derivatives
Re: Issue 585 in sympy: Symbol("k", integer=True).is_number should be true
Re: Issue 590 in sympy: integrate(cos((n+1) * x), x) hangs again
Re: Issue 593 in sympy: roots(2*x**6 + 5, x) fails
Re: Issue 583 in sympy: put more documentation here in __nonzero__
Re: Issue 592 in sympy: 2D plots should zoom, move, but not rotate
Re: Issue 588 in sympy: simplify should be better at detecting repeated
factors
Re: Issue 591 in sympy: limit(x*(sqrt(x**2+1)-x),x,oo) fails
Re: Issue 598 in sympy: make sympify parse lambda
Re: Issue 581 in sympy: integrate hangs on rational function
Re: Issue 580 in sympy: write a test for "definite integration of rational
functions gives wrong answers" which is fixed
Re: Issue 599 in sympy: simplify fails
Re: Issue 596 in sympy: Turn off caching?
Re: Issue 594 in sympy: integrate(2**x, x) causes infinite recursion
Re: Issue 582 in sympy: wiki stopped showing other things besides text
Re: Issue 587 in sympy: More problems with integrate(): returns None,
infinite recursion
Re: Issue 584 in sympy: improving code in integrate (handling exceptions)
Re: Issue 586 in sympy: garbage in modules tree
Re: Issue 618 in sympy: maxima parser
Re: Issue 610 in sympy: integrate should work for matrices too
Re: Issue 617 in sympy: arg(z) -- argument of complex number
Re: Issue 605 in sympy: (y+z+x).leadterm(x) is wrong
Re: Issue 609 in sympy: convert Matrix to NumPy array easily
Re: Issue 613 in sympy: assumptions: relation between aliases
Re: Issue 601 in sympy: let's port classes and objects from sympycore
Re: Issue 611 in sympy: lambda in Matrix doesn't seem to see the global
scope
Re: Issue 604 in sympy: write tests for p = x**3+2*x**2+8; r = roots(p, x);
Re: Issue 607 in sympy: write documentation to ast_parser
Re: Issue 616 in sympy: atan2
Re: Issue 619 in sympy: implement multivariate lambdas
Re: Issue 620 in sympy: make lambdify work with numpy
Re: Issue 606 in sympy: Why don't we drop sqrt class entirely and have only
sqrt function then?
Re: Issue 615 in sympy: wrongly called functions
Re: Issue 603 in sympy: no tests written for RootOf (only doctests)
Re: Issue 602 in sympy: create alternate short name for sympify
Re: Issue 614 in sympy: assumptions: is_zero v.s. is_positive
Re: Issue 608 in sympy: pretty printing of factorials doesn't work
Re: Issue 612 in sympy: CRLF issues
Re: Issue 629 in sympy: half*Y returns (!) and exception
Re: Issue 631 in sympy: (1/((1-x)**2)).series(x,1) fails
Re: Issue 628 in sympy: py.test is completely broken
Re: Issue 635 in sympy: implement robust sandboxed testing either in
py.test or nosetests
Re: Issue 622 in sympy: write a test for cos(100).evalf()
Re: Issue 630 in sympy: Implement NotImplemented handling in __mul__ et.
al. in a decorator
Re: Issue 621 in sympy: swap the order of arguments in lambdify?
Re: Issue 624 in sympy: TableForm from Mathematica
Re: Issue 633 in sympy: solve([a11*x + a12*y == b1, a21*x + a22*y == b2],
[x, y]) fails
Re: Issue 626 in sympy: solve fails when solving for f(x).diff(x)
Re: Issue 636 in sympy: integrate(1/(x**2+1)) should return arctan(x)
Re: Issue 637 in sympy: Division of complex numbers
Re: Issue 623 in sympy: let's make cos(100).evalf() use math.cos by default
Re: Issue 634 in sympy: Minor inconsistency in printing rationals
Re: Issue 632 in sympy: lambdify_numpy()
Re: Issue 625 in sympy: simplify((f(x)+y*f(x))/f(x)) makes it more complex
Re: Issue 627 in sympy: some tests not executed?
Re: Issue 652 in sympy: Write tests for acosh, atanh, acoth
Re: Issue 641 in sympy: wrong answer from integrate / violation of
fundamental theorem of calculus
Re: Issue 654 in sympy: exp._eval_subs contains dead code ?
Re: Issue 650 in sympy: matrix calculus
Re: Issue 645 in sympy: integrate(1/sqrt(1 - x**2), x) fails
Re: Issue 647 in sympy: unify factorials
Re: Issue 651 in sympy: Syntax policy
Re: Issue 649 in sympy: Trigonometric functions should remove multiples of
pi/2
Re: Issue 653 in sympy: polygamma: write tests for .expand(func=True)
Re: Issue 638 in sympy: exp(-0.5 + 1.5*I).evalf() raises an exception
Re: Issue 643 in sympy: bug in exp.subs
Re: Issue 648 in sympy: py.test isn't picking up 5 factorials test when
executed on the whole sympy
Re: Issue 642 in sympy: make all simplify functions nc-aware
Re: Issue 655 in sympy: sympify broken
Re: Issue 639 in sympy: Infinity times positive number gives nan
Re: Issue 646 in sympy: Use numpy.array or numpy.matrix like syntax for
matrix-operations
Re: Issue 640 in sympy: Fix for efficiency of integer_nthroot
Re: Issue 644 in sympy: is_real for trig functions other than sin
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues.
For more options, visit https://groups.google.com/d/optout.