| Commit message (Expand) | Author | Age | Files | Lines |
| * | REL: Prepare for the NumPy 1.16.5 release. | Charles Harris | 2019-08-27 | 2 | -40/+108 |
| * | wip | Charles Harris | 2019-08-18 | 2 | -0/+0 |
| * | Copy editing | Dan Allan | 2019-07-18 | 1 | -3/+3 |
| * | Restore old intro, add note at top. | Dan Allan | 2019-07-18 | 1 | -4/+18 |
| * | Add new section of custom array containers. | Dan Allan | 2019-07-18 | 3 | -15/+13 |
| * | rephrase | Dan Allan | 2019-07-18 | 1 | -2/+6 |
| * | Add __array_function__ to user reference. | Dan Allan | 2019-07-18 | 1 | -0/+115 |
| * | REL: Prepare 1.16.x for further development | Charles Harris | 2019-05-28 | 2 | -0/+58 |
| * | MAINT: Prepare for the 1.16.4 release. | Charles Harris | 2019-05-27 | 2 | -30/+83 |
| * | BUG,DEP: Fix writeable flag setting for arrays without base | Sebastian Berg | 2019-05-24 | 1 | -1/+9 |
| * | BUG: Proect generators from log(0.0) | Kevin Sheppard | 2019-05-14 | 1 | -0/+11 |
| * | DOC: Add 1.16 release note | Eric Wieser | 2019-04-23 | 1 | -0/+9 |
| * | REL: prepare 1.16.x for further development | Charles Harris | 2019-04-21 | 1 | -0/+52 |
| * | REL: Prepare for the NumPy release. | Charles Harris | 2019-04-21 | 2 | -28/+75 |
| * | BUG: load fails when using pickle without allow_pickle=True | Paul Ivanov | 2019-04-17 | 1 | -0/+6 |
| * | DOC: Add as_ctypes_type to the documentation | Eric Wieser | 2019-04-15 | 2 | -2/+3 |
| * | BUG: __array_interface__ offset was always ignored | mattip | 2019-03-17 | 1 | -0/+5 |
| * | REL: prepare 1.16.x for further development | Charles Harris | 2019-02-26 | 1 | -0/+43 |
| * | DOC: Prepare for 1.16.2 release. | Charles Harris | 2019-02-26 | 2 | -23/+61 |
| * | BUG: fix signed zero behavior in npy_divmod | tlatorre | 2019-02-22 | 1 | -0/+14 |
| * | REL: prepare 1.16.x for further development | Charles Harris | 2019-01-31 | 1 | -0/+43 |
| * | DOC: Prepare for 1.16.1 release. | Charles Harris | 2019-01-31 | 3 | -0/+170 |
| * | Merge pull request #12813 from charris/backport-12807 | Charles Harris | 2019-01-20 | 2 | -28/+3 |
| |\ |
|
| | * | BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs | mattip | 2019-01-20 | 2 | -28/+3 |
| * | | DOC: clarify the extend of __array_function__ support in NumPy 1.16 | Stephan Hoyer | 2019-01-20 | 1 | -8/+10 |
| |/ |
|
| * | ENH: refactor __array_function__ pure Python implementation | Stephan Hoyer | 2019-01-16 | 1 | -8/+8 |
| * | REL: NumPy 1.16.0 release.v1.16.0 | Charles Harris | 2019-01-13 | 1 | -4/+18 |
| * | Merge pull request #12705 from charris/backport-12687 | Charles Harris | 2019-01-09 | 8 | -1/+15 |
| |\ |
|
| | * | ENH: Better links in documentation | Eric Larson | 2019-01-09 | 8 | -1/+15 |
| * | | MAINT: Further fixups to uint alignment checks | Allan Haldane | 2019-01-09 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #12657 from charris/backport-12641 | Charles Harris | 2019-01-03 | 1 | -1/+1 |
| |\ |
|
| | * | DOC: update 2018 -> 2019 | mattip | 2019-01-03 | 1 | -1/+1 |
| * | | BUG: fix uint alignment asserts in lowlevel loops | Allan Haldane | 2019-01-03 | 1 | -9/+15 |
| |/ |
|
| * | Convert some ' to ` [ci skip] | John Kirkham | 2018-12-24 | 1 | -2/+2 |
| * | DOC, MAINT: Prepare for 1.16.0rc1 release. | Charles Harris | 2018-12-19 | 3 | -99/+760 |
| * | BUG: Make `arr.ctypes.data` hold a reference to the underlying array. | Charles Harris | 2018-12-17 | 1 | -0/+5 |
| * | Merge pull request #12563 from charris/backport-12554 | Charles Harris | 2018-12-16 | 1 | -8/+4 |
| |\ |
|
| | * | DOC: more doc updates for structured arrays | Allan Haldane | 2018-12-16 | 1 | -8/+4 |
| * | | DOC, MAINT: Make `PYVER = 3` in doc/Makefile. | Charles Harris | 2018-12-16 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #12388 from mhvk/linspace-allow-array | Charles Harris | 2018-12-06 | 1 | -1/+8 |
| |\ |
|
| | * | ENH: Allow {lin,log,geom}space start and stop to be arrays. | Marten van Kerkwijk | 2018-12-05 | 1 | -1/+8 |
| * | | ENH: implement matmul on NDArrayOperatorsMixin (#12488) | Stephan Hoyer | 2018-12-05 | 1 | -0/+7 |
| |/ |
|
| * | Merge pull request #12219 from mattip/matmul-as-ufunc2 | Eric Wieser | 2018-12-04 | 1 | -0/+6 |
| |\ |
|
| | * | ENH: make matmul into a ufunc | mattip | 2018-11-25 | 1 | -0/+6 |
| * | | Merge pull request #12447 from ahaldane/unrevert_multifield_view | Charles Harris | 2018-12-01 | 1 | -0/+21 |
| |\ \ |
|
| | * | | ENH: add back the multifield copy->view change | Allan Haldane | 2018-11-26 | 1 | -0/+21 |
| | |/ |
|
| * | | Merge pull request #11197 from wummo/correct_covariance_scaling | Marten van Kerkwijk | 2018-11-27 | 1 | -0/+18 |
| |\ \ |
|
| | * | | Removed non-standard scaling of the covariance matrix and added option to dis... | Andreas Nussbaumer | 2018-11-21 | 1 | -0/+18 |
| * | | | BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes)) | mattip | 2018-11-26 | 1 | -0/+6 |
| | |/
|/| |
|
| * | | Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redo | Charles Harris | 2018-11-23 | 1 | -0/+5 |
| |\ \ |
|