Your project notifications generated too many emails to send
individually. Here are the subject lines of the emails you would have
received:
Re: Issue 1875 in sympy: Pure literal resolution and unit propagation
should coexist in the same closure loop
Re: Issue 1882 in sympy: Remove Basic.has_piecewise
Re: Issue 1866 in sympy: sage tests in sympy fail
Re: Issue 1883 in sympy: Recode dmp_zero_p to be non-recursive
Re: Issue 1874 in sympy: mpmath plot tests fail on buildbots
Re: Issue 1884 in sympy: remove old assumptions
Re: Issue 1872 in sympy: Shortcut functions
Re: Issue 1869 in sympy: integrate(sin(log(x**2))) always treats x as
positive
Re: Issue 1881 in sympy: solve -> OverflowError: mpz too large for int
Re: Issue 1894 in sympy: Automatic rewriting of boolean functions
Re: Issue 1888 in sympy: integrate(f(x).diff(x)**2, x) gives some strange
answer
Re: Issue 1896 in sympy: Inner core refactoring
Re: Issue 1898 in sympy: Add unicode hbar to pretty printer
Re: Issue 1901 in sympy: Reorganizing action verbs in sympy
Re: Issue 1885 in sympy: failure in documentation
Re: Issue 1891 in sympy: RootOf has subs problems
Re: Issue 1892 in sympy: integrate(1/(x*(a+b*x)**3), x) fails
Re: Issue 1897 in sympy: solve and Real
Re: Issue 1887 in sympy: Separate boolean and symbolic relationals
Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k),
(x, 0, oo)) hangs
Re: Issue 1886 in sympy: Documentation for Expr
Re: Issue 1902 in sympy: 'has' method fails when argument is 'Symbol'
or 'Wild'
Re: Issue 1900 in sympy: factor((1+2*x+x**2)**100) works too hard
Re: Issue 1890 in sympy: Quartic equation solution probably not correct
Re: Issue 1889 in sympy: sympify gives an error when a symbol 'C' is used
together with a local dictionary
Re: Issue 1899 in sympy: factor(3 + x - x*(1 + x) + x**2) != 3
Re: Issue 1905 in sympy: Differentiation and Geometric Algebra
Re: Issue 1907 in sympy: Pow(..., evaluate=something) is broken
Re: Issue 1903 in sympy: Unify Assume keys, ask keys and ask handlers
Re: Issue 1913 in sympy: pseudo integralof x
Re: Issue 1919 in sympy: unify behavior of var() and symbols()
Re: Issue 1909 in sympy: Expand function does not deal with non-commutative
multiplication and powers
Re: Issue 1910 in sympy: Update --help for bin/test and bin/doctest with
glob information
Re: Issue 1918 in sympy: 1918: sqrt speed up
Re: Issue 1911 in sympy: Error in expansion of power with noncommutative
base
Re: Issue 1916 in sympy: Plotting fails: Window initialization failed:
Unable to share contexts
Re: Issue 1914 in sympy: add dictionary support to sympify
Re: Issue 1921 in sympy: failing doctest under windows
Re: Issue 1906 in sympy: loading sympy fails in python 2.4 under windows
Re: Issue 1920 in sympy: SymTuple doesn't rebuild itself
Re: Issue 1908 in sympy: more efficient core
Re: Issue 1912 in sympy: inconsistency between facts
Re: Issue 1917 in sympy: 1917: misc edits
Re: Issue 1904 in sympy: Error in evaluation of power with noncommutative
base
Re: Issue 1915 in sympy: Unify make_list with as_Add/as_Mul
Re: Issue 1927 in sympy: Basic.__call__ is confusing and inconsistent
Re: Issue 1929 in sympy: diff bugs
Re: Issue 1937 in sympy: Change Integral(f(x), (x, None, a)) to something
that doesn't use None
Re: Issue 1940 in sympy: Improvements for physical units
Re: Issue 1934 in sympy: Function.is_number oddness
Re: Issue 1931 in sympy: diff(Eq(a, b), x) doesn't work right
Re: Issue 1930 in sympy: polynomial doctest failure
Re: Issue 1938 in sympy: Recursive trigsimp destroys sums of derivative
terms because cse fails on these sums
Re: Issue 1936 in sympy: Integral limits should be sanitized
Re: Issue 1941 in sympy: Objects that know how to combine themselves
Re: Issue 1928 in sympy: Add __xor__ magic method to Boolean
Re: Issue 1935 in sympy: Sum doesn't rebuild itself
Re: Issue 1939 in sympy: Enhancements in ellipse class
Re: Issue 1922 in sympy: derivative results in an "illegal derivative"
Re: Issue 1924 in sympy: Eq() gets .as_basic() method
Re: Issue 1932 in sympy: Relationals do not work with any methods of Expr
Re: Issue 1926 in sympy: ode tweaks
Re: Issue 1923 in sympy: count_ops doesn't return a count (by default)
Re: Issue 1933 in sympy: factor(x**27-x, modulus=3)
Re: Issue 1925 in sympy: O(x,1) raises NameError
Re: Issue 1957 in sympy: Open parenthesis '(' does not work in
live.sympy.org in Safari or Chrome
Re: Issue 1958 in sympy: Bugs with greek letter symbols
Re: Issue 1944 in sympy: limit() returns incorrect answer for
limit(exp(-x/a), x, oo)
Re: Issue 1953 in sympy: inconsistency between "in" and "has"
Re: Issue 1946 in sympy: Recursion error with SYMPY_GROUND_TYPES=sympy
(caching problem)
Re: Issue 1949 in sympy: Doctests for polynomials module
Re: Issue 1951 in sympy: sympy.cot(0)=0 rather than infinity sympy 0.6.6
Re: Issue 1954 in sympy: sympy-libmp incompatibility in Fedora
Re: Issue 1942 in sympy: Refactor the singleton mechanism
Re: Issue 1959 in sympy: update docs about github
Re: Issue 1956 in sympy: mpmath: test_visualization fails on AttributeError
with matplotlib 0.91.2
Re: Issue 1948 in sympy: printed list contains repr of object
Re: Issue 1955 in sympy: Update to mpmath 0.15
Re: Issue 1943 in sympy: Need a superclass of Function that doesn't
subclass Expr
Re: Issue 1952 in sympy: Implement sinc function
Re: Issue 1945 in sympy: Fix as_numer_denom() docstring and add Expr to the
Sphinx docs
Re: Issue 1947 in sympy: @property methods doctests do not give correct
line numbers
Re: Issue 1950 in sympy: Piecewise((x, 0 < x), (0, Eq(x, 0)), (-x, x <
0))._eval_interval(x, -1, 1) is wrong
Re: Issue 1970 in sympy: Failing tests in Python 2.4 in master
Re: Issue 1961 in sympy: integration works too hard
Re: Issue 1967 in sympy: latex(Mul(Pow(2, 2, evaluate=False), Pow(3, -1,
evaluate=False), evaluate=False)) gives \frac{4}{3}, not \frac{2^2}{3}
Re: Issue 1966 in sympy: Add evaluate option to sympify
Re: Issue 1976 in sympy: Add is_one attribute to Basic (or Expr)
Re: Issue 1964 in sympy: as_real_imag for Piecewise does not give correct
answer
Re: Issue 1969 in sympy: Matrix.LUdecompositionFF() fails for some inputs
Re: Issue 1962 in sympy: pprint form of geometric objects mimics regular
python objects
Re: Issue 1971 in sympy: StrReprPrinter fails with TypeError
Re: Issue 1963 in sympy: changes to core/power
Re: Issue 1960 in sympy: should repr form of geometry entities be the same
as str?
Re: Issue 1974 in sympy: Poly(1).subs traceback
Re: Issue 1978 in sympy: select whether constant gets distributed into mul
Re: Issue 1965 in sympy: git pull -u
Re: Issue 1977 in sympy: symbols() gives unexpected behavior when passed a
list of length 1
Re: Issue 1975 in sympy: nsimplify() should be recursive
Re: Issue 1973 in sympy: hash(Integer) should return the int
Re: Issue 1968 in sympy: solve should not return infinities nor nan
Re: Issue 1972 in sympy: Doctests in a module docstring are not executed