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

MAINT: Cleanup of random stuff #7539

Merged
merged 1 commit into from
May 6, 2016
Merged

Conversation

madphysicist
Copy link
Contributor

This is a series of things that I am cleaning up as I familiarize myself with how the C API is constructed at the lowest level. There are no significant code changes here, just some import cleanups, consistency imrovements, etc.

This PR is still a work in progress. Feel free to merge it, but I will be adding more stuff to this branch in the near future. I will remove this part of the message and squawk when I feel that the changes are complete.

@@ -6,7 +6,22 @@
import sys
import warnings

from numpy.core import multiarray
from . import multiarray
from .multiarray import (CLIP, WRAP, RAISE, MAXDIMS, ALLOW_THREADS,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this would be better in the (numpy conventional) form

from .multiarray import (
    CLIP, WRAP, RAISE, MAXDIMS, ALLOW_THREADS, etc
)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might alphabetize also.

@charris charris changed the title MAINT: Cleanp of random stuff MAINT: Cleanup of random stuff Apr 16, 2016
@charris charris added this to the 1.12.0 release milestone Apr 16, 2016
@charris
Copy link
Member

charris commented May 3, 2016

Could you please fix the formatting of the import?

@madphysicist
Copy link
Contributor Author

Yes. I just got a chance to look through your comments and I will include all of them. It might take me a day or two though. I had a second kid a couple of weeks ago and am just now starting to get back to work and online.

@charris charris merged commit f887fc4 into numpy:master May 6, 2016
@charris
Copy link
Member

charris commented May 6, 2016

Thanks @madphysicist .

@madphysicist
Copy link
Contributor Author

No problem. What will happen to this PR if I continue to modify this branch and push the changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants