Your project notifications generated too many emails to send
individually. Here are the subject lines of the emails you would have
received:
Re: Issue 4045 in sympy: word 'Matrix' is present when displaying a matrix
Re: Issue 4039 in sympy: How to solve system of differential equations with
symbolic solution?
Re: Issue 4032 in sympy: trigsimp() TypeError: symbolic boolean expression
has no truth value.
Re: Issue 4043 in sympy: simplify giving an error: "AttributeError: 'And'
object has no attribute 'as_numer_denom'"
Re: Issue 4044 in sympy: Avoid NotImplementedError: Cannot work with
non-rational coefficients in this case. in risch_integrate()
Re: Issue 4035 in sympy: fibonacci(n) + fibonacci(n + 1) not simplified
Re: Issue 4034 in sympy: concrete/products.py: _eval_product() infinite
recursion
Re: Issue 4037 in sympy: Product(1 - 1/(2*k)**2, (k,1,oo)).doit() returns
nan
Re: Issue 4040 in sympy: limit(exp(x*exp(-x)/(exp(-x) + exp(-2*x**2/(x +
1))) - exp(x))/x, x, oo) returns 0
Re: Issue 4036 in sympy: rewrite(binomial) does not convert factorial
expression
Re: Issue 4033 in sympy: Add evaluation for polylog
Re: Issue 4048 in sympy: integrate(x/sqrt(a*x**2+b*x+c)**3, x) does not
compute
Re: Issue 4038 in sympy: Product().doit().simplify() raises OverflowError:
cannot convert float infinity to integer
Re: Issue 4046 in sympy: solving equation with multiple abs runs into
problems if symbols are real
Re: Issue 4041 in sympy: 'Series' undefined in sympy/plotting/plot.py
Re: Issue 4042 in sympy: Deprecate GA_Printer.on()/off() in favor of
context manager
Re: Issue 4047 in sympy: Matrix.rank and .rref do not properly support
symbols
Re: Issue 4059 in sympy: integral simplify() raises
Re: Issue 4050 in sympy: integrate((3*x - 5)**2/(2*x - 1)**(7/2), x)
_CoeffExpValueError
Re: Issue 4058 in sympy: correct integrate() result in python2.7.4, but
wrong in python3.3
Re: Issue 4069 in sympy: series(log(x)**a*exp(-b*x), x, x0=1, n=2) wrong
result
Re: Issue 4056 in sympy: Integration not successful
Re: Issue 4049 in sympy: init_printing breaks the IPython Notebook
Re: Issue 4051 in sympy: xreplace and Transform doesn't go deep enough
Re: Issue 4064 in sympy: integrate((sign(x - 1) - sign(x - 2))*cos(x), x)
raises TypeError: doit() got an unexpected keyword argument 'manual'
Re: Issue 4067 in sympy: series(sqrt(sec(x))) raises NotImplementedError
Re: Issue 4063 in sympy: checksol uses "is" which rejects non-sanitized
assumptions
Re: Issue 4053 in sympy: documentation error about immutability
Re: Issue 4062 in sympy: integrate(sqrt(x + 1/x - 2), (x, 0, 1)) not
calculated
Re: Issue 4052 in sympy: Use @task in the release fabfile
Re: Issue 4066 in sympy: integrate(abs(y - x**2), (y,0,2)) raises
ValueError: gamma function pole
Re: Issue 4061 in sympy: Wrong result for integrate(1/(x - y)**2, (x, y -
1, y + 1))
Re: Issue 4060 in sympy: Wrong result for integrate(1/(x - y), (x, y - 1, y
+ 1))
Re: Issue 4068 in sympy: series(sqrt(sec(x)), x, x0=pi*3/2, n=4) raises
PoleError
Re: Issue 4054 in sympy: Add option to Unicode printer to disable combining
accents
Re: Issue 4055 in sympy: Unable to calculate numerical value of the integral
Re: Issue 4057 in sympy: CoercionFailed regression in 0.7.3
Re: Issue 4065 in sympy: integrate(integrate(x/(x**2 + y**2), (y, -oo,
oo)), (x, a, b)) maximum recursion depth exceeded
Re: Issue 4081 in sympy: Equivalent doesn't sort args
Re: Issue 4077 in sympy: laplace_transform(diff(y(t), t, 2), t, s) not
calculated
Re: Issue 4080 in sympy: Pretty print Not(Equivalent) and Not(Implies)
Re: Issue 4083 in sympy: mellin_transform(besselj(3, x)/x**3, x, s) wrong
result
Re: Issue 4086 in sympy: ode doctests are too slow
Re: Issue 4079 in sympy: fourier_transform(1, x, z) returns 0
Re: Issue 4076 in sympy: Improvements to logic module
Re: Issue 4087 in sympy: Docs don't build in Python 3
Re: Issue 4082 in sympy: mellin_transform(1/(1 - x), x, s) maximum
recursion depth exceeded
Re: Issue 4084 in sympy: fibonacci(n).rewrite(sqrt) returns fibonacci(n)
Re: Issue 4088 in sympy: Collect Commutes Quantum Operators
Re: Issue 4070 in sympy: Subs instance fails with evaluation
Re: Issue 4074 in sympy: laplace_transform(sinh(w*t)*cosh(w*t), t, s)
Re: Issue 4072 in sympy: sin(x).rewrite(pow) raises RuntimeError: maximum
recursion depth
Re: Issue 4075 in sympy: More efficient to_cnf
Re: Issue 4085 in sympy: Python 3.3 bin/test --no-subprocess says hash
randomization is off
Re: Issue 4073 in sympy: Cannot solve x^2*Derivative(y(x), x, x) +
x*Derivative(y(x), x) - 1
Re: Issue 4078 in sympy: laplace_transform(Sum((-1)**n*Heaviside(t - n*a),
(n, 1, oo)), t, s) not calculated
Re: Issue 4071 in sympy: Add sympy.cbrt
Re: Issue 4093 in sympy: log(x).evalf(subs={x: 0}) gives
TypeError: 'NoneType' object is not iterable
Re: Issue 4105 in sympy: Matrix could use a free_symbols method
Re: Issue 4095 in sympy: Unicode pretty print of I
Re: Issue 4107 in sympy: Equality of unequal matrices does not reduce to
False
Re: Issue 4100 in sympy: chopping occurs too early in Mul
Re: Issue 4104 in sympy: Series expansion of trig functions incorrect,
except around 0
Re: Issue 4102 in sympy: Matrix addition does NOT preserve matrix shape
Re: Issue 4094 in sympy: Add note about chop option to the evalf section of
the tutorial
Re: Issue 4089 in sympy: Matrix object does not accept being summed when
inside a list and using built-in sum()
Re: Issue 4106 in sympy: Diophantine Equations module missing some solutions
Re: Issue 4101 in sympy: long time on calculate eigenvects
Re: Issue 4098 in sympy: Removal of bool_equal
Re: Issue 4103 in sympy: Several slow test failures
Re: Issue 4090 in sympy: Poly.real_roots may return non-real roots
Re: Issue 4108 in sympy: Order at oo is wrong
Re: Issue 4092 in sympy: simplify misses a simplification!
Re: Issue 4091 in sympy: Cannot solve log(x+3) + log(x-3)=0
Re: Issue 4096 in sympy: Poly.coeff works only after .simply().expand()
Re: Issue 4099 in sympy: Failing slow test
Re: Issue 4097 in sympy: A relatively straightforward integral like
sqrt(x/(a-x)) (0 < x <=a ) fails
Re: Issue 4109 in sympy: Binomial probability density doesn't work
Re: Issue 4112 in sympy: solve doesn't work with rational=True
Re: Issue 4113 in sympy: Refactor _eval_nseries methods for sympy/functions/
Re: Issue 4124 in sympy: expand_complex(I*oo) gives nan
Re: Issue 4111 in sympy: uses of iteritems should be removed (todo: tests)
Re: Issue 4114 in sympy: ImmutableMatrix.is_zero is always False
Re: Issue 4126 in sympy: tikz backend for plot
Re: Issue 4116 in sympy: Stray uses of Python 2 specific methods in unified
code base - specifically iteritems()
Re: Issue 4118 in sympy: deprecate submatrix
Re: Issue 4122 in sympy: Egyptian fractions
Re: Issue 4119 in sympy: Sympy Logic Module: implication have too high
precedence
Re: Issue 4115 in sympy: Move old assumptions from Basic to Expr
Re: Issue 4121 in sympy: Error in the integrator
Re: Issue 4125 in sympy: Issues with Bessel functions
Re: Issue 4117 in sympy: Limits involving branch cuts of elementary
functions not handled
Re: Issue 4110 in sympy: timeit test failure
Re: Issue 4120 in sympy: Make Laplace transform work on undefined functions
Re: Issue 4123 in sympy: Rational.__lt__ and friends needs to watch for nan
Re: Issue 4133 in sympy: Suggestion: implement classical orthogonal
polynomials
Re: Issue 4134 in sympy: N(Max(0.0, n + m)) returns Max(1.0, n + m)
Re: Issue 4131 in sympy: precision of mpmath in Sympy
Re: Issue 4128 in sympy: fix comparisons oo/zoo with complex numbers, e.g.
oo<I
Re: Issue 4130 in sympy: Add scipy to lambdify
Re: Issue 4132 in sympy: evaluating series() twice for a generic function
at a generic point fails
Re: Issue 4127 in sympy: "Geometric Algebra" Documentation missing
Re: Issue 4129 in sympy: Solve produces multiple answer