summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16515 from person142/add-type-stubsMatti Picus2020-06-091-0/+8
|\
| * DOC: Add a release note about types being addedJosh Wilson2020-06-071-0/+8
* | DEP: Deprecate inexact matches for mode, searchside (gh-16056)Anirudh Subramanian2020-06-081-0/+13
* | DOC: add release note about f2py threadsafetyPauli Virtanen2020-06-071-0/+4
|/
* Merge pull request #15666 from rossbar/enh/poly_strMatti Picus2020-06-041-0/+8
|\
| * ENH: Improved __str__, __format__ for polynomialsRoss Barnowski2020-05-071-0/+8
* | DEP: Deprecate passing shape=None to mean shape=()Eric Wieser2020-05-311-0/+7
* | DEP: Ensure indexing errors will be raised even on empty resultsSebastian Berg2020-05-271-0/+16
* | BUILD: Remove Accelerate support (#15759)Matti Picus2020-05-221-0/+4
* | Merge pull request #15997 from panpiort8/array_pretty_printMatti Picus2020-05-201-0/+12
|\ \
| * | Update doc/release/upcoming_changes/15997.improvement.rstpanpiort82020-05-201-4/+12
| * | Improve the snippetPan Jan2020-05-201-3/+4
| * | Move the snippet notePan Jan2020-05-191-0/+3
* | | Merge pull request #16156 from WarrenWeckesser/deprecate-dualSebastian Berg2020-05-191-0/+5
|\ \ \
| * | | REL: Add a release note about the deprecation of numpy.dual.Warren Weckesser2020-05-051-0/+5
* | | | REL: Update master after 1.19.x branch.Charles Harris2020-05-1740-315/+0
* | | | Merge pull request #16269 from tbm/typoMatti Picus2020-05-171-1/+1
|\ \ \ \
| * | | | DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-171-1/+1
* | | | | BUG: numpy.einsum indexing arrays now accept numpy int type (gh-16080)Ryan2020-05-161-0/+4
|/ / / /
* | | | ENH: correct identity for logaddexp2 ufunc: -inf (gh-16102)Erik Welch2020-05-131-0/+4
* | | | DOC: Add release noteKevin Sheppard2020-05-121-0/+10
* | | | Merge pull request #16068 from seberg/string-to-bool-regressionCharles Harris2020-05-111-0/+11
|\ \ \ \
| * | | | DOC: Release note for subtle C-API datetime cast fixSebastian Berg2020-05-111-0/+11
* | | | | ENH: Add equal_nan keyword argument to array_equal (gh-16128)Ross Barnowski2020-05-111-0/+6
| |/ / / |/| | |
* | | | Merge pull request #15769 from seberg/hugepages-allow-togglingMatti Picus2020-05-031-0/+15
|\ \ \ \
| * | | | ENH: Allow toggling madvise hugepage and fix defaultSebastian Berg2020-03-171-0/+15
| | |_|/ | |/| |
* | | | Merge pull request #16119 from seberg/misplaced-fragmentCharles Harris2020-05-011-0/+0
|\ \ \ \
| * | | | DOC: Move misplaced news fragment for gh-13421Sebastian Berg2020-04-301-0/+0
| | |/ / | |/| |
* | | | ENH: update numpy.linalg.multi_dot to accept an `out` argument (#15715)sslivkoff2020-04-301-0/+5
* | | | BUG: Fix numpy.random.dirichlet returns NaN for small 'alpha' parameters. (#1...Benjamin Trendelkamp-Schroer2020-04-291-0/+7
|/ / /
* | | Merge pull request #15648 from xiegengxin/avx512-exp-float64Matti Picus2020-04-231-0/+7
|\ \ \ | |_|/ |/| |
| * | MAINT: Fixed some spelling mistakes in 15648.improvement.rstGengxin Xie2020-04-081-3/+3
| * | DOC: Release note about upcoming changesGengxin Xie2020-04-071-0/+7
* | | BUG,DEP: Make `scalar.__round__()` behave like pythons round (#15840)Hameer Abbasi2020-04-102-0/+13
* | | Merge pull request #15872 from Balandat/fix_eigh_mvn_samplingCharles Harris2020-04-041-0/+6
|\ \ \
| * | | Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normalMax Balandat2020-04-041-0/+6
* | | | Merge pull request #15867 from eric-wieser/deprecate-tostringMatti Picus2020-04-011-0/+6
|\ \ \ \
| * | | | Update doc/release/upcoming_changes/15867.deprecation.rstEric Wieser2020-04-011-2/+4
| * | | | DEP: Deprecate ndarray.tostring()Eric Wieser2020-03-301-0/+4
* | | | | ENH: Add keepdims argument to count_nonzero (gh-15870)Warren Weckesser2020-03-311-0/+5
* | | | | Merge pull request #15882 from eric-wieser/reject-illegal-strides-in-ndarray....Matti Picus2020-03-311-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: Do not ignore empty tuple of strides in ndarray.__new__Eric Wieser2020-03-311-0/+5
| |/ / /
* | | | DEP: Do not cast boolean indices to integers in np.delete (#15815)Eric Wieser2020-03-251-0/+6
* | | | Merge pull request #15802 from eric-wieser/simplify-insertEric Wieser2020-03-241-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | DEP: Make `np.insert` and `np.delete` on 0d arrays with an axis an errorEric Wieser2020-03-221-0/+9
| | |/ | |/|
* | | Merge pull request #15804 from eric-wieser/expire-delete-out-of-boundsSebastian Berg2020-03-231-0/+8
|\ \ \
| * | | DEP: Make np.delete on out-of-bounds indices an errorEric Wieser2020-03-221-0/+8
| |/ /
* | | Merge pull request #15805 from eric-wieser/expired-insert-delete-TypeErrorSebastian Berg2020-03-231-0/+6
|\ \ \
| * | | DEP: Forbid passing non-integral index arrays to `insert` and `delete`Eric Wieser2020-03-221-0/+6
| |/ /
* | | DEP: Make issubdtype consistent for types and dtypes (#15773)Sebastian Berg2020-03-221-0/+10
|/ /