Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | BUG: Fix unused variable in ufunc_object.c, | Charles Harris | 2017-06-17 | 1 | -1/+0 | |
* | | | | | Merge pull request #9264 from rgommers/docmaint | Charles Harris | 2017-06-18 | 67 | -9134/+21 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | MAINT: remove outdated doc/f2py content. | Ralf Gommers | 2017-06-18 | 64 | -9100/+0 | |
| * | | | | DOC: update f2py front page and some doc build metadata. | Ralf Gommers | 2017-06-18 | 2 | -25/+13 | |
| * | | | | DOC: BLD: update doc Makefile for some changes on hosting server. | Ralf Gommers | 2017-06-18 | 1 | -9/+8 | |
|/ / / / | ||||||
* | | | | Merge pull request #9260 from juliantaylor/readonly-temp | Charles Harris | 2017-06-17 | 2 | -0/+13 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | BUG: don't elide into readonly and updateifcopy temporaries | Julian Taylor | 2017-06-17 | 2 | -0/+13 | |
* | | | Merge pull request #9247 from bobeldering/f2py-badname-common | Charles Harris | 2017-06-16 | 3 | -1/+38 | |
|\ \ \ | ||||||
| * | | | TST: add test case described in ticket 9228 for numpy.f2py | Bob Eldering | 2017-06-13 | 2 | -0/+37 | |
| * | | | BUG: fix missing keyword rename for common block to numpy.f2py | Bob Eldering | 2017-06-12 | 1 | -1/+1 | |
* | | | | Merge pull request #9253 from MSeifert04/isnat_doc | Charles Harris | 2017-06-16 | 3 | -1/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | DOC: Add isnat/positive ufunc to documentation [skip ci] | Michael Seifert | 2017-06-14 | 3 | -1/+4 | |
|/ / / | ||||||
* | | | Merge pull request #9241 from charris/fixup-after-9238 | Charles Harris | 2017-06-10 | 4 | -575/+13 | |
|\ \ \ | ||||||
| * | | | MAINT: Fixup release notes, changelogs after #9238 merge. | Charles Harris | 2017-06-10 | 4 | -575/+13 | |
|/ / / | ||||||
* | | | Merge pull request #9238 from rgommers/docbuild-master | Julian Taylor | 2017-06-10 | 39 | -373/+973 | |
|\ \ \ | ||||||
| * | | | DOC: BLD: fix lots of Sphinx warnings/errors. | Ralf Gommers | 2017-06-10 | 39 | -373/+973 | |
|/ / / | ||||||
* | | | Merge pull request #5580 from jakirkham/fix_masked_array_views | Charles Harris | 2017-06-09 | 4 | -95/+107 | |
|\ \ \ | ||||||
| * | | | DOC: Correct docs for masked array view behavior. | John Kirkham | 2017-01-17 | 1 | -2/+2 | |
| * | | | TST: Update and add tests masked array views. | John Kirkham | 2017-01-17 | 2 | -69/+104 | |
| * | | | BUG: Share masked array views for writing. | John Kirkham | 2017-01-17 | 1 | -24/+1 | |
* | | | | Merge pull request #9226 from charris/add-changelogs | Ralf Gommers | 2017-06-09 | 5 | -606/+1046 | |
|\ \ \ \ | ||||||
| * | | | | MAINT: Add changelogs for 1.12.0 and 1.12.1 | Charles Harris | 2017-06-08 | 4 | -606/+623 | |
| * | | | | DOC: Add 1.13.0-changelog.rst | Charles Harris | 2017-06-07 | 1 | -0/+423 | |
|/ / / / | ||||||
* | | | | Merge pull request #9219 from eric-wieser/outer-docs | Charles Harris | 2017-06-04 | 1 | -1/+4 | |
|\ \ \ \ | ||||||
| * | | | | DOC: Link to ufunc.outer from np.outer | Eric Wieser | 2017-06-04 | 1 | -1/+4 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #9217 from juliantaylor/empty-resize | Nathaniel J. Smith | 2017-06-03 | 2 | -18/+37 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | BUG: handle resize to 0d array | Julian Taylor | 2017-06-03 | 2 | -18/+37 | |
* | | | | Merge pull request #9218 from eric-wieser/polynomial-except | Charles Harris | 2017-06-03 | 1 | -11/+5 | |
|\ \ \ \ | ||||||
| * | | | | BUG: Only propagate TypeError from where we throw it | Eric Wieser | 2017-06-03 | 1 | -11/+5 | |
* | | | | | Merge pull request #9214 from eric-wieser/no-one-arg-where | Charles Harris | 2017-06-03 | 7 | -10/+12 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | MAINT: Don't internally use the one-argument where | Eric Wieser | 2017-06-03 | 7 | -10/+12 | |
* | | | | | Merge pull request #9215 from eric-wieser/bare-except | Charles Harris | 2017-06-03 | 48 | -101/+101 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | BUG: KeyboardInterrupt is swallowed all over the place | Eric Wieser | 2017-06-03 | 48 | -101/+101 | |
|/ / / / | ||||||
* | | | | Merge pull request #9212 from eric-wieser/tidy-function_base | Julian Taylor | 2017-06-03 | 2 | -9/+4 | |
|\ \ \ \ | ||||||
| * | | | | MAINT: Combine similar branches | Eric Wieser | 2017-06-03 | 2 | -9/+4 | |
* | | | | | MAINT: Use np.concatenate instead of np.vstack (#8934) | Joseph Paul Cohen | 2017-06-02 | 1 | -12/+4 | |
|/ / / / | ||||||
* | | | | DOC: Remove all references to bigndarray (#9205) | Konrad Kapp | 2017-06-02 | 2 | -10/+8 | |
* | | | | Merge pull request #9202 from eric-wieser/move-str-repr | Marten van Kerkwijk | 2017-06-01 | 6 | -188/+224 | |
|\ \ \ \ | ||||||
| * | | | | MAINT: Move string functions to their own file | Eric Wieser | 2017-06-01 | 5 | -186/+217 | |
| * | | | | MAINT: Improve error message for missing API entry | Eric Wieser | 2017-06-01 | 1 | -2/+7 | |
* | | | | | Merge pull request #9155 from k-kapp/fix-issue-9154/master | Charles Harris | 2017-06-01 | 1 | -6/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | MAINT: Take out code that will never be executed | k_kapp@yahoo.com | 2017-05-21 | 1 | -6/+0 | |
* | | | | | | Merge pull request #8187 from eric-wieser/accumulate-no-keepdim | Marten van Kerkwijk | 2017-06-01 | 3 | -27/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | API: Remove the keepdims argument to accumulate | Eric Wieser | 2017-06-01 | 3 | -27/+4 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #9200 from eric-wieser/bincount-docs | Marten van Kerkwijk | 2017-06-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | ||||||
| * | | | | DOC: Update bincount docs to reflect gh-8348 | Eric Wieser | 2017-06-01 | 1 | -1/+1 | |
* | | | | | Merge pull request #9195 from mattip/continue-9087 | Marten van Kerkwijk | 2017-05-31 | 1 | -27/+29 | |
|\ \ \ \ \ | ||||||
| * | | | | | BUG: pull request 9087 modifies a tuple after use | mattip | 2017-05-31 | 1 | -27/+29 | |
* | | | | | | Merge pull request #9174 from pitrou/pickle_generic_datetime | Charles Harris | 2017-05-31 | 2 | -2/+59 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: allow pickling generic datetime | Antoine Pitrou | 2017-05-31 | 2 | -2/+59 |