On Friday, February 20, 2015 at 4:21:34 AM UTC+1, Aaron Meurer wrote: > > because SymPy has several issues with pickle > ( > https://github.com/sympy/sympy/search?q=pickle&ref=cmdform&state=open&type=Issues > > <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fsympy%2Fsympy%2Fsearch%3Fq%3Dpickle%26ref%3Dcmdform%26state%3Dopen%26type%3DIssues&sa=D&sntz=1&usg=AFQjCNHCKdrm5j-qb2pZaWupDFtC9xM3MQ>). > > >
What about creating a SymPy standardized type builder? That is, instead of defining custom classes in SymPy, one would use such a builder. Besides the *pickle* issues, it may address the *var.func(*var.args) *issue, and maybe provide some possible future integration with *numba*, when/if numba will provide *C struct*-like types. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/481a17da-92b4-49e7-be3a-c6e1bf0a7564%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
