Re: [sympy] Re: Deprecation warnings when using is_real

2014-10-21 Thread Joachim Durchholz
Am 20.10.2014 um 00:48 schrieb Aaron Meurer: [SymPy] definitely should support subclassing. In that case, the pattern should be that SymPy code should avoid calling deprecated functions, except for the one function that replaces the deprecated one, which *must* call the deprecated one so that

Re: [sympy] Re: Deprecation warnings when using is_real

2014-10-19 Thread Aaron Meurer
On Sun, Oct 19, 2014 at 1:24 AM, Joachim Durchholz wrote: > Am 18.10.2014 um 07:57 schrieb Aaron Meurer: >> >> Right, all deprecated function calls should be removed from the SymPy >> codebase and test suite. Otherwise we ourselves are not even doing >> what we say we should do. > > > If you build

Re: [sympy] Re: Deprecation warnings when using is_real

2014-10-18 Thread Joachim Durchholz
Am 18.10.2014 um 07:57 schrieb Aaron Meurer: Right, all deprecated function calls should be removed from the SymPy codebase and test suite. Otherwise we ourselves are not even doing what we say we should do. If you build your codebase in the expectation of users writing subclasses, you need to

Re: [sympy] Re: Deprecation warnings when using is_real

2014-10-17 Thread Aaron Meurer
On Fri, Oct 17, 2014 at 11:51 PM, Amit Saha wrote: > On Sat, Oct 18, 2014 at 12:16 AM, Chris Smith wrote: >> Yes, that would be a good change to make. >> >> >> On Friday, October 17, 2014 9:10:28 AM UTC-5, Amit Saha wrote: >>> >>> Hi, >>> >>> As per https://github.com/sympy/sympy/issues/6212, is_

Re: [sympy] Re: Deprecation warnings when using is_real

2014-10-17 Thread Aaron Meurer
Right, all deprecated function calls should be removed from the SymPy codebase and test suite. Otherwise we ourselves are not even doing what we say we should do. Aaron Meurer On Fri, Oct 17, 2014 at 11:51 PM, Amit Saha wrote: > On Sat, Oct 18, 2014 at 12:16 AM, Chris Smith wrote: >> Yes, that

Re: [sympy] Re: Deprecation warnings when using is_real

2014-10-17 Thread Amit Saha
On Sat, Oct 18, 2014 at 12:16 AM, Chris Smith wrote: > Yes, that would be a good change to make. > > > On Friday, October 17, 2014 9:10:28 AM UTC-5, Amit Saha wrote: >> >> Hi, >> >> As per https://github.com/sympy/sympy/issues/6212, is_real is >> deprecated. I just found this: >> >> >>> s = Finit

[sympy] Re: Deprecation warnings when using is_real

2014-10-17 Thread Chris Smith
Yes, that would be a good change to make. On Friday, October 17, 2014 9:10:28 AM UTC-5, Amit Saha wrote: > > Hi, > > As per https://github.com/sympy/sympy/issues/6212, is_real is > deprecated. I just found this: > > >>> s = FiniteSet(FiniteSet(1, 2, 3)) > >>> s > {{1, 2, 3}} > >>> len(s) >