summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix ndarray.__setstate__ documentation, it only takes one argument.Michael Seifert2017-09-231-1/+4
* Merge pull request #9743 from charris/update-elision-fixesEric Wieser2017-09-221-2/+2
|\
| * MAINT: Use PyArray_CHKFLAGS in more places.Charles Harris2017-09-221-2/+2
|/
* Merge pull request #9741 from pv/fix-scalar-cabsCharles Harris2017-09-222-4/+13
|\
| * BUG: core: use npy_cabs for abs() for np.complex* scalar typesPauli Virtanen2017-09-222-4/+13
|/
* Merge pull request #9737 from eric-wieser/gradient-maintCharles Harris2017-09-221-17/+18
|\
| * MAINT: Use zip, not enumerateEric Wieser2017-09-211-17/+18
|/
* Merge pull request #9336 from eric-wieser/masked-constantCharles Harris2017-09-213-12/+102
|\
| * DOC: Add release notes warning about np.ma.masked immutabilityEric Wieser2017-09-131-0/+10
| * TST: Add test for direct writing of `masked`Eric Wieser2017-07-181-2/+4
| * BUG: change fix for gh-9328 to make masked.copy() a noopEric Wieser2017-07-182-24/+15
| * MAINT: Improve comments and tests, in response to reviewEric Wieser2017-07-162-13/+29
| * BUG: np.ma.masked is mutableEric Wieser2017-06-302-1/+27
| * BUG: Prevent copies of np.ma.MaskedConstant from being created by .view.Eric Wieser2017-06-302-15/+36
| * BUG: np.ma.masked does not preserve identity through pickleEric Wieser2017-06-302-1/+15
| * ENH: Make duplicated masked constants obviousEric Wieser2017-06-302-1/+11
* | Merge pull request #9408 from eric-wieser/gradient-fixCharles Harris2017-09-212-8/+20
|\ \
| * | MAINT: Use clearer variableEric Wieser2017-07-131-1/+1
| * | BUG: Use np.ndim not asarray, to allow duck-typesEric Wieser2017-07-131-7/+6
| * | BUG: Only allow 1d distance arraysEric Wieser2017-07-132-1/+7
| * | BUG: Allow 0d arrays instead of scalars in gradientEric Wieser2017-07-132-8/+15
* | | Merge pull request #9711 from charris/fix-scalar-elisionCharles Harris2017-09-212-0/+11
|\ \ \
| * | | BUG: Make scalar function elision check writeable.Charles Harris2017-09-182-0/+11
* | | | Merge pull request #9724 from jjhelmus/gfortran_regexCharles Harris2017-09-202-2/+4
|\ \ \ \
| * | | | BUG: adjust gfortran version search regexJonathan Helmus2017-09-202-2/+4
* | | | | Merge pull request #9726 from NelleV/better_error_messageCharles Harris2017-09-202-2/+11
|\ \ \ \ \
| * | | | | ENH Better error message for savetxt when X.ndim > 2Nelle Varoquaux2017-09-202-2/+11
* | | | | | Merge pull request #9725 from ahaldane/circular_arrayprintCharles Harris2017-09-202-237/+223
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: cleanup circular import b/w arrayprint.py,numeric.pyAllan Haldane2017-09-202-237/+223
* | | | | | Merge pull request #9720 from eric-wieser/simplify-iscloseCharles Harris2017-09-202-13/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | MAINT: Remove unnecessary special-casing of scalars in iscloseEric Wieser2017-09-192-13/+9
* | | | | | Merge pull request #9715 from dhermes/docs-fixCharles Harris2017-09-191-2/+2
|\ \ \ \ \ \
| * | | | | | Fixing typo "Porland" -> "Portland" in `building` doc.Danny Hermes2017-09-191-2/+2
|/ / / / / /
* | | | | | Merge pull request #9700 from MSeifert04/add_memo_argument_to_deepcopy_method...Charles Harris2017-09-181-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: Add mandatory memo argument to __deepcopy__ method documentationMichael Seifert2017-09-181-1/+1
* | | | | | Merge pull request #9545 from eric-wieser/datetime-event-deprecationCharles Harris2017-09-184-6/+74
|\ \ \ \ \ \
| * | | | | | ENH: Warn when loading old datetime pickle filesEric Wieser2017-09-173-6/+33
| * | | | | | DEP: Deprecate the event argument to datetime types, which is ignored since 1...Eric Wieser2017-08-112-1/+42
* | | | | | | Merge pull request #9702 from eric-wieser/remainder-disambigCharles Harris2017-09-181-3/+13
|\ \ \ \ \ \ \
| * | | | | | | DOC: Warn about the difference between np.remainder and math.remainderEric Wieser2017-09-171-3/+13
| | |_|/ / / / | |/| | | | |
* | | | | | | DOX: Fix mistaken word in nanprod docstring (#9703)Robert T. McGibbon2017-09-171-1/+1
* | | | | | | Merge pull request #9209 from eric-wieser/concatenate-outAllan Haldane2017-09-185-96/+190
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into concatenate-outEric Wieser2017-09-1736-752/+856
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #9433 from eric-wieser/transpose-full-viewAllan Haldane2017-09-182-4/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: Make transpose and diagonal masks be viewsEric Wieser2017-09-052-4/+24
* | | | | | | | | Merge pull request #9701 from MSeifert04/doc_keepdims_arg_ndarray-maxEric Wieser2017-09-171-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | DOC: Add keepdims argument for ndarray.max documentationMichael Seifert2017-09-181-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #9695 from xuhdev/arange-docCharles Harris2017-09-171-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | arange: `start` is not needed even when `step` is given.Hong Xu2017-09-161-1/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #8557 from perimosocordiae/patch-3Eric Wieser2017-09-163-7/+35
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |