https://github.com/sympy/sympy/pull/132
1321 and many more on your list have been solved. about 1743, the vectorization of subs, let me clarify what you need. Something like this, that if one uses expr.subs(x,[1,2,3,4]) this will return a list of 4 elements with the expr evaluated, with x=1, x=2, x=3, x=4 Any comments or suggestions ? On Mar 17, 7:35 pm, "Chris Smith" <[email protected]> wrote: > SherjilOzair wrote: > >> Please direct me to easy-to-fix issues that have NOT been solved. > >> I was also wondering if I could do a small part of the project ideas > >> on the ideas page. > > You might check any of the following: > > 2213, 2180, 2172, 2151, 2013, 2012, 2011, 1991, 1935, 1931, 1743, 1727, 1621, > 1575, 1572, 1473, 1464, 1462, 1456, 1435, 1355, 1321, 1304, 1285, 1284, 1277, > 1276, 1242, 1232, 1206, 1153, 1132, 1095, 1081, 1077, 985, 950, 909, 858, > 841, 834, 828, 809, 805, 796, 794, 783, 760, 754, 719, 702, 694, 671, 604, > 564, 508, 341, 326 -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
