At least, I know that module sage/finance/stock.py is completely broken. A 
warning was added in trac ticket #25473 <https://trac.sagemath.org/25473> 
in the top of the page of 
http://doc.sagemath.org/html/en/reference/finance/sage/finance/stock.html
For the doctests to pass, tag "known bug" was added for most of the 
doctests:

$ sage -t --optional=sage,internet --show-skipped src/sage/finance/stock.py
...
    22 tests not run due to known bugs
...

I don't use any of these three modules, but maybe some do? The stats folder 
contains a lot of stuff:

$ tree stats/
stats/
├── all.py
├── basic_stats.py
├── distributions
│   ├── dgs_bern.c
│   ├── dgs_bern.h
│   ├── dgs_gauss_dp.c
│   ├── dgs_gauss.h
│   ├── dgs_gauss_mp.c
│   ├── dgs.h
│   ├── dgs_misc.h
│   ├── dgs.pxd
│   ├── discrete_gaussian_integer.pxd
│   ├── discrete_gaussian_integer.pyx
│   ├── discrete_gaussian_lattice.py
│   ├── discrete_gaussian_polynomial.py
│   ├── __init__.py
│   └── __pycache__
├── hmm
│   ├── all.py
│   ├── chmm.pyx
│   ├── distributions.pxd
│   ├── distributions.pyx
│   ├── hmm.pxd
│   ├── hmm.pyx
│   ├── __init__.py
│   ├── __pycache__
│   ├── util.pxd
│   └── util.pyx
├── __init__.py
├── intlist.pxd
├── intlist.pyx
├── __pycache__
└── r.py

5 directories, 28 files
$ tree finance/
finance/
├── all.py
├── easter.py
├── fractal.pyx
├── __init__.py
├── markov_multifractal_cython.pyx
├── markov_multifractal.py
├── option.pyx
├── __pycache__
├── stock.py
├── time_series.pxd
└── time_series.pyx

1 directory, 10 files
$ tree media/
media/
├── all.py
├── channels.pyx
├── __init__.py
├── __pycache__
└── wav.py

1 directory, 4 files


On Saturday, May 2, 2020 at 9:56:18 AM UTC+2, Dima Pasechnik wrote:
>
> On Sat, May 2, 2020 at 12:46 AM John H Palmieri <[email protected] 
> <javascript:>> wrote: 
> > 
> > Did you mean 9.2? It's too late to add deprecations to 9.1, in my 
> opinion. 
> > 
>
> be it 9.1 or 9.2, it's certainly a good idea to deprecate and remove. 
>
> > 
> > On Friday, May 1, 2020 at 2:19:32 PM UTC-7, Matthias Koeppe wrote: 
> >> 
> >> These modules have a very limited amount of code, seem to have seen no 
> major development for about 10 years, and are (with minor exceptions) 
> unused in the rest of Sage. 
> >> 
> >> Potential users will be better off with looking for mainstream 
> libraries in the Python ecosystem, or with interfacing with Python, etc. 
> >> 
> >> 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "sage-devel" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to [email protected] <javascript:>. 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/7fd459a4-2f42-413b-9e17-6075b50388ec%40googlegroups.com.
>  
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/a0af1eff-9f31-45d8-84d4-e6d1a6c6eb2a%40googlegroups.com.

Reply via email to