Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fix mlab.rec_join.#6577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix mlab.rec_join.#6577
Uh oh!
There was an error while loading.Please reload this page.
Conversation
`examples/misc/rec_lab_demo.py` was broken on Python3.
Yes, but we do not have any idea what people are actually using. For example the LIGO notebooks used some stuff from mlab (the power spectrum). |
Well, won't a standard deprecation cycle be enough? |
This stuff has been in matplotlib for avery long time. We would need a On Mon, Jun 13, 2016 at 2:24 PM, Antony Leenotifications@github.com
|
I certainly understand, and wouldn't have suggested it if I didn't find parts of the code that are broken. The alternative would be to improve the coverage, which is so-so right now (this is actually the kind of code for which high coverage could be achieved). |
examples/misc/rec_lab_demo.py
was broken on Python3.Any plans to just deprecate most of
mlab
? I can see why it's there but nowadayspandas
and friends are much more appropriate for this kind of stuff.