summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Allow export/import of bools in dlpackSebastian Berg2023-01-271-0/+1
| | | | | Updates the header file and accept as well as export boolean now that the header includes a definition for it.
* Merge pull request #19478 from r-devulap/svmlMatti Picus2021-10-101-0/+1
|\ | | | | ENH: Vectorizing umath module using AVX-512 (open sourced from Intel Short Vector Math Library, SVML)
| * Adding svml sources to gitattributes as linguist-vendoredRaghuveer Devulapalli2021-08-241-0/+1
| |
* | MAINT: mark _version.py as generatedEric Wieser2021-09-021-0/+3
|/ | | This should discourage PRs that try to change it
* MAINT: Explicitly mark text files in .gitattributes.Charles Harris2021-05-031-10/+96
| | | | | | 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.
* ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-081-0/+1
| | | | | | | | | | | | 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.
* MAINT: Added libdivide as linguist-vendoredGanesh Kathiresan2020-11-121-0/+1
|
* MAINT: Syntax highlighting for *.inc.src on githubSayed Adel2020-10-271-0/+1
|
* MAINT: Mark vendored/generated files in .gitattributesSebastian Berg2020-09-141-0/+10
| | | | | | | | 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.
* MAINT: Syntax-highlight .src files on githubEric Wieser2020-09-141-0/+5
|
* MAINT: Remove numpy-macosx-installer and win32build directories.Charles Harris2017-02-251-4/+0
| | | | | | | | 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.
* MAINT: Decrease merge conflicts in release notesCharles Harris2017-02-121-0/+4
| | | | | | | | 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.
* TST: Add tests for Python2, Python3 *.npy compatibility.Charles Harris2014-10-121-0/+3
|
* add .gitattributes and fix line endingsDarren Dale2010-10-311-0/+2