Updates:
        Labels: Milestone-Release0.7.2

Comment by asmeurer:
I'd like to do a small 0.7.1 release with IPython 0.11 support, so these will be postponed until 0.7.2.

Affected issues:
  issue 101: tests on the wiki documentation
    http://code.google.com/p/sympy/issues/detail?id=101

  issue 398: An idea: assumption model based on Interval
    http://code.google.com/p/sympy/issues/detail?id=398

  issue 698: automatic testing of examples
    http://code.google.com/p/sympy/issues/detail?id=698

  issue 1038: (sin(x)*cos(x)).series(x, 0, 1000) takes forever
    http://code.google.com/p/sympy/issues/detail?id=1038

  issue 1047: Suggested new assumption system
    http://code.google.com/p/sympy/issues/detail?id=1047

  issue 1065: Good function plotting
    http://code.google.com/p/sympy/issues/detail?id=1065

  issue 1117: Setup buildbot (again)
    http://code.google.com/p/sympy/issues/detail?id=1117

  issue 1262: fix sympy to work in python3.0
    http://code.google.com/p/sympy/issues/detail?id=1262

issue 1280: integrate(1/((a-x)*(b-x)), x) is giving too complex results (probably correct)
    http://code.google.com/p/sympy/issues/detail?id=1280

  issue 1291: reduce the import sympy time
    http://code.google.com/p/sympy/issues/detail?id=1291

  issue 1337: Refactor find() and replace()
    http://code.google.com/p/sympy/issues/detail?id=1337

  issue 1362: Expand support for printing derivatives
    http://code.google.com/p/sympy/issues/detail?id=1362

  issue 1371: use scipy for integrals evaluation
    http://code.google.com/p/sympy/issues/detail?id=1371

  issue 1372: make lambdify to use scipy for integration optionally
    http://code.google.com/p/sympy/issues/detail?id=1372

  issue 1374: simplify(x**2-x**2.0) does not yield 0.
    http://code.google.com/p/sympy/issues/detail?id=1374

  issue 1422: spherical bessel functions
    http://code.google.com/p/sympy/issues/detail?id=1422

  issue 1467: sorting values with imaginary numbers in radical
    http://code.google.com/p/sympy/issues/detail?id=1467

  issue 1473: __mod__ does not work on reals
    http://code.google.com/p/sympy/issues/detail?id=1473

  issue 1520: Inconsistency in subs
    http://code.google.com/p/sympy/issues/detail?id=1520

  issue 1575: help(module) contains a bunch of irrelevant stuff
    http://code.google.com/p/sympy/issues/detail?id=1575

  issue 1599: match docstring
    http://code.google.com/p/sympy/issues/detail?id=1599

  issue 1629: solve() raises an exception for quartic equation
    http://code.google.com/p/sympy/issues/detail?id=1629

  issue 1704: [PATCH] Integration of certain composite functions fails
    http://code.google.com/p/sympy/issues/detail?id=1704

  issue 1735: Rename .func attribute
    http://code.google.com/p/sympy/issues/detail?id=1735

  issue 1741: py.bench broken
    http://code.google.com/p/sympy/issues/detail?id=1741

  issue 1746: Let bin/test --random accept a seed input
    http://code.google.com/p/sympy/issues/detail?id=1746

  issue 1747: nseries test failure with bin/test --random
    http://code.google.com/p/sympy/issues/detail?id=1747

  issue 1756: Division by order terms is invalid
    http://code.google.com/p/sympy/issues/detail?id=1756

  issue 1757: coding style
    http://code.google.com/p/sympy/issues/detail?id=1757

  issue 1880: Matrix(...).det() takes forever
    http://code.google.com/p/sympy/issues/detail?id=1880

  issue 1886: Documentation for Expr
    http://code.google.com/p/sympy/issues/detail?id=1886

  issue 1887: Separate boolean and symbolic relationals
    http://code.google.com/p/sympy/issues/detail?id=1887

  issue 1890: Quartic equation solution probably not correct
    http://code.google.com/p/sympy/issues/detail?id=1890

  issue 1894: Automatic rewriting of boolean functions
    http://code.google.com/p/sympy/issues/detail?id=1894

  issue 2015: Hangs attempting to solve a system of linear equations
    http://code.google.com/p/sympy/issues/detail?id=2015

  issue 2026: Exact, algebraic, and integer_power substitution
    http://code.google.com/p/sympy/issues/detail?id=2026

  issue 2029: Poly simplification functions need a deep option
    http://code.google.com/p/sympy/issues/detail?id=2029

  issue 2070: All elements of .args should be Basic
    http://code.google.com/p/sympy/issues/detail?id=2070

  issue 2142: Turn on deprecation warnings in isympy
    http://code.google.com/p/sympy/issues/detail?id=2142

  issue 2147: Remove dependence on Python's doctest
    http://code.google.com/p/sympy/issues/detail?id=2147

issue 2155: lambdify() does not convert complex quantities properly with the "numpy" option
    http://code.google.com/p/sympy/issues/detail?id=2155

  issue 2160: List of dependencies
    http://code.google.com/p/sympy/issues/detail?id=2160

  issue 2204: Unpickling a Singleton doesn't return the singleton object
    http://code.google.com/p/sympy/issues/detail?id=2204

  issue 2205: Name for "Undefined functions"
    http://code.google.com/p/sympy/issues/detail?id=2205

  issue 2283: Non-iterative 'in'
    http://code.google.com/p/sympy/issues/detail?id=2283

  issue 2303: Function to access the oeis database
    http://code.google.com/p/sympy/issues/detail?id=2303

issue 2307: as_coeff_mul()[0] != as_coeff_Mul()[0] when the coeff is Number (not Rational)
    http://code.google.com/p/sympy/issues/detail?id=2307

  issue 2312: Remove duplicated "block_diag"
    http://code.google.com/p/sympy/issues/detail?id=2312

  issue 2371: Completely untested modules in sympy.polys
    http://code.google.com/p/sympy/issues/detail?id=2371

  issue 2406: improve Tuple constructor
    http://code.google.com/p/sympy/issues/detail?id=2406

  issue 2415: Poly(x, x) * I != I * Poly(x, x)
    http://code.google.com/p/sympy/issues/detail?id=2415

  issue 2441: sympify() should recognize and convert mpmath types
    http://code.google.com/p/sympy/issues/detail?id=2441

  issue 2482: Stop bundling mpmath
    http://code.google.com/p/sympy/issues/detail?id=2482

  issue 2495: Test failures with the cache turned off
    http://code.google.com/p/sympy/issues/detail?id=2495

  issue 2542: Compatibility with py.test
    http://code.google.com/p/sympy/issues/detail?id=2542

  issue 2562: Test failure in generate_derangements() with Python2.5
    http://code.google.com/p/sympy/issues/detail?id=2562



--
You received this message because you are listed in the owner
or CC fields of these issues, or because you starred them.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to