Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

WIP: preparing for numpy 1.9.4 release#6349

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

Closed
matthew-brett wants to merge150 commits intonumpy:masterfrommatthew-brett:prepare-1.9.4

Conversation

@matthew-brett
Copy link
Contributor

Add fix for f2py script installation from wheels into virtualenvs.

juliantaylorand others added30 commitsJune 8, 2014 14:31
Point release notes to doc/release/1.9.0-notes.rstSet LOG_START to 'v1.8.1'Set LOG_END to 'maintenance/1.9.x'Set raise_warnings to "release" in NoseTester constructor.
DOC: add version added tag to new linspace dtype argument
e.g. doubles are only aligned to 4 bytes on i386 so one cannot peel themto 16 byte alignment.Closesnumpygh-4853
Replaces the current method to zero items, from multiplication tousing `np.where`.
ENH: avoid meshgrid and fancy indexing for 1d masked sort, for 1.9
DEP: deprecate float as axis argument to reductions, for 1.9
BUG: core: fix crash when unpickling data on Py3 under non-latin1 encoding
ENH: core: add hack enabling unpickling Py2 pickled scalars on Py3 under encoding='latin1'
BLD: fix build issues with MSVC10 on Windows.Closesnumpygh-4245.
ENH: core: make unpickling with encoding='bytes' work
BUG: initialize object array of array on resize and zeros
BUG Masked recarray assignment with [row][record] does not work
BUG: object array np.conjugate, ndarray.conjugate inconsistent
TST: win32 also does not provide 16 byte alignment, for 1.9
BUG: None comparison deprecation does not affect scalars
BUG: fix string type inconsistency between zeros and zeros_like, for 1.9
The ufunc override `__numpy_ufunc__` still has a few unresolved issuesregarding its behavior towards Python operators seenumpygh-4815.To avoid releasing numpy with an interface that might change in the nextnumpy version and to not further delay the 1.9 release it has beendecided to disable the feature in 1.9.0.
The error is in the StringConverter.upgrade docstring.
juliantaylorand others added26 commitsFebruary 23, 2015 20:23
BUG: Fix a reference leak in ufunc type resolution.
argpartition does not fail anymore on non-ndarray array-likes.Fix as implemented by@maniteja123.
BUG: Fixes ndarray.fill to accept maximum uint64 value
DOC: Describe return_counts keyword in np.unique docstring
MAINT: distutils: LIBPATH with spaces is now supported Python 2.7+ and Win32
I'm not sure exactly when GzipFile.seek started supporting the whence=argument by default -- sometime around python 2.5 from the looks ofhttp://bugs.python.org/issue1355023. But in any case it was definitelythere by 2.6, which is now the earliest version we support, so there'sno longer any need to monkeypatch it in. This also fixes an error inpython 3.5b2, which I haven't bothered to track down further becausethese are the wages of monkeypatching.
Ensure that build_ext.include_dirs is the same physical list asbuild_ext.distribution.include_dirs.Conflicts:numpy/distutils/command/build_ext.py
The /Qlowercase and /us options has been deprecated in the Intel Visual Fortran Compiler since at least version 2013.Replace with /names:lowercase and /assume:underscore.
Update pavement.py and setup.py with changes to release versions.
MRG: preparations for 1.9.3 releaseBackport of 7d6aa8c - gzip fix for Python 3.5Backport ofb08f369 - numpy.distutils patch to help homebrewBackport of various fixes for Windows builds on modern MSVC.
allows pep 338 execution via python -mnumpy.f2py
Command `bdist_wheel` was generating a shebang line for f2py that usesthe Python path for the building Python.  If we are building a wheel oran egg, use the generic `#!python` shebang line for the f2py scriptinstead, which setuptools will modify at install time.Closesnumpygh-5812.
Add other binary distribution formats to list of build commands thatshould generate !python shebang lines.
bdist_mpkg is a very crude install method that will assume the path toPython, so we should not use the `#!python` form when installing scriptsin bdist_mpkg.
Module tests whether we can run f2py and return correct version.Skip this test when running in-place (we don't install f2py in thatcase).Use our own virtualenvs in travis-ci to avoid picking up travis' numpy.
@njsmith
Copy link
Member

something has gone horribly wrong.

On Wed, Sep 23, 2015 at 5:16 PM, Matthew Brettnotifications@github.com
wrote:

Add fix for f2py script installation from wheels into virtualenvs.

You can view, comment on, or merge this pull request online at:

#6349
Commit Summary

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#6349.

Nathaniel J. Smith --http://vorpus.org

@matthew-brett
Copy link
ContributorAuthor

:) sorry forgot the base.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

19 participants

@matthew-brett@njsmith@juliantaylor@jaimefrio@endolith@charris@yotam@larsmans@sturlamolden@WarrenWeckesser@embray@hensing@LeartS@hannaro@maniteja123@jayvius@mindw@tdsmith@cgohlke

[8]ページ先頭

©2009-2025 Movatter.jp