| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting | Matti Picus | 2019-11-25 | 1 | -0/+8 |
|\ |
|
| * | Followup: Make "same_kind" casting possible for consistency | Sebastian Berg | 2019-10-16 | 1 | -0/+1 |
| * | API: Forbid Q<->m safe casting | Eric Wieser | 2019-10-16 | 1 | -0/+7 |
* | | DOC: Document ma.filled behavior with non-scalar fill_value (#13698) | Kriti Singh | 2019-11-23 | 1 | -0/+5 |
* | | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841) | Matti Picus | 2019-11-21 | 1 | -0/+11 |
* | | MAINT: revert gh-14800, which gave precedence to OO->O over OO->? | mattip | 2019-11-06 | 1 | -14/+0 |
* | | Merge pull request #14800 from mattip/reorder-obj-comparison-loop | Charles Harris | 2019-11-04 | 1 | -0/+14 |
|\ \ |
|
| * | | DOC: add release note | mattip | 2019-10-30 | 1 | -0/+14 |
* | | | merge latest changes on master branch | RedRuM | 2019-11-03 | 88 | -8207/+271 |
|\ \ \ |
|
| * \ \ | Merge pull request #14227 from zjpoh/from_string_complex | Matti Picus | 2019-10-31 | 1 | -0/+3 |
| |\ \ \ |
|
| | * | | | Add release doc | zjpoh | 2019-10-16 | 1 | -0/+3 |
| * | | | | Merge pull request #14730 from zjpoh/fromfile_complex | Matti Picus | 2019-10-31 | 1 | -0/+3 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | Add release doc | zjpoh | 2019-10-16 | 1 | -0/+3 |
| * | | | | Minor typo fix | Manny | 2019-10-28 | 1 | -1/+1 |
| * | | | | Merge pull request #14771 from mattip/gcc-4.8 | Charles Harris | 2019-10-26 | 1 | -0/+5 |
| |\ \ \ \ |
|
| | * | | | | MAINT: fixes from review | mattip | 2019-10-26 | 1 | -1/+0 |
| | * | | | | BUILD, DOC: remove the std=c99 flag from docs, builds, add release note | mattip | 2019-10-25 | 1 | -0/+6 |
| * | | | | | DOC: Add release note about changed random variate stream from random.Generat... | Warren Weckesser | 2019-10-25 | 1 | -0/+5 |
| |/ / / / |
|
| * | | | | Merge pull request #13794 from WarrenWeckesser/new-mvhg | Matti Picus | 2019-10-20 | 1 | -0/+5 |
| |\ \ \ \ |
|
| | * | | | | ENH: random: Add the multivariate hypergeometric distribution | Warren Weckesser | 2019-10-18 | 1 | -0/+5 |
| | |/ / / |
|
| * | | | | Merge pull request #14699 from mattip/doc-warnings | Ralf Gommers | 2019-10-18 | 1 | -4/+4 |
| |\ \ \ \ |
|
| | * | | | | DOC: convert `None` to bare None or ``None`` | mattip | 2019-10-15 | 1 | -4/+4 |
| | | |_|/
| | |/| | |
|
| * | | | | DOC: lib: Add 'news fragment' for the deprecation of the financial functions. | Warren Weckesser | 2019-10-16 | 1 | -0/+8 |
| | |/ /
| |/| | |
|
| * | | | Merge pull request #14721 from seberg/move-news-fragment-to-correct-path | Sebastian Berg | 2019-10-15 | 1 | -0/+6 |
| |\ \ \ |
|
| | * | | | DOC: Move newsfragment to correct folder | Sebastian Berg | 2019-10-15 | 1 | -0/+6 |
| | |/ / |
|
| * | | | API: NaT (arg)min/max behavior (#14717) | Zijie (ZJ) Poh | 2019-10-15 | 1 | -0/+4 |
| |/ / |
|
| * | | Merge pull request #14682 from seberg/finish-out-kwarg-deprecations | Matti Picus | 2019-10-14 | 1 | -0/+2 |
| |\ \ |
|
| | * | | DEP: ufunc `out` argument must be a tuple for multiple outputs | Sebastian Berg | 2019-10-11 | 1 | -0/+2 |
| * | | | Merge pull request #14630 from mattip/build_src-option | Charles Harris | 2019-10-11 | 1 | -2/+2 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | BUILD: change to build_src --verbose-cfg, runtests.py --debug-info | mattip | 2019-10-03 | 1 | -2/+2 |
| | |/ |
|
| * | | Merge pull request #14596 from sethtroisi/old_defines_in_docs | Matti Picus | 2019-10-03 | 1 | -0/+2 |
| |\ \ |
|
| | * | | DEP: Complete deprecation of invalid array order | Seth Troisi | 2019-09-26 | 1 | -0/+2 |
| * | | | Dep: Deprecation of float index in linespace | Seth Troisi | 2019-10-01 | 1 | -0/+1 |
| | |/
| |/| |
|
| * | | Merge pull request #14583 from mattip/select-deprecation | Sebastian Berg | 2019-09-26 | 1 | -0/+2 |
| |\ \
| | |/
| |/| |
|
| | * | DEP: remove expired deprecation in select | mattip | 2019-09-23 | 1 | -0/+2 |
| * | | DOC: Fix a minor typo in changelog entry | Larry Bradley | 2019-09-24 | 1 | -1/+1 |
| * | | Merge pull request #14568 from mattip/hide-config-probe2 | Charles Harris | 2019-09-22 | 1 | -0/+18 |
| |\ \
| | |/
| |/| |
|
| | * | BUILD, DOC: fix 14518, add release note | mattip | 2019-09-22 | 1 | -0/+18 |
| * | | DOC: add message about removed noseclasses.py et al to release notes | Ralf Gommers | 2019-09-21 | 1 | -0/+5 |
| |/ |
|
| * | Merge pull request #14223 from kritisingh1/dep-tests | Matti Picus | 2019-09-19 | 1 | -0/+4 |
| |\ |
|
| | * | Fix errors and add release notes for deprecation | kritisingh1 | 2019-09-19 | 1 | -0/+4 |
| * | | DOC,BUG: remove section header, add redundant text to leave a blank line | mattip | 2019-09-16 | 1 | -3/+5 |
| * | | BUG: change non-compliant file name | mattip | 2019-09-16 | 1 | -0/+0 |
| * | | Merge pull request #14514 from seberg/towncrier-ci | Matti Picus | 2019-09-16 | 6 | -20/+34 |
| |\ \ |
|
| | * | | DOC,MAINT: Build release notes during CircleCI step | Sebastian Berg | 2019-09-15 | 6 | -20/+34 |
| * | | | Merge pull request #14498 from mattip/random-namespace | Ralf Gommers | 2019-09-15 | 1 | -0/+7 |
| |\ \ \ |
|
| | * | | | DOC: add release note | mattip | 2019-09-13 | 1 | -0/+7 |
| * | | | | Merge pull request #14501 from bashtage/bug-randint | Matti Picus | 2019-09-15 | 1 | -0/+6 |
| |\ \ \ \ |
|
| | * | | | | BUG: Fix randint when range is 2**32 | Kevin Sheppard | 2019-09-14 | 1 | -0/+6 |
| | | |/ /
| | |/| | |
|
| * | | | | API: Do not return None from recfunctions.drop_fields | Eric Wieser | 2019-09-14 | 1 | -0/+10 |
| |/ / / |
|