+1 for deprecating them. Aaron Meurer
On Wednesday, May 16, 2012, Vinzent Steinberg wrote: > Am Samstag, 12. Mai 2012 16:55:56 UTC+2 schrieb Matthew: >> >> A quick grep shows that they're not used anywhere outside of matrices.py. >> Making them private sounds good to me. >> >> Is there any chance we're breaking someone's code downstream? Perhaps the >> old names should remain but be deprecated. >> >> On Sat, May 12, 2012 at 9:44 AM, Stefan wrote: >> >>> Actually __setitem__ uses these. Does It make sense to make them start >>> with an "_"? >>> >> > I think these methods are just older than the slicing syntax. The matrix > interface could indeed need some cleaning up. > > Vinzent > > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/utgwPEfn8tcJ. > To post to this group, send email to [email protected]<javascript:_e({}, > 'cvml', '[email protected]');> > . > To unsubscribe from this group, send email to > [email protected] <javascript:_e({}, 'cvml', > 'sympy%[email protected]');>. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- Sent from my iPad. -- 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.
