Re: [sympy] Re: SymPy plans for the future: 1.0 on the horizon

2014-11-22 Thread Aaron Meurer
On Fri, Nov 21, 2014 at 6:43 PM, Sergey B Kirpichev wrote: > On Fri, Nov 21, 2014 at 06:27:56PM -0600, Aaron Meurer wrote: >> What other bundled code do we have? > > E.g. sympy/parsing/sympy_tokenize.py OK, I'm not sure if that counts, because it's from the standard library. Ideally we would rewr

Re: [sympy] Re: SymPy plans for the future: 1.0 on the horizon

2014-11-21 Thread Joachim Durchholz
Am 22.11.2014 um 01:27 schrieb Aaron Meurer: What other bundled code do we have? bin/diagnose_imports, once it's ready :-) -- 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 emai

Re: [sympy] Re: SymPy plans for the future: 1.0 on the horizon

2014-11-21 Thread Joachim Durchholz
Am 22.11.2014 um 00:46 schrieb Aaron Meurer: SymPy versions aren't semver versions. He didn't say so, and 0.x version numbers are usually not assumed to be semantic (Björn certainly does not). For 1.x and upwards, I'd expect the version numbers to be semantic. I can see how semantic versioni

Re: [sympy] Re: SymPy plans for the future: 1.0 on the horizon

2014-11-21 Thread Sergey B Kirpichev
On Fri, Nov 21, 2014 at 06:27:56PM -0600, Aaron Meurer wrote: > What other bundled code do we have? E.g. sympy/parsing/sympy_tokenize.py -- 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,

Re: [sympy] Re: SymPy plans for the future: 1.0 on the horizon

2014-11-21 Thread Aaron Meurer
On Fri, Nov 21, 2014 at 5:57 PM, Sergey B Kirpichev wrote: > On Thu, Nov 20, 2014 at 05:27:24PM -0600, Aaron Meurer wrote: >> I don't know why you don't like dependencies so much. It's easy >> to install any deps without root privileges with virtualenv & pip: >> [4]https://groups.go

Re: [sympy] Re: SymPy plans for the future: 1.0 on the horizon

2014-11-21 Thread Sergey B Kirpichev
On Thu, Nov 20, 2014 at 05:27:24PM -0600, Aaron Meurer wrote: > I don't know why you don't like dependencies so much. It's easy > to install any deps without root privileges with virtualenv & pip: > [4]https://groups.google.com/d/msg/sympy/BCOn8oOyUV4/I9zJV7k03zgJ > >I work on a

Re: [sympy] Re: SymPy plans for the future: 1.0 on the horizon

2014-11-21 Thread Aaron Meurer
On Fri, Nov 21, 2014 at 5:06 PM, Björn Dahlgren wrote: > > > On Friday, 21 November 2014 00:27:51 UTC+1, Aaron Meurer wrote: >> >> >> - Installation for end-users may not be much more difficult, but it does >> become more difficult for developers and potential developers. Instead of >> just workin

Re: [sympy] Re: SymPy plans for the future: 1.0 on the horizon

2014-11-21 Thread Björn Dahlgren
On Friday, 21 November 2014 00:27:51 UTC+1, Aaron Meurer wrote: > > > - Installation for end-users may not be much more difficult, but it does > become more difficult for developers and potential developers. Instead of > just working in the SymPy directory you have to teach people how to > set

Re: [sympy] Re: SymPy plans for the future: 1.0 on the horizon

2014-11-21 Thread Fredrik Johansson
On Friday, November 21, 2014 12:27:51 AM UTC+1, Aaron Meurer wrote: > > > The only real issue I think is managing versions of mpmath. The > development of mpmath has slowed down quite a bit recently, meaning this > isn't a huge issue as it now stands. We do need a policy on this. It comes > do

Re: [sympy] Re: SymPy plans for the future: 1.0 on the horizon

2014-11-20 Thread Ondřej Čertík
On Thu, Nov 20, 2014 at 4:27 PM, Aaron Meurer wrote: > > > On Thu, Nov 20, 2014 at 4:50 PM, Sergey Kirpichev > wrote: >> >> On Friday, November 21, 2014 12:49:40 AM UTC+3, Aaron Meurer wrote: >>> >>> A few I'd like to propose: >> >> >> New solve is another important stuff for 1.0, see >> https://

Re: [sympy] Re: SymPy plans for the future: 1.0 on the horizon

2014-11-20 Thread Aaron Meurer
On Thu, Nov 20, 2014 at 4:50 PM, Sergey Kirpichev wrote: > On Friday, November 21, 2014 12:49:40 AM UTC+3, Aaron Meurer wrote: >> >> A few I'd like to propose: >> > > New solve is another important stuff for 1.0, see > https://github.com/sympy/sympy/pull/7523 > > >> - mpmath should be made a depe

[sympy] Re: SymPy plans for the future: 1.0 on the horizon

2014-11-20 Thread Sergey Kirpichev
On Friday, November 21, 2014 12:49:40 AM UTC+3, Aaron Meurer wrote: > > A few I'd like to propose: > New solve is another important stuff for 1.0, see https://github.com/sympy/sympy/pull/7523 > - mpmath should be made a dependency of SymPy (it should no longer be > bundled). Let's wait until