Re: [sage-support] Re: Basic Stats deprecated?

2022-02-28 Thread Matthias Koeppe
The functionality has not been removed. We can do a slower deprecation here, i.e., not remove the module after a year, but perhaps after n years. On Monday, February 28, 2022 at 3:26:08 PM UTC-8 John H Palmieri wrote: > Should there be a small list of functions which we import automatically? >

Re: [sage-support] Re: Basic Stats deprecated?

2022-02-28 Thread Kwankyu
Here is the ticket for this: https://trac.sagemath.org/ticket/33432 -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com.

Re: [sage-support] Re: Basic Stats deprecated?

2022-02-28 Thread John H Palmieri
Should there be a small list of functions which we import automatically? For example in sage.all we could do: "from numpy import mean, median". It seems strange to not have a top-level "mean" or "median" function, given all of the other esoteric top-level functions. On Friday, February 25,

[sage-support] Re: Basic Stats deprecated?

2022-02-26 Thread Matthias Koeppe
On Friday, February 25, 2022 at 10:52:19 AM UTC-8 mat...@gmail.com wrote: > Will Calculus be deprecated too? > See https://trac.sagemath.org/ticket/32260 for the next deprecation proposal. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To

Re: [sage-support] Re: Basic Stats deprecated?

2022-02-26 Thread Henri Girard
Sorry : Effectively I thaught I send it to the sage-devel sage-support Your welcome Henri Le 26/02/2022 à 16:57, William Stein a écrit : Thank you. However, did you mean to send this to sage-devel ? -- you just sent it to me personally. On Sat, Feb 26, 2022 at 12:19 AM Henri Girard wrote:

Re: [sage-support] Re: Basic Stats deprecated?

2022-02-25 Thread Matthias Koeppe
On Friday, February 25, 2022 at 8:32:39 PM UTC-8 wst...@gmail.com wrote: > Also, if you want to argue that users should explicitly import > everything... No, that's not what I'm arguing. The deprecation of the basic_stats module happened because Sage has nothing to offer in this area; it's

[sage-support] Re: Basic Stats deprecated?

2022-02-25 Thread Kwankyu
> > But shouldn't these basic functions have some default functionality? > +1 -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sage-support] Re: Basic Stats deprecated?

2022-02-25 Thread William Stein
In fairness, "Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab." What do Maple and Mathematica do regarding having a median top level command? Also, if you want to argue that users should explicitly import everything... that's an interesting an

[sage-support] Re: Basic Stats deprecated?

2022-02-25 Thread Matthias Koeppe
If you consider numpy an obscure library, it may be that your syllabus needs updating On Friday, February 25, 2022 at 10:52:19 AM UTC-8 mat...@gmail.com wrote: > Mean, median and mode are now deprecated. E.g.: > > >median([1,2,3]) > 2 :1: DeprecationWarning: sage.stats.basic_stats.median is