summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14718 from eric-wieser/disable-Q_-_m_castingMatti Picus2019-11-251-0/+8
|\
| * Followup: Make "same_kind" casting possible for consistencySebastian Berg2019-10-161-0/+1
| * API: Forbid Q<->m safe castingEric Wieser2019-10-161-0/+7
* | DOC: Document ma.filled behavior with non-scalar fill_value (#13698)Kriti Singh2019-11-231-0/+5
* | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841)Matti Picus2019-11-211-0/+11
* | MAINT: revert gh-14800, which gave precedence to OO->O over OO->?mattip2019-11-061-14/+0
* | Merge pull request #14800 from mattip/reorder-obj-comparison-loopCharles Harris2019-11-041-0/+14
|\ \
| * | DOC: add release notemattip2019-10-301-0/+14
* | | merge latest changes on master branchRedRuM2019-11-0337-0/+271
|\ \ \
| * \ \ Merge pull request #14227 from zjpoh/from_string_complexMatti Picus2019-10-311-0/+3
| |\ \ \
| | * | | Add release doczjpoh2019-10-161-0/+3
| * | | | Merge pull request #14730 from zjpoh/fromfile_complexMatti Picus2019-10-311-0/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Add release doczjpoh2019-10-161-0/+3
| * | | | Minor typo fixManny2019-10-281-1/+1
| * | | | Merge pull request #14771 from mattip/gcc-4.8Charles Harris2019-10-261-0/+5
| |\ \ \ \
| | * | | | MAINT: fixes from reviewmattip2019-10-261-1/+0
| | * | | | BUILD, DOC: remove the std=c99 flag from docs, builds, add release notemattip2019-10-251-0/+6
| * | | | | DOC: Add release note about changed random variate stream from random.Generat...Warren Weckesser2019-10-251-0/+5
| |/ / / /
| * | | | Merge pull request #13794 from WarrenWeckesser/new-mvhgMatti Picus2019-10-201-0/+5
| |\ \ \ \
| | * | | | ENH: random: Add the multivariate hypergeometric distributionWarren Weckesser2019-10-181-0/+5
| | |/ / /
| * | | | Merge pull request #14699 from mattip/doc-warningsRalf Gommers2019-10-181-4/+4
| |\ \ \ \
| | * | | | DOC: convert `None` to bare None or ``None``mattip2019-10-151-4/+4
| | | |_|/ | | |/| |
| * | | | DOC: lib: Add 'news fragment' for the deprecation of the financial functions.Warren Weckesser2019-10-161-0/+8
| | |/ / | |/| |
| * | | Merge pull request #14721 from seberg/move-news-fragment-to-correct-pathSebastian Berg2019-10-151-0/+6
| |\ \ \
| | * | | DOC: Move newsfragment to correct folderSebastian Berg2019-10-151-0/+6
| | |/ /
| * | | API: NaT (arg)min/max behavior (#14717)Zijie (ZJ) Poh2019-10-151-0/+4
| |/ /
| * | Merge pull request #14682 from seberg/finish-out-kwarg-deprecationsMatti Picus2019-10-141-0/+2
| |\ \
| | * | DEP: ufunc `out` argument must be a tuple for multiple outputsSebastian Berg2019-10-111-0/+2
| * | | Merge pull request #14630 from mattip/build_src-optionCharles Harris2019-10-111-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | BUILD: change to build_src --verbose-cfg, runtests.py --debug-infomattip2019-10-031-2/+2
| | |/
| * | Merge pull request #14596 from sethtroisi/old_defines_in_docsMatti Picus2019-10-031-0/+2
| |\ \
| | * | DEP: Complete deprecation of invalid array orderSeth Troisi2019-09-261-0/+2
| * | | Dep: Deprecation of float index in linespaceSeth Troisi2019-10-011-0/+1
| | |/ | |/|
| * | Merge pull request #14583 from mattip/select-deprecationSebastian Berg2019-09-261-0/+2
| |\ \ | | |/ | |/|
| | * DEP: remove expired deprecation in selectmattip2019-09-231-0/+2
| * | DOC: Fix a minor typo in changelog entryLarry Bradley2019-09-241-1/+1
| * | Merge pull request #14568 from mattip/hide-config-probe2Charles Harris2019-09-221-0/+18
| |\ \ | | |/ | |/|
| | * BUILD, DOC: fix 14518, add release notemattip2019-09-221-0/+18
| * | DOC: add message about removed noseclasses.py et al to release notesRalf Gommers2019-09-211-0/+5
| |/
| * Merge pull request #14223 from kritisingh1/dep-testsMatti Picus2019-09-191-0/+4
| |\
| | * Fix errors and add release notes for deprecationkritisingh12019-09-191-0/+4
| * | DOC,BUG: remove section header, add redundant text to leave a blank linemattip2019-09-161-3/+5
| * | BUG: change non-compliant file namemattip2019-09-161-0/+0
| * | Merge pull request #14514 from seberg/towncrier-ciMatti Picus2019-09-166-20/+34
| |\ \
| | * | DOC,MAINT: Build release notes during CircleCI stepSebastian Berg2019-09-156-20/+34
| * | | Merge pull request #14498 from mattip/random-namespaceRalf Gommers2019-09-151-0/+7
| |\ \ \
| | * | | DOC: add release notemattip2019-09-131-0/+7
| * | | | Merge pull request #14501 from bashtage/bug-randintMatti Picus2019-09-151-0/+6
| |\ \ \ \
| | * | | | BUG: Fix randint when range is 2**32Kevin Sheppard2019-09-141-0/+6
| | | |/ / | | |/| |
| * | | | API: Do not return None from recfunctions.drop_fieldsEric Wieser2019-09-141-0/+10
| |/ / /