summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10308 from eric-wieser/mask-attr-is-viewMatti Picus2019-05-121-0/+10
|\
| * API: Make MaskedArray.mask return a view, rather than the underlying maskEric Wieser2019-05-111-0/+10
* | Merge pull request #12962 from mattip/unpackbitsCharles Harris2019-05-111-0/+5
|\ \
| * | ENH: add 'order' keyword to packbits, unpackbitsmattip2019-05-111-0/+5
| |/
* | Merge pull request #12586 from hameerabbasi/radix-sortCharles Harris2019-05-111-0/+11
|\ \
| * | ENH: Radix sortHameer Abbasi2019-05-111-0/+11
| |/
* | BUG: Proect generators from log(0.0)Kevin Sheppard2019-04-291-0/+11
|/
* Merge pull request #13306 from bmakos/Fix#13225Matti Picus2019-04-251-6/+12
|\
| * DOC: add release notemattip2019-04-251-6/+12
* | Merge pull request #13390 from eric-wieser/quantile-fractionMatti Picus2019-04-251-0/+5
|\ \
| * | ENH: Add support for Fraction to percentile and quantileEric Wieser2019-04-231-0/+5
* | | Merge pull request #13334 from eric-wieser/fix-1-field-unstructuredMatti Picus2019-04-251-0/+8
|\ \ \
| * | | DOC: Add 1.17 release noteEric Wieser2019-04-231-0/+8
| |/ /
* | | ENH: Add shape to *_like() array creation (#13046)Peter Andreas Entschev2019-04-251-0/+10
|/ /
* | Merge pull request #13371 from eric-wieser/__floor__-and-__ceil__Charles Harris2019-04-221-0/+6
|\ \
| * | BUG/ENH: Make floor, ceil, and trunc call the matching special methodsEric Wieser2019-04-191-0/+6
| |/
* | MAINT, DOC: Post 1.16.3 release updates.Charles Harris2019-04-211-0/+46
* | DOC: adding release notes for 1.17.0Raghuveer Devulapalli2019-04-191-0/+6
* | Merge pull request #10741 from eric-wieser/as_integer_ratioTyler Reddy2019-04-181-0/+6
|\ \
| * | ENH: Implement `np.floating.as_integer_ratio`Eric Wieser2019-04-101-0/+6
* | | Merge pull request #13218 from debsankha/isfinite-datetimeCharles Harris2019-04-181-0/+5
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into isfinite-datetimeMatti Picus2019-04-101-2/+9
| |\ \ | | |/
| * | DOC: added release note for `isfinite` support forDebsankha Manik2019-04-071-0/+4
* | | BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-161-0/+5
* | | DOC: Add as_ctypes_type to the documentationEric Wieser2019-04-152-4/+4
| |/ |/|
* | fix (``code``s) sphinx parse warningkikocorreoso2019-04-031-1/+1
* | Update release noteskikocorreoso2019-04-031-0/+6
|/
* Merge pull request #12988 from qwhelan/bool_ufuncEric Wieser2019-03-281-0/+6
|\
| * ENH: Create boolean and integer ufuncs for isnan, isinf, and isfinite.Christopher Whelan2019-03-091-0/+6
* | MAINT: add overlap checks to choose, take, put, putmask (#13182)Allan Haldane2019-03-271-0/+5
* | MAINT: Rewrite numpy.pad without concatenate (gh-11358)Lars Grueter2019-03-251-0/+10
* | DOC, BUILD: fail the devdoc build if there are warningsmattip2019-03-211-5/+5
* | Merge branch 'master' into deprecate-float-orderEric Wieser2019-03-161-4/+17
|\ \
| * | DOC: Tidy 1.17.0 release note newlinesEric Wieser2019-03-141-6/+2
| * | DOC: add release notemattip2019-03-131-0/+7
| |/
| * Merge pull request #13036 from mattip/array-interface-offsetCharles Harris2019-03-041-1/+4
| |\
| | * BUG: __array_interface__ offset was always ignoredmattip2019-02-251-1/+4
| * | Merge pull request #13049 from mattip/remove-buffer-checkCharles Harris2019-03-041-0/+7
| |\ \
| | * | MAINT: remove undocumented __buffer__ attribute lookupmattip2019-03-031-0/+7
* | | | DEP: polynomial: Be stricter about integral argumentsEric Wieser2019-03-161-0/+9
|/ / /
* | | DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-281-2/+2
* | | DOC: Post NumPy 1.16.2 release update.Charles Harris2019-02-271-0/+70
|/ /
* | Merge pull request #10855 from madphysicist/unpack-countSebastian Berg2019-02-251-0/+10
|\ \
| * | ENH: Added count parameter to unpackbitsJoseph Fox-Rabinovitz2019-02-251-0/+10
| |/
* | Merge pull request #12989 from eric-wieser/inter-inf-alternativeSebastian Berg2019-02-251-0/+6
|\ \ | |/ |/|
| * ENH: Improve handling of infinities in np.interpEric Wieser2019-02-241-0/+6
* | BUG: fix signed zero behavior in npy_divmodtlatorre2019-02-181-0/+14
|/
* DOC: Update sorting documention.Charles Harris2019-02-081-8/+9
* DOC: Update master following 1.16.1 release.Charles Harris2019-01-311-0/+107
* Merge pull request #12418 from liwt31/timsort-devMatti Picus2019-01-311-0/+9
|\