Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MAINT/ENH: Support for weights and range when estimating optimal number of bins #6288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 822 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
822 commits
Select commit Hold shift + click to select a range
4b82b1b
Merge pull request #6994 from juliantaylor/signbit
charris Jan 11, 2016
b491cc8
TST: Ensure `dot` fails correctly if array types cannot be coerced in…
jakirkham Jan 9, 2016
67592d3
TST: Ensure `inner` fails correctly if array types cannot be coerced …
jakirkham Jan 9, 2016
bab118d
BUG: Clear error before constructing error message using calls to `Py…
jakirkham Jan 10, 2016
88c8a9c
MAINT: Refactor `cblas_innerproduct` to use `cblas_matrixproduct`.
jakirkham Jan 7, 2016
223513a
MAINT: Refactor `PyArray_InnerProduct` so that it just performs a tra…
jakirkham Jan 8, 2016
eb271a5
Merge pull request #6968 from jakirkham/optimize_innerproduct
charris Jan 12, 2016
1192930
Merge pull request #6969 from charris/bench-randint
charris Jan 12, 2016
2df298d
Merge pull request #6975 from charris/add-cacosh-to-glibc-blacklist
charris Jan 12, 2016
6e69994
BUG: Fix nanpercentile crash on all-nan slices
Jun 18, 2015
bdd4558
Merge pull request #6728 from gerritholl/structured_multidim_masked_a…
ahaldane Jan 13, 2016
df70490
BUG: skip invalid path distutils warning for empty strings
juliantaylor Jan 13, 2016
7f08bb7
Merge pull request #7005 from juliantaylor/get_path_warn
rgommers Jan 13, 2016
2b732ba
Fix number sequence
TwistedHardware Jan 14, 2016
51d2ecd
Merge pull request #7008 from TwistedHardware/master
jaimefrio Jan 14, 2016
8fa6e3b
Merge pull request #6465 from shoyer/datetime64-NaT-casting
charris Jan 14, 2016
02bcbd7
DOC, MAINT: Enforce np.ndarray arg for np.put and np.place
Jan 12, 2016
53ad26a
TST, ENH: make all comparisons with NaT false
shoyer Jan 13, 2016
7141f40
Merge pull request #7001 from shoyer/NaT-comparison
charris Jan 14, 2016
0104646
BUG: Enforce order param for MaskedArray construction
Dec 31, 2015
c0f6c37
DOC: Clean up/fix several references to the "future" 1.10 release
njsmith Jan 15, 2016
a97f3a6
Merge pull request #7015 from njsmith/fix-1.10-messages
charris Jan 15, 2016
aa6335c
Merge pull request #6912 from gfyoung/asarray_order
charris Jan 15, 2016
544be6d
MAINT: ensureisclose returns scalar when called with two scalars
andyfaff Jan 15, 2016
d588b48
TST: Make assert_warns an optional contextmanager
shoyer Jan 15, 2016
34c2369
BUG: Make divmod behave better under roundoff error.
charris Jan 15, 2016
5fc07a2
MAINT: Ensure `inner` is raising a ValueError just as `dot` does in t…
jakirkham Jan 9, 2016
4d87d90
Merge pull request #7016 from andyfaff/isclose
charris Jan 15, 2016
fb41f00
DOC: Fix markdown style inline code to restructured text style inline…
jakirkham Jan 15, 2016
ef09a84
DOC: Explain the new exception behavior of `np.dot` when its types ca…
jakirkham Jan 15, 2016
2f7e491
DEP: Add warnings to `__getitem__` and `__setitem__` to point out the…
jakirkham Jan 15, 2016
852eaba
TEST: Ignore `FutureWarning` if raised from running masked array oper…
jakirkham Jan 15, 2016
4989360
DOC: Explain that `MaskedArray`s will try to consistently return view…
jakirkham Jan 15, 2016
54224f4
Merge pull request #7000 from gfyoung/ndarray_arg_enforce
shoyer Jan 15, 2016
35790f6
Merge pull request #6987 from jakirkham/test_dot_inner_type_failures
charris Jan 15, 2016
c45f3e7
Merge pull request #7023 from jakirkham/fix_docs_release
charris Jan 15, 2016
4261148
API: Make datetime64 timezone naive
shoyer Jan 15, 2016
880e323
Merge pull request #7020 from jakirkham/deprecated_masked_array_mask_…
charris Jan 16, 2016
2fbc3f4
Fix issue 7021
Jan 16, 2016
4b0ed79
BLD: require setuptools for Numpy builds. Closes gh-6551.
rgommers Dec 29, 2015
f820c52
MAINT: remove unnecessary setupegg.py file, now that we depend on set…
rgommers Dec 29, 2015
b9f4809
BLD: disable (half-)broken setuptools commands and give clear error m…
rgommers Dec 29, 2015
983eb78
BUG: make distutils.misc_util.is_string recognize unicode.
rgommers Dec 29, 2015
99e99e9
BLD: finish handling of setuptools commands.
rgommers Dec 29, 2015
4b43d20
BUG: fix TravisCI test issues when using setuptools unconditionally.
rgommers Dec 29, 2015
4aa9d57
DOC: add Cython to list of dependencies in INSTALL.txt. Closes gh-6682.
rgommers Dec 29, 2015
08e75ca
TST: add test to check for correct version string format.
rgommers Dec 29, 2015
105a498
DOC: add NumpyVersion to the docs, and mention it in version.py
rgommers Dec 29, 2015
a003d8d
TST: fix issues with test for correctness of numpy version string.
rgommers Jan 16, 2016
036e41e
DOC: update INSTALL.txt.
rgommers Jan 16, 2016
88ffedf
DOC: some tweaks to the install and build info in the user guide.
rgommers Jan 16, 2016
1316a8a
DOC: some more cleanup in INSTALL.txt, and rename to INSTALL.rst.txt
rgommers Jan 16, 2016
b27e9b1
BLD: fix rebuilding after a failed build. Closes gh-5467.
rgommers Jan 16, 2016
ab5c6d0
DOC/BUG: textual improvements in install docs, and fix a typo in setu…
rgommers Jan 16, 2016
0f72920
Merge pull request #6895 from rgommers/packaging
charris Jan 16, 2016
cc2a695
Merge pull request #7029 from rgommers/fix-interrupted-rebuild
charris Jan 16, 2016
4ac1a77
Merge pull request #7028 from sam09/fix-7021
charris Jan 16, 2016
8b8f464
BUG: fix issues with signed zeros in scalar math complex division.
Nov 17, 2015
18aeffd
TST: Add tests for divmod
charris Jan 15, 2016
4a000fb
REL: Do not include merge commits in Changelog.
charris Jan 16, 2016
4c50407
BENCH: Reorganize existing benchmarks by the order they show up when …
jakirkham Jan 16, 2016
e5b108c
BENCH: Add some benchmarks for `matmul`.
jakirkham Jan 16, 2016
363c502
BLD: build travis dev wheels for py27
ogrisel Jan 16, 2016
1504975
DOC: Update the release notes to state that the `A.T @ A` optimizatio…
jakirkham Jan 16, 2016
0bacdf6
Merge pull request #7032 from charris/no-merges-in-changelog
rgommers Jan 16, 2016
d65d871
Merge pull request #7034 from jakirkham/bench_matmul
charris Jan 16, 2016
22af11f
DOC: Fix typo.
jakirkham Jan 16, 2016
115975e
Merge pull request #7022 from charris/fix-divmod
charris Jan 16, 2016
d5aff39
Merge pull request #7031 from charris/cleanup-6699
charris Jan 16, 2016
d37d6f7
Merge pull request #7037 from jakirkham/1_10_4_rel_doc_fix
njsmith Jan 16, 2016
c2a925e
Merge pull request #7033 from ogrisel/py27-travis-wheels
charris Jan 16, 2016
ab6ba2c
STY: Wrap some long lines.
jakirkham Jan 16, 2016
9def5a0
BLD: fix runtests.py, was broken by the move to setuptools.
rgommers Jan 17, 2016
c4c4178
DOC: add build system changes to 1.11.0 release notes.
rgommers Jan 17, 2016
da98bbc
DOC: document changes to assert_warns
shoyer Jan 17, 2016
ad4b5b0
Merge pull request #7040 from rgommers/fix-runtests-setuptools
charris Jan 17, 2016
e0cb3f7
Revert "Merge pull request #7001 from shoyer/NaT-comparison"
charris Jan 17, 2016
2f78277
Merge pull request #7038 from jakirkham/cblasfuncs_sty_fixes
charris Jan 17, 2016
865c3e3
Merge pull request #6453 from shoyer/naive-datetime64
charris Jan 17, 2016
5be93a2
MAINT: memcpy-based ~4x faster, typed shuffle.
anntzer Dec 6, 2015
947b023
Merge pull request #7042 from charris/revert-7001
charris Jan 17, 2016
b8cf7f9
Top shuffle speed for machine-sized ints/floats.
anntzer Jan 7, 2016
309fdd4
Revert to non-generative test.
anntzer Jan 13, 2016
afd1174
Merge pull request #6933 from anntzer/fastshuffle-memcpy
njsmith Jan 17, 2016
28fdcf3
Merge pull request #5981 from dfreese/fix/multi_percent_nanperc_bug
juliantaylor Jan 17, 2016
0ed7960
TST: de-uglify the setuptools appeasement in runtests.py a bit.
rgommers Jan 17, 2016
0e05f2c
Merge pull request #7045 from rgommers/runtests-no-eggs
charris Jan 17, 2016
91ae5fb
MAINT: Add '0x' to API version error for clarity.
stuarteberg Nov 2, 2015
2da37a0
ENH: Allow site.cfg information with libraries key
zerothi Jan 17, 2016
46bb535
Merge pull request #6608 from stuarteberg/fix-api-version-warning-ints
charris Jan 17, 2016
54b80df
Merge pull request #7048 from zerothi/enh-fix-distutils.libs
charris Jan 17, 2016
7f0d97c
TST: np.isclose, correct error msg on test
andyfaff Jan 17, 2016
9872212
Merge pull request #7049 from andyfaff/isclosetst
charris Jan 18, 2016
d54e735
ENH: Allow specification of terms to fit in legfit
jonathanunderwood Sep 25, 2015
4095116
TST: Add tests for legfit with deg specified as list
jonathanunderwood Sep 25, 2015
942f294
ENH: Allow specification of terms to fit in chebfit
jonathanunderwood Oct 12, 2015
1a9fb06
TST: Add tests for chebfit with deg specified as list
jonathanunderwood Oct 12, 2015
acc294d
ENH: Allow specification of terms to fit in hermfit
jonathanunderwood Oct 12, 2015
b8180bb
TST: Add tests for hermfit with deg specified as list
jonathanunderwood Oct 12, 2015
8dcf033
ENH: Allow specification of terms to fit in lagfit
jonathanunderwood Nov 5, 2015
84e0b6e
TST: Add tests for lagfit with deg specified as list
jonathanunderwood Nov 5, 2015
b904ef1
ENH: Allow specification of terms to fit in polyfit
jonathanunderwood Dec 2, 2015
fd5d1a4
TST: Add tests for polyfit with deg specified as list
jonathanunderwood Dec 3, 2015
6411ec5
ENH: Allow specification of terms to fit in hermefit
jonathanunderwood Dec 3, 2015
c65093c
TST: Add tests for hermefit with deg specified as list
jonathanunderwood Dec 3, 2015
5f7b1af
ENH: Allow specification of terms to fit in fit method
jonathanunderwood Dec 3, 2015
4dd71a3
TST: Add tests for check_fit with deg specified as list
jonathanunderwood Dec 3, 2015
082e1a8
Add release note for polynomial fit deg changes
jonathanunderwood Jan 18, 2016
aa82467
Merge pull request #6360 from jonathanunderwood/legfit_restrict_terms
charris Jan 18, 2016
44c49f3
TST: Added lots of new tests for fromnumeric.py
Jan 16, 2016
d426ed9
BUG:Should fix astype cast bug in numpy.fft module
tushar-rishav Jan 18, 2016
ae85a33
DEP: Emit FutureWarning for NAT comparisons.
charris Jan 18, 2016
31dbc05
TST: Add tests for NAT comparison FutureWarning.
charris Jan 19, 2016
5f7d363
Merge pull request #7057 from charris/nat-future-warning
charris Jan 19, 2016
947be0f
Merge pull request #7053 from tushar-rishav/ifft_RAM_requirements
charris Jan 19, 2016
4859621
MAINT: Refactor polynomial leastsquares fits.
charris Jan 18, 2016
d99acf9
DOC: Update the 1.10.0 release notes.
charris Jan 18, 2016
5a36018
Merge pull request #7052 from charris/fixup-polynomials
charris Jan 19, 2016
275fa79
Merge pull request #7027 from gfyoung/test_fromnumeric_expand
charris Jan 19, 2016
70350f4
REL: Prepare for 1.10.x branch.
charris Jan 20, 2016
58089f3
Merge pull request #7062 from charris/pre-1.10.x-branch
charris Jan 20, 2016
11a9b71
REL: Update master branch after 1.12.x branch has been made.
charris Jan 20, 2016
a38942a
Merge pull request #7063 from charris/prepare-1.12-dev
charris Jan 20, 2016
0b150b8
MAINT: Simplified mtrand.pyx helpers
Jan 12, 2016
9ad54ae
Merge pull request #6997 from gfyoung/mtrand_helpers_compress
jaimefrio Jan 20, 2016
7e4baa9
MAINT: Update the git .mailmap file.
charris Jan 20, 2016
62942fb
Merge pull request #7076 from charris/update-mailmap
charris Jan 21, 2016
8c84718
BLD: fix compilation on non glibc-Linuxes
xdmiodz Jan 21, 2016
f970038
Merge pull request #7087 from xdmiodz/musl-build
charris Jan 21, 2016
8ff96f6
Revert "BLD: fix compilation on non glibc-Linuxes"
charris Jan 21, 2016
5e2f1a3
Merge pull request #7091 from numpy/revert-7087-musl-build
charris Jan 21, 2016
f189e2a
BLD: fix compilation on non glibc-Linuxes
xdmiodz Jan 21, 2016
d5cef01
Merge pull request #7092 from xdmiodz/glibc-check
charris Jan 22, 2016
e77b7b9
BUG: In `norm`, always cast non-floating point arrays to 64-bit float…
jakirkham Jan 21, 2016
bc4a17e
TST: Verify that `norm` is properly casting values to floats as needed.
jakirkham Jan 22, 2016
43c6a89
BUG: Make sure that the `ord=0` case returns a float.
jakirkham Jan 22, 2016
75d5b59
DOC: Update `norm` docstring to include examples that reflect that al…
jakirkham Jan 22, 2016
66156a0
Merge pull request #7088 from jakirkham/cast_float_linalg
charris Jan 23, 2016
091db7d
TST: Added broadcasting tests in test_random.py
Jan 21, 2016
5d1d614
MAINT: Removed conditionals that are always true in datetime_strings.c
kawochen Jan 23, 2016
c0980ff
DOC: Clarified output size for broadcastable mtrand.pyx functions
Jan 21, 2016
b8d61d4
DOC: Update the 1.11.0 release notes.
charris Jan 20, 2016
639e2a3
Merge pull request #7073 from charris/update-1.11.0-notes
charris Jan 23, 2016
9849922
Merge pull request #7082 from gfyoung/test_random_expand
jaimefrio Jan 24, 2016
61f8722
BUG: One element array inputs get one element arrays returned in np.r…
Jan 18, 2016
8f890ac
DOC: update Python versions requirements in the install docs
alexbrc Jan 24, 2016
c8135c5
Merge pull request #7109 from argriffing/python-ver-dep-docs
charris Jan 24, 2016
d641eed
Merge pull request #7055 from gfyoung/single_elt_array_return_matching
jaimefrio Jan 25, 2016
637ad96
DOC: Clarify behavior in np.random.uniform
Jan 16, 2016
df9df7f
MAINT: Fix typos in docs
dongjoon-hyun Jan 25, 2016
e0acd3f
Merge pull request #7114 from dongjoon-hyun/fix_typos_in_doc
jaimefrio Jan 25, 2016
d3d2f8e
TST: Fixed f2py test for win32 virtualenv
Jan 25, 2016
471bab3
Merge pull request #7116 from gfyoung/f2py_patch
charris Jan 25, 2016
588a1c3
TST: Fixed f2py test for non-versioned python executables
Jan 25, 2016
bce84bb
BUG: Fixed mingw.lib error
Jan 25, 2016
cc2b049
Merge pull request #7118 from gfyoung/f2py_patch_linux
charris Jan 26, 2016
3690e96
DOC: Updated documentation wording and examples for np.percentile.
madphysicist Jan 27, 2016
d7c847b
MAINT: Accepted all review comments for PR#7125
madphysicist Jan 27, 2016
2a079b2
TST: test installing from sdist on TravisCI.
Jan 27, 2016
6770f98
BLD/BUG: revert usage of setuptools when building an sdist.
Jan 27, 2016
6ae1ff2
MAINT: warn in egg_info command if using setuptools.sdist.
Jan 27, 2016
2b34f4b
Merge pull request #7131 from charris/fix-setuptools-sdist
charris Jan 27, 2016
33777c6
ENH: for savez create temporary file alongside with the target file
yarikoptic Jan 28, 2016
8a22dd4
ENH: catch and rethrow exception in _savez upon IOError with filename…
yarikoptic Jan 28, 2016
73a2fd1
MAINT: Fix some typos in a code string and comments
dongjoon-hyun Jan 27, 2016
e280539
Auto merge of #7134 - dongjoon-hyun:fix_typos_in_code_comments, r=njs…
homu Jan 28, 2016
dc61b5e
BF: Since savez could be used with BytesIO - check if file is a string
yarikoptic Jan 28, 2016
22176f9
Merge pull request #7026 from gfyoung/uniform_bounds_bug
rkern Jan 29, 2016
38fdd76
BUG: Unpickled void scalars should be contiguous
gmarkall Jan 29, 2016
7c03f21
TST: Unpickled void scalars must be behaved
gmarkall Jan 29, 2016
1436ec3
Merge pull request #7141 from gmarkall/contig_void_unpickle
juliantaylor Jan 29, 2016
7a46e39
Merge pull request #7102 from kawochen/CLN-ISO-8601
charris Jan 29, 2016
39164ac
Merge pull request #7125 from madphysicist/percentile-doc
shoyer Jan 29, 2016
99977a5
MAINT: Change `call_fortran` into `callfortran` in comments.
dongjoon-hyun Jan 29, 2016
0bba665
Merge pull request #7144 from dongjoon-hyun/recover_callfortran
njsmith Jan 30, 2016
0e65b71
BUG: Fixed regressions in np.piecewise in ref to #5737 and #5729.
bastula Jan 30, 2016
a9e8c7f
TST: remove duplicate test
njsmith Jan 30, 2016
bac094c
Temporarily disable __numpy_ufunc__
njsmith Jan 30, 2016
94b361b
TST: Add missing suffix to temppath manager
seberg Jan 30, 2016
9cfdb21
Merge pull request #7149 from seberg/missing-suffix
charris Jan 30, 2016
32ae04a
BUG: mode kwargs passed as unicode to np.pad raises an exception
bertrand-l Jan 31, 2016
d077cf5
Merge pull request #7147 from njsmith/disable-numpy-ufunc
charris Jan 31, 2016
3bc8ed4
Merge pull request #7152 from bertrand-l/fix/unicode-kwarg-breaks-pad
charris Jan 31, 2016
cacdfd3
Merge pull request #7119 from gfyoung/mingw_patch
rgommers Jan 31, 2016
0aa03be
Reascertain that linspace respects ndarray subclasses in start, stop.
mhvk Jan 30, 2016
46cb649
MAINT: Addressed comments in PR #7145
bastula Jan 31, 2016
2c61759
Merge pull request #7156 from mhvk/linspace-subclass-safe2
charris Feb 1, 2016
9ec694b
BUG: Fixed 'midpoint' interpolation of np.percentile in odd cases.
madphysicist Jan 27, 2016
e36d7ca
Merge pull request #7145 from bastula/piecewise
charris Feb 1, 2016
ea97756
Merge pull request #7129 from madphysicist/percentile-midpoint-interp…
charris Feb 1, 2016
849b818
ENH: usecols now accepts an int when only one column has to be read
I--P Nov 9, 2015
d1dada1
Merge pull request #6656 from I--P/loadtxt-int
seberg Feb 1, 2016
857c3a8
BUG: check lower limit of base in base_repr.
nbeaver Sep 10, 2015
da10a1c
DOC: base_repr *can* handle negative integers.
nbeaver Feb 1, 2016
7fa6aea
TST: out of bounds bases in base_repr
nbeaver Feb 1, 2016
5a02591
Merge pull request #6298 from nbeaver/check-lower-base-limit
charris Feb 1, 2016
f6a1c68
Update Wikipedia references for mtrand.pyx
Feb 2, 2016
58c51b0
Merge pull request #7167 from 153957/patch-1
jaimefrio Feb 2, 2016
69a2ca4
TST: Fixed f2py test for Anaconda non-win32
gfyoung Feb 2, 2016
093608d
Merge pull request #7171 from gfyoung/conda_f2py_patch
charris Feb 2, 2016
6b3d477
DOC: Fix broken pandas link in 1.11.0 release notes
gfyoung Feb 2, 2016
12ec338
Merge pull request #7174 from gfyoung/pandas_link_fix
charris Feb 2, 2016
512a820
DOC: add vstack, hstack, dstack reference to stack documentation.
aukejw Feb 5, 2016
735182c
DOC: changed 'depth wise' to 'depthwise', 'the existing' to 'an exist…
aukejw Feb 5, 2016
8b81a64
MAINT: Removed supurious assert in histogram estimators
madphysicist Feb 5, 2016
b29a997
STY: Drop some trailing spaces in `numpy.ma.core`.
jakirkham Feb 5, 2016
a280f5e
Merge pull request #7195 from jakirkham/style_np_ma_fix
charris Feb 5, 2016
4c972e9
Merge pull request #7193 from madphysicist/extra-assert
charris Feb 5, 2016
99cd634
Merge pull request #7191 from aukejw/stack_documentation
charris Feb 5, 2016
d7538c5
Revert "DOC: add vstack, hstack, dstack reference to stack documentat…
shoyer Feb 5, 2016
e30d802
BUG: Fixed previous attempt to fix dimension mismatch in nanpercentile
madphysicist Feb 3, 2016
4db3e19
TST: Pin virtualenv used on Travis CI. [skip appveyor]
jakirkham Feb 5, 2016
917e530
DOC: Updated minor typos in function_base.py and test_function_base.py
madphysicist Feb 2, 2016
87f287a
Merge pull request #7197 from jakirkham/pin_virtualenv
charris Feb 5, 2016
48cae08
Merge pull request #7180 from madphysicist/nanpercentile-dims
charris Feb 5, 2016
5002e81
Merge pull request #7196 from numpy/revert-7191-stack_documentation
charris Feb 5, 2016
0ec441d
BUG: raise IOError on not a file in python2
juliantaylor Feb 6, 2016
a1ab9cf
Merge pull request #7201 from juliantaylor/ioerror
charris Feb 7, 2016
35b5f5b
Merge pull request #7181 from madphysicist/doc-typos
charris Feb 7, 2016
75ae820
BUG: many functions silently drop `keepdims` kwarg
tacaswell Apr 14, 2014
010d17e
STY: pep8 only
tacaswell Feb 5, 2016
08fb580
MNT: move std, var, mean calls out of try block
tacaswell Feb 5, 2016
f473fe4
MNT: reduce number of return statements
tacaswell Feb 5, 2016
e1621a9
DOC: add release notes
tacaswell Feb 5, 2016
2ee7755
Merge pull request #4619 from tacaswell/ndarray_subclass_sum_bug
charris Feb 8, 2016
5c616fb
TST: Bump `virtualenv` to 14.0.6.
jakirkham Feb 8, 2016
9524134
Merge pull request #7209 from jakirkham/use_virtualenv_14_0_6
rgommers Feb 8, 2016
e3bca2c
DOC: Fix fmin examples
omegahm Feb 8, 2016
c4bb7e9
Merge pull request #7211 from omegahm/doc-fix-fmin-examples
seberg Feb 8, 2016
594efed
BUG: Raise a quieter `MaskedArrayFutureWarning` for mask changes.
jakirkham Feb 5, 2016
8e46c6c
TST: Drop `FutureWarning` filters from tests where they were added.
jakirkham Feb 8, 2016
5531371
Merge pull request #7133 from yarikoptic/bf-savez
njsmith Feb 9, 2016
920c527
Merge pull request #7194 from jakirkham/fix_warning_masked_array_slices
charris Feb 9, 2016
4576343
MAINT: Made `iterable` return a boolean
madphysicist Feb 8, 2016
47b6c2b
Merge pull request #7202 from madphysicist/iterable-bool-return
njsmith Feb 11, 2016
b8b5561
Added 'doane' and 'sqrt' estimators to np.histogram in numpy.function…
madphysicist Feb 1, 2016
92819d8
DOC: Removed residual merge markup from previous commit
madphysicist Feb 13, 2016
db0304e
Merge pull request #7239 from madphysicist/patch-1
jaimefrio Feb 13, 2016
b740a69
Change 'pubic' to 'public'.
building39 Feb 13, 2016
858f2c4
Merge pull request #7240 from building39/feature/doc
rgommers Feb 13, 2016
a5c8529
Merge pull request #7090 from madphysicist/hist-estimators
seberg Feb 13, 2016
8a3bbde
DOC: update sphinxext to numpydoc 0.6.0
rgommers Feb 13, 2016
b9ae5a3
DOC: fix a number of reST formatting issues in docstrings.
rgommers Feb 13, 2016
06169f1
DOC: fix up invalid LaTeX in histogram docstring.
rgommers Feb 13, 2016
8f0d01f
Merge pull request #7241 from rgommers/update-sphinxext
charris Feb 13, 2016
f7e64cc
DOC: Add documentation for as_strided
seberg Jan 21, 2016
26af0ce
Merge pull request #7105 from seberg/writeable-as-strided
njsmith Feb 13, 2016
c4414c4
ENH: Adding support to the range keyword for estimation of the optima…
nayyarv Sep 22, 2015
473c852
BUG: Change TypeError's raised by optimbins for weighted data to RunT…
nayyarv Feb 14, 2016
e4953ca
Merge remote-tracking branch 'origin/autobins' into autobins
nayyarv Feb 14, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ numpy/core/include/numpy/__ufunc_api.h
numpy/core/include/numpy/_numpyconfig.h
numpy/version.py
site.cfg
setup.cfg
.tox
numpy/core/include/numpy/__multiarray_api.c
numpy/core/include/numpy/__ufunc_api.c
Expand Down
28 changes: 28 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,23 @@

Aaron Baecker <abaecker@localhost> abaecker <abaecker@localhost>
Abdul Muneer <[email protected]> abdulmuneer <[email protected]>
Adam Ginsburg <[email protected]> Adam Ginsburg <[email protected]>
Adam Ginsburg <[email protected]> Adam Ginsburg <[email protected]>
Albert Jornet Puig <[email protected]> jurnix <[email protected]>
Alex Griffing <[email protected]> alex <[email protected]>
Alex Griffing <[email protected]> argriffing <[email protected]>
Alex Griffing <[email protected]> argriffing <[email protected]>
Alex Griffing <[email protected]> argriffing <[email protected]>
Alexander Belopolsky <[email protected]> Alexander Belopolsky <[email protected]>
Alok Singhal <[email protected]> Alok Singhal <[email protected]>
Alok Singhal <[email protected]> Alok Singhal <[email protected]>
Amir Sarabadani <[email protected]> amir <[email protected]>
Anne Archibald <[email protected]> aarchiba <[email protected]>
Anne Archibald <[email protected]> Anne Archibald <[email protected]>
Anže Starič <[email protected]> astaric <[email protected]>
Aron Ahmadia <[email protected]> ahmadia <[email protected]>
Arun Persaud <[email protected]> Arun Persaud <[email protected]>
Arun Persaud <[email protected]> Arun Persaud <[email protected]>
Behzad Nouri <[email protected]> behzad nouri <[email protected]>
Benjamin Root <[email protected]> Ben Root <[email protected]>
Benjamin Root <[email protected]> weathergod <?@?>
Expand All @@ -28,10 +35,13 @@ Bryan Van de Ven <[email protected]> Bryan Van de Ven <[email protected]>
Bryan Van de Ven <[email protected]> Bryan Van de Ven <[email protected]>
Carl Kleffner <[email protected]> carlkl <[email protected]>
Chris Burns <chris.burns@localhost> chris.burns <chris.burns@localhost>
Chris Kerr <[email protected]> Chris Kerr <[email protected]>
Chris Kerr <[email protected]> Chris Kerr <[email protected]>
Christoph Gohlke <[email protected]> Christolph Gohlke <[email protected]>
Christoph Gohlke <[email protected]> cgholke <?@?>
Christoph Gohlke <[email protected]> cgohlke <[email protected]>
Christopher Hanley <[email protected]> chanley <[email protected]>
Daniel <[email protected]> Daniel <[email protected]>
Daniel J Farrell <[email protected]> danieljfarrell <[email protected]>
Daniel Müllner <Daniel Müllner [email protected]> Daniel <[email protected]>
Daniel Müllner <Daniel Müllner [email protected]> dmuellner <Daniel Müllner [email protected]>
Expand All @@ -44,11 +54,25 @@ Derek Homeier <[email protected]> Derek Homeier <dhomeie@gwdg
Derek Homeier <[email protected]> Derek Homeir <[email protected]>
Derek Homeier <[email protected]> Derek Homier <[email protected]>
Egor Zindy <[email protected]> zindy <[email protected]>
Eric Fode <[email protected]> Eric Fode <[email protected]>
Eric Fode <[email protected]> Eric Fode <ericfode@linuxlaptop.(none)>
Ernest N. Mamikonyan <[email protected]> mamikony <[email protected]>
Evgeni Burovski <[email protected]> Evgeni Burovski <[email protected]>
Evgeni Burovski <[email protected]> Evgeni Burovski <[email protected]>
Evgeny Toder <[email protected]> eltjpm <[email protected]>
Fernando Perez <[email protected]> Fernando Perez <[email protected]>
Gael Varoquaux <[email protected]> GaelVaroquaux <[email protected]>
Gerrit Holl <[email protected]> Gerrit Holl <[email protected]>
Gerrit Holl <[email protected]> Gerrit Holl <[email protected]>
Giuseppe Venturini <[email protected]> ggventurini <[email protected]>
Greg Young <[email protected]> gfyoung <[email protected]>
Greg Young <[email protected]> gfyoung <[email protected]>
Jason Grout <[email protected]> Jason Grout <[email protected]>
Jason Grout <[email protected]> Jason Grout <[email protected]>
Joseph Martinot-Lagarde <[email protected]> Joseph Martinot-Lagarde <[email protected]>
Joseph Martinot-Lagarde <[email protected]> Joseph Martinot-Lagarde <[email protected]>
Julien Lhermitte <[email protected]> Julien Lhermitte <[email protected]>
Julien Lhermitte <[email protected]> Julien Lhermitte <[email protected]>
Han Genuit <[email protected]> 87 <[email protected]>
Han Genuit <[email protected]> Han <[email protected]>
Han Genuit <[email protected]> [email protected] <[email protected]>
Expand Down Expand Up @@ -90,13 +114,17 @@ Ralf Gommers <[email protected]> rgommers <[email protected]>
Ritta Narita <[email protected]> RittaNarita <[email protected]>
Robert Kern <[email protected]> Robert Kern <[email protected]>
Robert LU <[email protected]> RobberPhex <[email protected]>
Ronan Lamy <[email protected]> Ronan Lamy <[email protected]>
Ronan Lamy <[email protected]> Ronan Lamy <[email protected]>
Russell Hewett <[email protected]> rhewett <[email protected]>
Ryan Blakemore <[email protected]> ryanblak <[email protected]>
Sam Preston <[email protected]> jspreston <[email protected]>
Saullo Giovani <[email protected]> saullogiovani <[email protected]>
Sebastian Berg <[email protected]> seberg <[email protected]>
Stefan van der Walt <[email protected]> Stefan van der Walt <[email protected]>
Stefan van der Walt <[email protected]> Stefan van der Walt <[email protected]>
Stephan Hoyer <[email protected]> Stephan Hoyer <[email protected]>
Stephan Hoyer <[email protected]> Stephan Hoyer <[email protected]>
Thomas A Caswell <[email protected]> Thomas A Caswell <[email protected]>
Thomas A Caswell <[email protected]> Thomas A Caswell <[email protected]>
Tim Cera <[email protected]> tim cera <[email protected]>
Expand Down
49 changes: 38 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,37 +20,54 @@ cache:
directories:
- $HOME/.cache/pip

env:
global:
- WHEELHOUSE_UPLOADER_USERNAME=travis.numpy
# The following is generated with the command:
# travis encrypt -r numpy/numpy WHEELHOUSE_UPLOADER_SECRET=tH3AP1KeY
- secure: "IEicLPrP2uW+jW51GRwkONQpdPqMVtQL5bdroqR/U8r9Tr\
XrbCVRhp4AP8JYZT0ptoBpmZWWGjmKBndB68QlMiUjQPow\
iFWt9Ka92CaqYdU7nqfWp9VImSndPmssjmCXJ1v1IjZPAM\
ahp7Qnm0rWRmA0z9SomuRUQOJQ6s684vU="

python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.5-dev
- 3.4
- 3.5
matrix:
include:
- python: 3.3
env: USE_CHROOT=1 ARCH=i386 DIST=trusty PYTHON=3.4
- python: 2.7
env: USE_CHROOT=1 ARCH=i386 DIST=trusty PYTHON=2.7
sudo: true
dist: trusty
addons:
apt:
packages:
- *common_packages
- debootstrap
- python: 3.2
- python: 3.4
env: USE_DEBUG=1
sudo: true
dist: trusty
addons:
apt:
packages:
- *common_packages
- python3-dbg
- python3-dev
- python3-nose
- python3-setuptools
- python: 2.7
env: NPY_SEPARATE_COMPILATION=0 PYTHON_OO=1
- python: 3.4
env: NPY_RELAXED_STRIDES_CHECKING=0
env: NPY_RELAXED_STRIDES_CHECKING=0 PYTHON_OO=1
- python: 2.7
env: USE_WHEEL=1
- python: 3.5
env: USE_WHEEL=1
- python: 3.5
env: USE_SDIST=1
- python: 2.7
env:
- PYTHONOPTIMIZE=2
- USE_ASV=1
before_install:
- uname -a
- free -m
Expand All @@ -60,6 +77,12 @@ before_install:
- pushd builds
# Build into own virtualenv
# We therefore control our own environment, avoid travis' numpy
#
# Some change in virtualenv 14.0.5 caused `test_f2py` to fail. So, we have
# pinned `virtualenv` to the last known working version to avoid this failure.
# Appears we had some issues with certificates on Travis. It looks like
# bumping to 14.0.6 will help.
- pip install -U 'virtualenv==14.0.6'
- virtualenv --python=python venv
- source venv/bin/activate
- python -V
Expand All @@ -68,7 +91,11 @@ before_install:
# pip install coverage
# Speed up install by not compiling Cython
- pip install --install-option="--no-cython-compile" Cython
- if [ -n "$USE_ASV" ]; then pip install asv; fi
- popd

script:
- ./tools/travis-test.sh

after_success:
- ./tools/travis-upload-wheel.sh
59 changes: 0 additions & 59 deletions COMPATIBILITY

This file was deleted.

18 changes: 0 additions & 18 deletions DEV_README.txt

This file was deleted.

Loading