-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
ENH: Make numpy.distutils.system_info.get_info("blas_opt") print less #4081
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
Conversation
stuff on the stdout.
With numpy master the stdout output is:
And with this patch there's no output to stdout. This should be fine I think, assuming
|
I don't understand your objection. You want all the info that was on stdout be available from This is still printed during compilation. Should we just add new keys in On Thu, Dec 12, 2013 at 2:47 PM, Ralf Gommers notifications@github.comwrote:
|
Yes, adding those keys to the returned dict would make sense to me. |
I see. I won't have the time to work on this before January. So if nobody When is planned the next release of NumPy? To make sure it is finished by On Fri, Dec 13, 2013 at 5:19 PM, Ralf Gommers notifications@github.comwrote:
|
I'm thinking a release 6 months after 1.8, or about the beginning of May, with the branch made at the beginning of April. |
ENH: Make the display of extra information in the atlas config optional.
@abergeron introduced a verbosity parameter to allow printing or not of this information. What about this? It is more robust then capturing/parsing the output on many OS. |
@nouiz This should be raised on the list. The new parameter also needs to be documented somewhere. |
Should the documentation go in doc/DISTUTILS.rst.txt? |
Probably that too ;) I was thinking it should go into the function docstring somewhere. But maybe those functions aren't documented? There should also probably be a mention in the doc/release/1.9.0-notes.rst. Were you folks hoping to see this in 1.8.1? If so, it's new, not a bug fix. 1.9 should be out in a couple of months. |
I was hoping it could go in 1.8.1, as I see it as a "regression fix". I see But I won't argue about this if 1.9 go out "shortly". Just tell us so that @abergeron I let you contact the numpy mailing list. I started a thread on On Wed, Feb 26, 2014 at 10:16 PM, Charles Harris
|
@abergeron the documentation should go into |
Looking at #4387 instead, so closing this. |
stuff on the stdout.