summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * DOC: update docstring of timsortwtli2019-01-301-4/+5
| * DOC: add docstring for timsortwtli2019-01-211-0/+8
* | BUG: Fix rounding of denormals in double and float to half casts … (#12722)Sebastian Berg2019-01-241-0/+7
* | ENH: __array_function__ updates for NumPy 1.17.0Stephan Hoyer2019-01-221-0/+12
|/
* Merge pull request #12683 from tylerjereddy/timedelta64_divmodMatti Picus2019-01-211-0/+10
|\
| * ENH: add mm->qm divmodTyler Reddy2019-01-171-0/+10
* | Make errstate a ContextDecoratorNimish Telang2019-01-171-0/+21
|/
* Merge pull request #12456 from eric-wieser/dtype_to_ctypesMatti Picus2019-01-151-0/+9
|\
| * ENH: Add np.ctypeslib.as_ctypes_type(dtype), improve `np.ctypeslib.as_ctypes`Eric Wieser2019-01-131-0/+9
* | DOC: clarify the extend of __array_function__ support in NumPy 1.16Stephan Hoyer2019-01-141-8/+10
* | DOC: Update release notes and changelog after 1.16.0 release.Charles Harris2019-01-131-95/+154