I've been working on generating linear algebra computations using SymPy<http://matthewrocklin.com/blog/work/2012/11/10/GeneratingBLAS-PreliminaryResults/>. In one of my recent pull requests someone voiced the idea that maybe all of this should not be part of SymPy, but rather another project that depends on SymPy. I don't care much either way.
I think that the unification, rules, and MatrixExpr stuff should be part of SymPy. It's not clear that my code for computation graphs<https://github.com/mrocklin/sympy/blob/computations/sympy/computations/core.py>and BLAS code generation from matrix expressions<https://github.com/mrocklin/sympy/blob/blas/sympy/matrices/expressions/blas.py>should be. Immediate question: Should I split off? General question: What is SymPy's policy on what should be a module and what should be an external package? -- 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.
