Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEP : removed levypdf from mlab #3037

Merged
merged 1 commit into from May 3, 2014
Merged

Conversation

tacaswell
Copy link
Member

This code raised exceptions and had the incorrect formula. Given that
#3026 is the first we heard about this, it is unlikely anyone is

actually using so it can be safely removed.

As an alternative scipy.stats.levy should be used.

replaces #3026 and #3027

Going to hold off on getting rid of normpdf and entorpy for a more through check of what in mlab should stay. My understanding is that many of those functions are there from before numpy/scipy matured and there are now better versions in those packages.

@tacaswell tacaswell added this to the v1.4.0 milestone May 3, 2014
@efiring
Copy link
Member

efiring commented May 3, 2014

@tacaswell, it needs to be removed from pylab.py, which lists it in the docstring and imports it. The test failures are unrelated--which tells me we don't have any test for pylab, even to check for failures on import!

This code raised exceptions and had the incorrect formula.  Given that
actually using so it can be safely removed.

As an alternative `scipy.stats.levy` should be used.
@tacaswell
Copy link
Member Author

@efiring Fixed and squashed.

efiring added a commit that referenced this pull request May 3, 2014
DEP : removed levypdf from mlab
@efiring efiring merged commit 6286efa into matplotlib:master May 3, 2014
@tacaswell tacaswell deleted the mlab_cleanup branch May 3, 2014 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants