Ah, you were asking a different question from what I answered. I haven't yet handled the compatibility question with the old statistics module. I suspect I'll move everything over to a "stats" directory and deprecate statistics. I probably won't do this until I actually submit a pull request however.
On Thu, Aug 11, 2011 at 1:39 PM, Matthew Rocklin <[email protected]> wrote: > What did you end up doing with regard to breaking compatibility >>> against the old module? >>> >> > No compatibility is broken per se. rv2 should still work with the old > integrate, it's just much less useful. It's also much nicer to write tests > using his integrate. I could submit a pull request against the current > version but it's substantially more convenient to just wait the extra few > weeks. > > Also, does your code rely on your MatrixExpr stuff? >>> >> > No, there is a separate branch, listed below, which has all the MatrixExpr > dependent random variable code. I felt it the merging process would be > smoother with this division of code. > https://github.com/mrocklin/sympy/tree/mvn_rv > > > > >> >>> Aaron Meurer >>> >>> On Thu, Aug 11, 2011 at 11:48 AM, Matthew Rocklin<[email protected]> >>> wrote: >>> >>>> Hi Everyone, >>>> My branch on finite and continuous random >>>> variables >>>> https://github.com/mrocklin/**sympy/tree/rv2<https://github.com/mrocklin/sympy/tree/rv2>has >>>> been relatively >>>> stable for a while. I'm waiting to submit a pull request until Tom's >>>> integration work gets in (I understand that this may still be a while). >>>> I'd >>>> be thrilled if someone felt like reviewing it before this though to make >>>> sure there are no major issues. >>>> Best, >>>> -Matt >>>> >>>> -- >>>> 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 >>>> sympy+unsubscribe@**googlegroups.com<sympy%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/**group/sympy?hl=en<http://groups.google.com/group/sympy?hl=en> >>>> . >>>> >>>> >>> >> -- >> 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 sympy+unsubscribe@** >> googlegroups.com <sympy%[email protected]>. >> For more options, visit this group at http://groups.google.com/** >> group/sympy?hl=en <http://groups.google.com/group/sympy?hl=en>. >> >> > -- 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.
