summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: make clearer that sinc is normalized by a factor piRalf Gommers2020-05-301-4/+11
* Merge pull request #16438 from tacaswell/mnt_py310_pt2Charles Harris2020-05-292-5/+4
|\
| * MNT: Catch remaining cases of Py_SIZE and Py_TYPE as lvaluesThomas A Caswell2020-05-292-5/+4
|/
* Merge pull request #16417 from tacaswell/fix_py310_compatCharles Harris2020-05-296-8/+17
|\
| * MNT: be more precise about version supportThomas A Caswell2020-05-291-5/+8
| * MNT: define macros supplied in py39 and aboveThomas A Caswell2020-05-291-0/+6
| * MNT: support python 3.10Thomas A Caswell2020-05-295-8/+8
* | Merge pull request #16435 from seberg/fix-ggc10-missing-externCharles Harris2020-05-291-1/+1
|\ \
| * | BUG: Add extern to PyArrayDTypeMeta_Type declarationSebastian Berg2020-05-291-1/+1
|/ /
* | Merge pull request #16428 from bjnath/add-style-guideRalf Gommers2020-05-291-0/+7
|\ \ | |/ |/|
| * DOC: Add style guide to howto_documentBen Nathanson2020-05-291-0/+7
* | Merge pull request #16427 from rgommers/nep18-finaCharles Harris2020-05-293-2/+10
|\ \ | |/ |/|
| * DOC: remove "Provisional" from NEPs overview if no NEPs have that statusRalf Gommers2020-05-292-1/+9
| * DOC: change NEP 18 status to FinalRalf Gommers2020-05-291-1/+1
|/
* Merge pull request #16422 from sethtroisi/tst_filter_filteredRalf Gommers2020-05-291-5/+3
|\
| * DOC: Update assert_warns parameter listSeth Troisi2020-05-281-5/+3
* | Merge pull request #16423 from sethtroisi/maint_small_cleanup_v1Ralf Gommers2020-05-291-17/+8
|\ \ | |/ |/|
| * TST: Simplify assert_warns in test_io.pySeth Troisi2020-05-281-17/+8
|/
* Merge pull request #16408 from rossbar/docbld/xelatexCharles Harris2020-05-281-0/+3
|\
| * DOC,BLD: Update sphinx conf to use xelatex.Ross Barnowski2020-05-271-0/+3
* | Merge pull request #16409 from tylerjereddy/codecov_patch_diffSebastian Berg2020-05-281-1/+1
|\ \ | |/ |/|
| * TST, CI: turn on codecov patch diffsTyler Reddy2020-05-271-1/+1
|/
* Merge pull request #15900 from seberg/deprecate-empty-indexing-errorMatti Picus2020-05-283-9/+89
|\
| * DEP: Ensure indexing errors will be raised even on empty resultsSebastian Berg2020-05-273-9/+89
* | Merge pull request #16404 from rossbar/docrel/make_dist_noscipyMatti Picus2020-05-281-2/+2
|\ \
| * | DOC,BLD: Update make dist html target.Ross Barnowski2020-05-271-2/+2
|/ /
* | MAINT,DOC: add index for user docs. (#16373)Ross Barnowski2020-05-271-0/+26
* | Merge pull request #16304 from seiko2plus/issue_16302Charles Harris2020-05-272-9/+34
|\ \
| * | TST, MAINT: Fix detecting and testing armhf featuresSayed Adel2020-05-262-9/+34
* | | Merge pull request #15508 from seberg/dtypemeta-newMatti Picus2020-05-2714-30/+481
|\ \ \
| * | | small fixups/name changesSebastian Berg2020-03-183-56/+52
| * | | PyDict_GET_SIZE is not public (or at least not on older python)Sebastian Berg2020-03-181-1/+1
| * | | Improve docs and test slightl; Reject also kwargs in dtype from type creationSebastian Berg2020-03-182-3/+12
| * | | Use "parametric" instead of "flexible" and add tests for attributesSebastian Berg2020-03-184-15/+30
| * | | Add tests and fixup __name__Sebastian Berg2020-03-182-4/+29
| * | | STY: Just small indentation fixupSebastian Berg2020-03-181-17/+18
| * | | Create a static prototype to copy, so that it is more obvious what the intent...Sebastian Berg2020-03-181-16/+31
| * | | Small fixups/commentsSebastian Berg2020-03-182-20/+15
| * | | Possible initialization safety fixups and fix API hash.Sebastian Berg2020-03-184-2/+7
| * | | API: Create Preliminary DTypeMeta class and np.dtype subclassesSebastian Berg2020-03-1811-15/+405
* | | | Merge pull request #16392 from charris/no-wheel-uploadingMatti Picus2020-05-272-26/+0
|\ \ \ \
| * | | | MAINT: Stop uploading wheels to Rackspace.Charles Harris2020-05-262-26/+0
* | | | | Merge pull request #16393 from WarrenWeckesser/rec-fromstring-raw-docstringCharles Harris2020-05-261-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: core: Use a raw string for the fromstring docstring.Warren Weckesser2020-05-261-1/+1
|/ / / /
* | | | Merge pull request #15037 from tirthasheshpatel/patch-1Sebastian Berg2020-05-262-12/+46
|\ \ \ \
| * | | | BUG: `np.resize` negative shape and subclasses edge case fixestirthasheshpatel2020-01-172-12/+46
* | | | | Merge pull request #16387 from zooba/optional-ctypesCharles Harris2020-05-262-9/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add comment for delayed importsSteve Dower2020-05-261-0/+3
| * | | | Defer ctypes import in generated _distributor_init.pySteve Dower2020-05-261-7/+7
| * | | | Defer ctypes imports in _dtypes_ctypes moduleSteve Dower2020-05-261-2/+3
|/ / / /