Ondrej, One other thing that probably should be changed is that currently the sympy test suite requires IPython and I think the APIs it relies on have changed in significant ways. It would be nice to decouple the test suite from IPython.
Cheers, Brian On Mon, Jun 13, 2011 at 5:12 PM, Brian Granger <[email protected]> wrote: > Ondrej, > > On Mon, Jun 13, 2011 at 1:49 PM, Ondrej Certik <[email protected]> wrote: >> On Mon, Jun 13, 2011 at 1:44 PM, Brian Granger <[email protected]> wrote: >>> But they probably want to start this at the application level right? >>> So the config gets parsed. Ondrej, we should figure this out before >>> sympy0.7 is released so that isympy works with the soon-to-be-released >>> IPython 0.11. >> >> That's right, we should definitely figure this out before sympy 0.7.0. >> As I see it, we will try to import the old ipython, and if it fails, >> then some preferred way in the new ipython. I will play with this in >> the evening and provide some options that work, and you can then tell >> me, if it is going to be supported in the IPython 0.11. > > Do you want things like command line flags and config file parsing to > work? If so (I imagine you do) I would look at subclassing the main > IPython application. BUT, this part of the 0.11 is still ongoing and > has not been merged into master yet, so it could be difficult to rely > on it *today*. But, we do plan on releasing before SciPy in July and > that part of the code should be stable soon. This may be an issue if > you are trying to release in the next few days. > > Brian > >> Ondrej >> >> -- >> 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. >> >> > > > > -- > Brian E. Granger > Cal Poly State University, San Luis Obispo > [email protected] and [email protected] > -- Brian E. Granger Cal Poly State University, San Luis Obispo [email protected] and [email protected] -- 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.
