summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ENH, REL: Enable huge pages in all Linux buildsPeter Andreas Entschev2019-08-071-5/+9
* | | | | | Merge pull request #14298 from 5ghz/cross_compileCharles Harris2019-08-201-2/+2
|\ \ \ \ \ \
| * | | | | | Fix bug in platform detectionVladimir Pershin2019-08-161-2/+2
* | | | | | | Merge pull request #14303 from WarrenWeckesser/compiler-warningCharles Harris2019-08-202-4/+6
|\ \ \ \ \ \ \
| * | | | | | | MAINT: random: Change type of SeedSequence.n_children_spawned to uint32_t.Warren Weckesser2019-08-202-1/+3
| * | | | | | | MAINT: random: Fix import in example for _coerce_to_uint32_array.Warren Weckesser2019-08-201-1/+1
| * | | | | | | MAINT: random: Match type of SeedSequence.pool_size to DEFAULT_POOL_SIZE.Warren Weckesser2019-08-201-2/+2
* | | | | | | | Merge pull request #14259 from kritisingh1/dep7Matti Picus2019-08-203-44/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | DEP: Deprecate arrayprint formatting functionskritisingh12019-08-193-44/+6
* | | | | | | | | Merge pull request #14256 from kritisingh1/dep6Matti Picus2019-08-204-133/+6
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | DEP: Deprecate load/dump functions in favour of pickle methodskritisingh12019-08-194-133/+6
| |/ / / / / / /
* | | | | | | | Merge pull request #14295 from WarrenWeckesser/binary-repr-argEric Wieser2019-08-192-0/+9
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | BUG: core: Handle large negative np.int64 args in binary_repr.Warren Weckesser2019-08-182-0/+9
| |/ / / / / /
* | | | | | | Merge pull request #14217 from superbobry/fix-f2py-leakSebastian Berg2019-08-192-5/+11
|\ \ \ \ \ \ \
| * | | | | | | BUG: Fix leak in the f2py-generated module init and `PyMem_Del` usageSergei Lebedev2019-08-192-5/+11
|/ / / / / / /
* | | | | | | Merge pull request #14086 from tacaswell/cpython_support_nepRalf Gommers2019-08-181-0/+314
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | DOC: clarify that these are minimum support guide linesThomas A Caswell2019-08-141-10/+15
| * | | | | | DOC: tweak section heading a bitThomas A Caswell2019-08-141-2/+5
| * | | | | | DOC: add another paragraph about why N-releases is problematicThomas A Caswell2019-08-141-5/+12
| * | | | | | DOC: remove comment about other dependenciesThomas A Caswell2019-07-291-3/+0
| * | | | | | DOC: minor word tweaks, make sure all 'version's are qualifiedThomas A Caswell2019-07-291-8/+8
| * | | | | | MNT: update for numpy 1.17 releaseThomas A Caswell2019-07-291-2/+5
| * | | | | | DOC: add some missing wordsThomas A Caswell2019-07-291-1/+1
| * | | | | | DOC: try to clarify the X.Y.1 alternative textThomas A Caswell2019-07-291-3/+8
| * | | | | | DOC: change ``Python`` -> Python through outThomas A Caswell2019-07-291-16/+16
| * | | | | | DOC: tweak wording in n-versions alternativeThomas A Caswell2019-07-291-2/+2
| * | | | | | DOC: remove duplicate sentence and linewrapThomas A Caswell2019-07-251-5/+5
| * | | | | | DOC: add support / drop tableThomas A Caswell2019-07-251-0/+89
| * | | | | | DOC: adjust section titleThomas A Caswell2019-07-251-2/+2
| * | | | | | DOC: linewrap textThomas A Caswell2019-07-251-17/+20
| * | | | | | DOC: define minor vs major vs patch version for this NEPThomas A Caswell2019-07-251-9/+22
| * | | | | | DOC: clarify that this will need to be revised for python 4Thomas A Caswell2019-07-251-3/+2
| * | | | | | DOC: Second batch of copy edits from @willingcThomas A Caswell2019-07-251-19/+19
| * | | | | | DOC: Copy edits from @willingc Thomas A Caswell2019-07-251-26/+26
| * | | | | | DOC: add caveat about a major Python version bumpThomas A Caswell2019-07-241-0/+4
| * | | | | | Adopt wording tweaks from @ericdillThomas A Caswell2019-07-241-2/+2
| * | | | | | DOC: add missing 'minor'Thomas A Caswell2019-07-241-1/+1
| * | | | | | DOC: rename from 28 -> 29Thomas A Caswell2019-07-231-1/+1
| * | | | | | DOC: CPython -> PythonThomas A Caswell2019-07-231-32/+32
| * | | | | | DOC: try to clarify the text about timing from X.Y.1Thomas A Caswell2019-07-231-2/+2
| * | | | | | DOC: clarify major and minor releasesThomas A Caswell2019-07-231-4/+5
| * | | | | | DOC: Apply wording changes from @mdhaberThomas A Caswell2019-07-231-3/+3
| * | | | | | DOC: add missing wordsThomas A Caswell2019-07-231-1/+2
| * | | | | | DOC: convert stray Python -> CPythonThomas A Caswell2019-07-231-10/+10
| * | | | | | DOC: use the correct dashThomas A Caswell2019-07-231-1/+1
| * | | | | | DOC: fix typoThomas A Caswell2019-07-231-1/+1
| * | | | | | DOC: add note about lack of SPEEP and role of authorsThomas A Caswell2019-07-231-0/+10
| * | | | | | DOC: wording and spelling tweaksThomas A Caswell2019-07-191-11/+16
| * | | | | | DOC: adjust window to 42 monthsThomas A Caswell2019-07-191-19/+20
| * | | | | | Added email, fixed typos (#2)Matt Haberland2019-07-191-27/+28