summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Expand)AuthorAgeFilesLines
* ENH, SIMD: move auto-vectorized inner functions to new dispatchable sourceSayed Adel2023-02-201-0/+1
* MAINT: add gitignore pattern for C++ simd dispatchNathan Goldbaum2023-02-171-3/+1
* ENH, SIMD: Only dispatch AVX2 for arithmetic operationsSayed Adel2023-01-291-0/+1
* Update .gitignore and meson.build for loops_unary_fp_le.dispatch.c.srcDeveloper-Ecosystem-Engineering2023-01-041-0/+1
* MAINT: remove unused API documentation generationmattip2022-12-151-2/+0
* ENH: Add SIMD versions of bool logical_and, logical_or, logical_not and absoluteDeveloper-Ecosystem-Engineering2022-12-061-0/+1
* ENH: Add SIMD versions of negativeDeveloper-Ecosystem-Engineering2022-11-281-0/+1
* Merge pull request #22677 from rgommers/cleanups-gitignore-inlineMatti Picus2022-11-271-5/+0
|\
| * MAINT: fix source files that were incorrectly listed in .gitignoreRalf Gommers2022-11-251-5/+0
* | BLD: enable building NumPy with MesonRalf Gommers2022-11-251-1/+4
|/
* MAINT: Update the documentation MakefileCharles Harris2022-06-251-0/+1
* ENH: adding casting option to numpy.stack. (#21627)Jhonatan Cunha2022-06-081-0/+1
* SIMD: Use universal intrinsics to implement comparison functionsRafael Cardoso Fernandes Sousa2022-05-231-0/+1
* MAINT: Add `loops_modulo.dispatch.c` to .gitignoreBas van Beek2022-05-031-0/+1
* MAINT: Gitignore `npysort/x86-qsort.dispatch.*.cpp` filesBas van Beek2022-03-181-0/+1
* MAINT: Add more SIMD files to .gitignoreBas van Beek2022-02-141-0/+4
* MAINT: gitignore `tokenize.c` and `x86-qsort.dispatch.c`Bas van Beek2022-02-091-0/+3
* Merge pull request #20131 from Developer-Ecosystem-Engineering/as_min_maxMatti Picus2022-01-111-0/+1
|\
| * Merge branch 'numpy:main' into as_min_maxDeveloper-Ecosystem-Engineering2021-11-181-0/+1
| |\
| * | BUG: NEON min/max is slow (#17989)Developer-Ecosystem-Engineering2021-10-181-0/+1
* | | MAINT: Add _umath_doc_generated.h to .gitignoreBas van Beek2021-12-211-0/+1
* | | Rename _operand_flag_tests.c.src into numpy/core/src/umath/_operand_flag_tests.cserge-sans-paille2021-11-261-1/+0
| |/ |/|
* | MAINT: Add `loops_umath_fp.dispatch.c` to .gitignoreBas van Beek2021-10-271-0/+1
|/
* .gitignore virtualenv's .python-versionJerry Morrison2021-07-091-0/+1
* MAINT: Add `numpy/random/lib/npyrandom.lib` to gitignoreBas van Beek2021-05-071-0/+1
* MAINT, SIMD: Add loops_arithmetic.dispatch.c.srcGanesh Kathiresan2021-03-201-0/+1
* ENH, SIMD: Ditching the old CPU dispatcher(Exp & Log) (#18101)Sayed Adel2021-01-071-0/+1
* BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-031-3/+0
* SIMD: Replace raw SIMD of sin/cos with NPYVSayed Adel2020-12-261-0/+1
* Merge pull request #17985 from seiko2plus/ditch_simd_arithmeticCharles Harris2020-12-191-0/+2
|\
| * ENH, SIMD: Ditching the old CPU dispatcher(Arithmetic)Sayed Adel2020-12-141-0/+2
* | ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-081-2/+0
|/
* MAINT: Add git rules to ignore all SIMD generated filesSayed Adel2020-11-241-12/+16
* MAINT: Add more files to `.gitgnore`Bas van Beek2020-11-051-0/+9
* ENH: Pass optimizations arguments to asv buildSayed Adel2020-09-111-0/+1
* Adding pip install -e and doc build generated files to gitignoreBrigitta Sipocz2020-07-121-0/+6
* MAINT: Add platform specific umath tests to gitignoreAnirudh Subramanian2020-06-191-0/+3
* ENH: [3/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-151-0/+1
* MAINT: simplifying annotations for np.core.from_numeric (#16556)Bas van Beek2020-06-101-0/+1
* BUG,DEP: Make `scalar.__round__()` behave like pythons round (#15840)Hameer Abbasi2020-04-101-0/+1
* Fix swig testsMathieu Lamarre2020-03-131-0/+14
* MAINT: Remove duplicate files from .gitignoreKai Striega2019-09-271-4/+0
* REPO: Ignore some generated files.Robert Kern2019-06-261-0/+1
* BUG: __dealloc__ can be called without __init__ in some error modesmattip2019-05-201-1/+1
* BENCH: convert bencmarks to asv formatmattip2019-05-201-5/+5
* BUILD: move files out of _randomgenmattip2019-05-201-1/+5
* ENH: Radix sortHameer Abbasi2019-05-111-0/+1
* ENH: preliminary numeric timsortwtli2019-01-211-0/+5
* MAINT: added template-generated files to .gitignoreOleksandr Pavlyk2018-12-081-0/+5
* DEV: Add ".directory" to gitignoreLars G2018-06-161-0/+1