| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Updates the header file and accept as well as export boolean now that
the header includes a definition for it.
|
| |\
| |
| | |
ENH: Vectorizing umath module using AVX-512 (open sourced from Intel Short Vector Math Library, SVML)
|
| | | |
|
| |/
|
| |
This should discourage PRs that try to change it
|
| |
|
|
|
|
| |
Marking files as text will ensure the line endings are normalized to lf
on checkin. The line endings in the working tree may be controlled by
setting the eol variable in the .gitconfig file.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The new tags look like '1.21.0.dev0+98.gaa0453721f', where '98' is the
number of commits since the 1.21.0 branch was started and 'aa0453721f'.
The chosen form may be specified in the 'setup.cfg' file. This PR adds
two new files 'numpy/_version.py' and 'numpy/version.py'. The latter
is kept because it is part of the public API and is actually used by
some downstream projects, but it is no longer dynamically created.
See https://github.com/python-versioneer/python-versioneer/ for more
information.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
This marks some files as vendored or generated. There may be more
files around.
This should mostly change our language statistics on github, so it
probably isn't worth much trouble, but maybe it makes the stats
slightly more representative.
|
| | |
|
| |
|
|
|
|
|
|
| |
The scripts in those directories were used to build windows superpacks
and mac dmg files. We now release wheels for both of those platforms.
There is little overhead maintaining these scripts, but they are clutter
and will eventually bit rot if not used for current systems. So remove
them.
|
| |
|
|
|
|
|
|
| |
Merge conflicts due to the release notes has been an annoying
problem requiring a rebase of otherwise good PRs. The solution
here is to use the --union option when merging to those files.
Closes #8603.
|
| | |
|
| |
|