summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | BUG: Fix unused variable in ufunc_object.c,Charles Harris2017-06-171-1/+0
* | | | | Merge pull request #9264 from rgommers/docmaintCharles Harris2017-06-1867-9134/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: remove outdated doc/f2py content.Ralf Gommers2017-06-1864-9100/+0
| * | | | DOC: update f2py front page and some doc build metadata.Ralf Gommers2017-06-182-25/+13
| * | | | DOC: BLD: update doc Makefile for some changes on hosting server.Ralf Gommers2017-06-181-9/+8
|/ / / /
* | | | Merge pull request #9260 from juliantaylor/readonly-tempCharles Harris2017-06-172-0/+13
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | BUG: don't elide into readonly and updateifcopy temporariesJulian Taylor2017-06-172-0/+13
* | | Merge pull request #9247 from bobeldering/f2py-badname-commonCharles Harris2017-06-163-1/+38
|\ \ \
| * | | TST: add test case described in ticket 9228 for numpy.f2pyBob Eldering2017-06-132-0/+37
| * | | BUG: fix missing keyword rename for common block to numpy.f2pyBob Eldering2017-06-121-1/+1
* | | | Merge pull request #9253 from MSeifert04/isnat_docCharles Harris2017-06-163-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Add isnat/positive ufunc to documentation [skip ci]Michael Seifert2017-06-143-1/+4
|/ / /
* | | Merge pull request #9241 from charris/fixup-after-9238Charles Harris2017-06-104-575/+13
|\ \ \
| * | | MAINT: Fixup release notes, changelogs after #9238 merge.Charles Harris2017-06-104-575/+13
|/ / /
* | | Merge pull request #9238 from rgommers/docbuild-masterJulian Taylor2017-06-1039-373/+973
|\ \ \
| * | | DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-1039-373/+973
|/ / /
* | | Merge pull request #5580 from jakirkham/fix_masked_array_viewsCharles Harris2017-06-094-95/+107
|\ \ \
| * | | DOC: Correct docs for masked array view behavior.John Kirkham2017-01-171-2/+2
| * | | TST: Update and add tests masked array views.John Kirkham2017-01-172-69/+104
| * | | BUG: Share masked array views for writing.John Kirkham2017-01-171-24/+1
* | | | Merge pull request #9226 from charris/add-changelogsRalf Gommers2017-06-095-606/+1046
|\ \ \ \
| * | | | MAINT: Add changelogs for 1.12.0 and 1.12.1Charles Harris2017-06-084-606/+623
| * | | | DOC: Add 1.13.0-changelog.rstCharles Harris2017-06-071-0/+423
|/ / / /
* | | | Merge pull request #9219 from eric-wieser/outer-docsCharles Harris2017-06-041-1/+4
|\ \ \ \
| * | | | DOC: Link to ufunc.outer from np.outerEric Wieser2017-06-041-1/+4
| | |_|/ | |/| |
* | | | Merge pull request #9217 from juliantaylor/empty-resizeNathaniel J. Smith2017-06-032-18/+37
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: handle resize to 0d arrayJulian Taylor2017-06-032-18/+37
* | | | Merge pull request #9218 from eric-wieser/polynomial-exceptCharles Harris2017-06-031-11/+5
|\ \ \ \
| * | | | BUG: Only propagate TypeError from where we throw itEric Wieser2017-06-031-11/+5
* | | | | Merge pull request #9214 from eric-wieser/no-one-arg-whereCharles Harris2017-06-037-10/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Don't internally use the one-argument whereEric Wieser2017-06-037-10/+12
* | | | | Merge pull request #9215 from eric-wieser/bare-exceptCharles Harris2017-06-0348-101/+101
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-0348-101/+101
|/ / / /
* | | | Merge pull request #9212 from eric-wieser/tidy-function_baseJulian Taylor2017-06-032-9/+4
|\ \ \ \
| * | | | MAINT: Combine similar branchesEric Wieser2017-06-032-9/+4
* | | | | MAINT: Use np.concatenate instead of np.vstack (#8934)Joseph Paul Cohen2017-06-021-12/+4
|/ / / /
* | | | DOC: Remove all references to bigndarray (#9205)Konrad Kapp2017-06-022-10/+8
* | | | Merge pull request #9202 from eric-wieser/move-str-reprMarten van Kerkwijk2017-06-016-188/+224
|\ \ \ \
| * | | | MAINT: Move string functions to their own fileEric Wieser2017-06-015-186/+217
| * | | | MAINT: Improve error message for missing API entryEric Wieser2017-06-011-2/+7
* | | | | Merge pull request #9155 from k-kapp/fix-issue-9154/masterCharles Harris2017-06-011-6/+0
|\ \ \ \ \
| * | | | | MAINT: Take out code that will never be executedk_kapp@yahoo.com2017-05-211-6/+0
* | | | | | Merge pull request #8187 from eric-wieser/accumulate-no-keepdimMarten van Kerkwijk2017-06-013-27/+4
|\ \ \ \ \ \
| * | | | | | API: Remove the keepdims argument to accumulateEric Wieser2017-06-013-27/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #9200 from eric-wieser/bincount-docsMarten van Kerkwijk2017-06-011-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | DOC: Update bincount docs to reflect gh-8348Eric Wieser2017-06-011-1/+1
* | | | | Merge pull request #9195 from mattip/continue-9087Marten van Kerkwijk2017-05-311-27/+29
|\ \ \ \ \
| * | | | | BUG: pull request 9087 modifies a tuple after usemattip2017-05-311-27/+29
* | | | | | Merge pull request #9174 from pitrou/pickle_generic_datetimeCharles Harris2017-05-312-2/+59
|\ \ \ \ \ \
| * | | | | | BUG: allow pickling generic datetimeAntoine Pitrou2017-05-312-2/+59