From noreply at github.com Sun Jan 1 13:42:28 2017 From: noreply at github.com (GitHub) Date: Sun, 01 Jan 2017 10:42:28 -0800 Subject: [Numpy-svn] [numpy/numpy] f993e0: DOC: Update 1.12.0 release notes. Message-ID: <58694d9471b4_3df53f97240e9138223d9@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.12.x Home: https://github.com/numpy/numpy Commit: f993e0701e1e4cfe199997de3c56098991d739ea https://github.com/numpy/numpy/commit/f993e0701e1e4cfe199997de3c56098991d739ea Author: Charles Harris Date: 2017-01-01 (Sun, 01 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst M tools/announce.py Log Message: ----------- DOC: Update 1.12.0 release notes. Also make change to headings generated by announce.py to make them more generic. [ci skip] Commit: beac5d5c5313e6f0caff76d6a52faf0e8318d7b8 https://github.com/numpy/numpy/commit/beac5d5c5313e6f0caff76d6a52faf0e8318d7b8 Author: Charles Harris Date: 2017-01-01 (Sun, 01 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst M tools/announce.py Log Message: ----------- Merge pull request #8439 from charris/update-1.12.0-notes DOC: Update 1.12.0 release notes. Compare: https://github.com/numpy/numpy/compare/54abe004e3d9...beac5d5c5313 From noreply at github.com Sun Jan 1 14:31:44 2017 From: noreply at github.com (GitHub) Date: Sun, 01 Jan 2017 11:31:44 -0800 Subject: [Numpy-svn] [numpy/numpy] 75d28b: REL: NumPy 1.12.0rc2 release. Message-ID: <5869592058d6d_10cd3fecb8dc712c758ef@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/tags/v1.12.0rc2 Home: https://github.com/numpy/numpy Commit: 75d28bb59899eedcb83bd8e38be708a9cc5958e7 https://github.com/numpy/numpy/commit/75d28bb59899eedcb83bd8e38be708a9cc5958e7 Author: Charles Harris Date: 2017-01-01 (Sun, 01 Jan 2017) Changed paths: M setup.py Log Message: ----------- REL: NumPy 1.12.0rc2 release. From noreply at github.com Tue Jan 3 22:28:32 2017 From: noreply at github.com (GitHub) Date: Tue, 03 Jan 2017 19:28:32 -0800 Subject: [Numpy-svn] [numpy/numpy] fc5791: BUG, API: Allow covariance matrix with small fp er... Message-ID: <586c6be04e98b_74a83fa5889cf14055549@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fc57915afddad49f49611a623ed8360a3b44ed25 https://github.com/numpy/numpy/commit/fc57915afddad49f49611a623ed8360a3b44ed25 Author: Blake Griffith Date: 2015-05-19 (Tue, 19 May 2015) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- BUG, API: Allow covariance matrix with small fp errors. In np.random.multivariate_normal allow the covariance matrix to have small floating point errors. And allow control over what to do if the PSD check fails. Commit: f555826ac776e0866e1edfc1804c88c2a23dab3b https://github.com/numpy/numpy/commit/f555826ac776e0866e1edfc1804c88c2a23dab3b Author: Blake Griffith Date: 2015-05-19 (Tue, 19 May 2015) Changed paths: M numpy/random/tests/test_random.py Log Message: ----------- TST: test multivariate_normal check_valid kw Test that warnings are or are not raised when check_valid kwarg is used. Commit: 4c93e28685eecfd359f7ca9ad6f8003f054626ca https://github.com/numpy/numpy/commit/4c93e28685eecfd359f7ca9ad6f8003f054626ca Author: Oscar Villellas Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M .gitignore M .mailmap M .travis.yml R BENTO_BUILD.txt R COMPATIBILITY M CONTRIBUTING.md R DEV_README.txt A INSTALL.rst.txt R INSTALL.txt M LICENSE.txt M MANIFEST.in A README.md R README.txt R TEST_COMMIT A appveyor.yml A benchmarks/README.rst A benchmarks/asv.conf.json A benchmarks/benchmarks/__init__.py A benchmarks/benchmarks/bench_app.py A benchmarks/benchmarks/bench_core.py A benchmarks/benchmarks/bench_function_base.py A benchmarks/benchmarks/bench_indexing.py A benchmarks/benchmarks/bench_io.py A benchmarks/benchmarks/bench_linalg.py A benchmarks/benchmarks/bench_random.py A benchmarks/benchmarks/bench_reduce.py A benchmarks/benchmarks/bench_ufunc.py A benchmarks/benchmarks/common.py R bento.info R bscript M doc/CAPI.rst.txt M doc/C_STYLE_GUIDE.rst.txt M doc/DISTUTILS.rst.txt M doc/EXAMPLE_DOCSTRING.rst.txt M doc/HOWTO_BUILD_DOCS.rst.txt M doc/HOWTO_DOCUMENT.rst.txt R doc/HOWTO_MERGE_WIKI_DOCS.rst.txt M doc/HOWTO_RELEASE.rst.txt M doc/Makefile M doc/Py3K.rst.txt M doc/TESTS.rst.txt M doc/cdoc/README M doc/example.py M doc/f2py/index.html M doc/neps/missing-data.rst M doc/neps/new-iterator-ufunc.rst M doc/neps/npy-format.rst M doc/neps/return-of-revenge-of-matmul-pep.rst M doc/neps/ufunc-overrides.rst M doc/newdtype_example/floatint.c M doc/newdtype_example/setup.py M doc/release/1.10.0-notes.rst A doc/release/1.10.1-notes.rst A doc/release/1.10.2-notes.rst A doc/release/1.10.3-notes.rst A doc/release/1.10.4-notes.rst A doc/release/1.11.0-notes.rst A doc/release/1.11.1-notes.rst A doc/release/1.11.2-notes.rst A doc/release/1.11.3-notes.rst A doc/release/1.12.0-notes.rst A doc/release/1.13.0-notes.rst A doc/release/1.9.2-notes.rst A doc/source/_static/.gitignore M doc/source/_templates/indexcontent.html M doc/source/about.rst M doc/source/bugs.rst M doc/source/conf.py M doc/source/contents.rst M doc/source/dev/development_environment.rst M doc/source/dev/gitwash/development_setup.rst M doc/source/dev/gitwash/development_workflow.rst A doc/source/dev/governance/governance.rst A doc/source/dev/governance/index.rst A doc/source/dev/governance/people.rst M doc/source/dev/index.rst M doc/source/f2py/distutils.rst M doc/source/f2py/getting-started.rst M doc/source/f2py/python-usage.rst M doc/source/f2py/signature-file.rst M doc/source/license.rst M doc/source/neps/index.rst M doc/source/reference/arrays.classes.rst M doc/source/reference/arrays.datetime.rst M doc/source/reference/arrays.dtypes.rst M doc/source/reference/arrays.indexing.rst M doc/source/reference/arrays.interface.rst M doc/source/reference/arrays.ndarray.rst M doc/source/reference/arrays.rst M doc/source/reference/arrays.scalars.rst M doc/source/reference/c-api.array.rst M doc/source/reference/c-api.config.rst M doc/source/reference/c-api.coremath.rst M doc/source/reference/c-api.dtype.rst M doc/source/reference/c-api.generalized-ufuncs.rst M doc/source/reference/c-api.iterator.rst M doc/source/reference/c-api.rst M doc/source/reference/c-api.types-and-structures.rst M doc/source/reference/c-api.ufunc.rst M doc/source/reference/distutils.rst M doc/source/reference/index.rst M doc/source/reference/internals.code-explanations.rst M doc/source/reference/internals.rst M doc/source/reference/routines.array-creation.rst M doc/source/reference/routines.array-manipulation.rst M doc/source/reference/routines.help.rst M doc/source/reference/routines.indexing.rst M doc/source/reference/routines.io.rst M doc/source/reference/routines.linalg.rst M doc/source/reference/routines.math.rst M doc/source/reference/routines.numarray.rst M doc/source/reference/routines.oldnumeric.rst M doc/source/reference/routines.other.rst M doc/source/reference/routines.polynomials.classes.rst M doc/source/reference/routines.polynomials.polynomial.rst M doc/source/reference/routines.rst M doc/source/reference/routines.statistics.rst M doc/source/reference/swig.interface-file.rst M doc/source/reference/swig.rst M doc/source/reference/swig.testing.rst M doc/source/reference/ufuncs.rst M doc/source/release.rst M doc/source/user/basics.io.genfromtxt.rst M doc/source/user/basics.io.rst M doc/source/user/basics.rst A doc/source/user/building.rst M doc/source/user/c-info.beyond-basics.rst M doc/source/user/c-info.how-to-extend.rst M doc/source/user/c-info.python-as-glue.rst M doc/source/user/c-info.rst M doc/source/user/c-info.ufunc-tutorial.rst R doc/source/user/howtofind.rst M doc/source/user/index.rst M doc/source/user/install.rst R doc/source/user/introduction.rst M doc/source/user/misc.rst A doc/source/user/numpy-for-matlab-users.rst R doc/source/user/performance.rst A doc/source/user/quickstart.rst A doc/source/user/setting-up.rst M doc/sphinxext M doc/summarize.py R numpy/__config__.py.in M numpy/__init__.py A numpy/_build_utils/README A numpy/_build_utils/__init__.py A numpy/_build_utils/apple_accelerate.py A numpy/_build_utils/common.py A numpy/_build_utils/src/apple_sgemv_fix.c A numpy/_distributor_init.py A numpy/_globals.py M numpy/_import_tools.py M numpy/add_newdocs.py R numpy/bento.info R numpy/build_utils/__init__.py R numpy/build_utils/apple_accelerate.py R numpy/build_utils/common.py R numpy/build_utils/src/apple_sgemv_fix.c R numpy/build_utils/waf.py M numpy/compat/_inspect.py M numpy/compat/py3k.py M numpy/compat/tests/test_compat.py M numpy/core/__init__.py M numpy/core/_internal.py M numpy/core/_methods.py M numpy/core/arrayprint.py R numpy/core/bento.info R numpy/core/bscript M numpy/core/code_generators/cversions.txt M numpy/core/code_generators/genapi.py M numpy/core/code_generators/generate_numpy_api.py M numpy/core/code_generators/generate_ufunc_api.py M numpy/core/code_generators/generate_umath.py M numpy/core/code_generators/ufunc_docstrings.py M numpy/core/defchararray.py A numpy/core/einsumfunc.py M numpy/core/fromnumeric.py M numpy/core/function_base.py M numpy/core/getlimits.py M numpy/core/include/numpy/_numpyconfig.h.in M numpy/core/include/numpy/halffloat.h M numpy/core/include/numpy/ndarrayobject.h M numpy/core/include/numpy/ndarraytypes.h M numpy/core/include/numpy/noprefix.h M numpy/core/include/numpy/npy_3kcompat.h M numpy/core/include/numpy/npy_common.h M numpy/core/include/numpy/npy_endian.h M numpy/core/include/numpy/npy_math.h M numpy/core/include/numpy/numpyconfig.h M numpy/core/include/numpy/oldnumeric.h M numpy/core/include/numpy/ufuncobject.h M numpy/core/info.py M numpy/core/machar.py M numpy/core/memmap.py M numpy/core/numeric.py M numpy/core/numerictypes.py M numpy/core/records.py M numpy/core/setup.py M numpy/core/setup_common.py M numpy/core/shape_base.py M numpy/core/src/multiarray/_datetime.h M numpy/core/src/multiarray/alloc.c M numpy/core/src/multiarray/array_assign.c M numpy/core/src/multiarray/array_assign_array.c M numpy/core/src/multiarray/arrayobject.c M numpy/core/src/multiarray/arraytypes.c.src M numpy/core/src/multiarray/arraytypes.h M numpy/core/src/multiarray/buffer.c M numpy/core/src/multiarray/buffer.h M numpy/core/src/multiarray/calculation.c M numpy/core/src/multiarray/cblasfuncs.c M numpy/core/src/multiarray/cblasfuncs.h M numpy/core/src/multiarray/common.c M numpy/core/src/multiarray/common.h M numpy/core/src/multiarray/compiled_base.c M numpy/core/src/multiarray/compiled_base.h M numpy/core/src/multiarray/conversion_utils.c M numpy/core/src/multiarray/conversion_utils.h M numpy/core/src/multiarray/convert.c M numpy/core/src/multiarray/ctors.c M numpy/core/src/multiarray/ctors.h M numpy/core/src/multiarray/datetime.c M numpy/core/src/multiarray/datetime_busday.c M numpy/core/src/multiarray/datetime_busdaycal.c M numpy/core/src/multiarray/datetime_busdaycal.h M numpy/core/src/multiarray/datetime_strings.c M numpy/core/src/multiarray/datetime_strings.h M numpy/core/src/multiarray/descriptor.c M numpy/core/src/multiarray/descriptor.h M numpy/core/src/multiarray/dtype_transfer.c M numpy/core/src/multiarray/einsum.c.src M numpy/core/src/multiarray/getset.c M numpy/core/src/multiarray/getset.h M numpy/core/src/multiarray/item_selection.c M numpy/core/src/multiarray/iterators.c M numpy/core/src/multiarray/iterators.h M numpy/core/src/multiarray/lowlevel_strided_loops.c.src M numpy/core/src/multiarray/mapping.c M numpy/core/src/multiarray/mapping.h M numpy/core/src/multiarray/methods.c M numpy/core/src/multiarray/methods.h M numpy/core/src/multiarray/multiarray_tests.c.src M numpy/core/src/multiarray/multiarraymodule.c R numpy/core/src/multiarray/multiarraymodule_onefile.c M numpy/core/src/multiarray/nditer_api.c M numpy/core/src/multiarray/nditer_constr.c M numpy/core/src/multiarray/nditer_pywrap.c M numpy/core/src/multiarray/nditer_templ.c.src M numpy/core/src/multiarray/number.c M numpy/core/src/multiarray/number.h R numpy/core/src/multiarray/numpymemoryview.c R numpy/core/src/multiarray/numpymemoryview.h M numpy/core/src/multiarray/numpyos.c M numpy/core/src/multiarray/numpyos.h M numpy/core/src/multiarray/scalarapi.c M numpy/core/src/multiarray/scalartypes.c.src M numpy/core/src/multiarray/scalartypes.h M numpy/core/src/multiarray/sequence.h M numpy/core/src/multiarray/shape.c M numpy/core/src/multiarray/ucsnarrow.c M numpy/core/src/multiarray/usertypes.c M numpy/core/src/multiarray/usertypes.h M numpy/core/src/npymath/halffloat.c M numpy/core/src/npymath/npy_math.c.src M numpy/core/src/npymath/npy_math_complex.c.src M numpy/core/src/npymath/npy_math_private.h M numpy/core/src/npysort/heapsort.c.src M numpy/core/src/npysort/mergesort.c.src M numpy/core/src/npysort/quicksort.c.src M numpy/core/src/npysort/selection.c.src M numpy/core/src/private/lowlevel_strided_loops.h A numpy/core/src/private/mem_overlap.c A numpy/core/src/private/mem_overlap.h M numpy/core/src/private/npy_config.h A numpy/core/src/private/npy_extint128.h A numpy/core/src/private/npy_import.h M numpy/core/src/private/npy_sort.h M numpy/core/src/private/templ_common.h.src M numpy/core/src/private/ufunc_override.h M numpy/core/src/umath/funcs.inc.src M numpy/core/src/umath/loops.c.src M numpy/core/src/umath/loops.h.src M numpy/core/src/umath/reduction.c M numpy/core/src/umath/scalarmath.c.src M numpy/core/src/umath/simd.inc.src M numpy/core/src/umath/struct_ufunc_test.c.src M numpy/core/src/umath/test_rational.c.src M numpy/core/src/umath/ufunc_object.c M numpy/core/src/umath/ufunc_type_resolution.c M numpy/core/src/umath/ufunc_type_resolution.h M numpy/core/src/umath/umathmodule.c R numpy/core/src/umath/umathmodule_onefile.c M numpy/core/tests/test_api.py M numpy/core/tests/test_arrayprint.py M numpy/core/tests/test_datetime.py M numpy/core/tests/test_defchararray.py M numpy/core/tests/test_deprecations.py M numpy/core/tests/test_dtype.py M numpy/core/tests/test_einsum.py M numpy/core/tests/test_errstate.py A numpy/core/tests/test_extint128.py M numpy/core/tests/test_function_base.py M numpy/core/tests/test_getlimits.py M numpy/core/tests/test_half.py M numpy/core/tests/test_indexerrors.py M numpy/core/tests/test_indexing.py M numpy/core/tests/test_item_selection.py A numpy/core/tests/test_longdouble.py M numpy/core/tests/test_machar.py A numpy/core/tests/test_mem_overlap.py M numpy/core/tests/test_memmap.py M numpy/core/tests/test_multiarray.py R numpy/core/tests/test_multiarray_assignment.py M numpy/core/tests/test_nditer.py M numpy/core/tests/test_numeric.py M numpy/core/tests/test_numerictypes.py M numpy/core/tests/test_print.py M numpy/core/tests/test_records.py M numpy/core/tests/test_regression.py M numpy/core/tests/test_scalarinherit.py M numpy/core/tests/test_scalarmath.py M numpy/core/tests/test_shape_base.py M numpy/core/tests/test_ufunc.py M numpy/core/tests/test_umath.py M numpy/core/tests/test_umath_complex.py M numpy/core/tests/test_unicode.py M numpy/ctypeslib.py M numpy/distutils/__init__.py M numpy/distutils/ccompiler.py M numpy/distutils/command/autodist.py M numpy/distutils/command/build.py M numpy/distutils/command/build_clib.py M numpy/distutils/command/build_ext.py M numpy/distutils/command/build_src.py M numpy/distutils/command/config.py M numpy/distutils/command/egg_info.py M numpy/distutils/conv_template.py M numpy/distutils/core.py M numpy/distutils/cpuinfo.py M numpy/distutils/exec_command.py M numpy/distutils/extension.py M numpy/distutils/fcompiler/__init__.py M numpy/distutils/fcompiler/compaq.py M numpy/distutils/fcompiler/gnu.py M numpy/distutils/fcompiler/ibm.py M numpy/distutils/fcompiler/intel.py M numpy/distutils/fcompiler/vast.py M numpy/distutils/from_template.py M numpy/distutils/intelccompiler.py M numpy/distutils/mingw32ccompiler.py M numpy/distutils/misc_util.py A numpy/distutils/msvc9compiler.py A numpy/distutils/msvccompiler.py M numpy/distutils/npy_pkg_config.py M numpy/distutils/system_info.py R numpy/distutils/tests/f2py_ext/__init__.py R numpy/distutils/tests/f2py_ext/setup.py R numpy/distutils/tests/f2py_ext/src/fib1.f R numpy/distutils/tests/f2py_ext/src/fib2.pyf R numpy/distutils/tests/f2py_ext/tests/test_fib2.py R numpy/distutils/tests/f2py_f90_ext/__init__.py R numpy/distutils/tests/f2py_f90_ext/include/body.f90 R numpy/distutils/tests/f2py_f90_ext/setup.py R numpy/distutils/tests/f2py_f90_ext/src/foo_free.f90 R numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py R numpy/distutils/tests/gen_ext/__init__.py R numpy/distutils/tests/gen_ext/setup.py R numpy/distutils/tests/gen_ext/tests/test_fib3.py R numpy/distutils/tests/pyrex_ext/__init__.py R numpy/distutils/tests/pyrex_ext/primes.pyx R numpy/distutils/tests/pyrex_ext/setup.py R numpy/distutils/tests/pyrex_ext/tests/test_primes.py R numpy/distutils/tests/setup.py R numpy/distutils/tests/swig_ext/__init__.py R numpy/distutils/tests/swig_ext/setup.py R numpy/distutils/tests/swig_ext/src/example.c R numpy/distutils/tests/swig_ext/src/example.i R numpy/distutils/tests/swig_ext/src/zoo.cc R numpy/distutils/tests/swig_ext/src/zoo.h R numpy/distutils/tests/swig_ext/src/zoo.i R numpy/distutils/tests/swig_ext/tests/test_example.py R numpy/distutils/tests/swig_ext/tests/test_example2.py M numpy/distutils/tests/test_fcompiler_intel.py M numpy/distutils/tests/test_misc_util.py M numpy/distutils/tests/test_npy_pkg_config.py M numpy/distutils/tests/test_system_info.py M numpy/doc/basics.py M numpy/doc/byteswapping.py M numpy/doc/constants.py M numpy/doc/creation.py M numpy/doc/glossary.py R numpy/doc/howtofind.py M numpy/doc/indexing.py M numpy/doc/internals.py R numpy/doc/io.py R numpy/doc/jargon.py R numpy/doc/methods_vs_functions.py M numpy/doc/misc.py R numpy/doc/performance.py M numpy/doc/structured_arrays.py M numpy/doc/subclassing.py M numpy/doc/ufuncs.py M numpy/dual.py M numpy/f2py/__init__.py M numpy/f2py/__main__.py M numpy/f2py/auxfuncs.py M numpy/f2py/capi_maps.py M numpy/f2py/cb_rules.py M numpy/f2py/cfuncs.py M numpy/f2py/common_rules.py M numpy/f2py/crackfortran.py M numpy/f2py/diagnose.py M numpy/f2py/f2py2e.py M numpy/f2py/f2py_testing.py M numpy/f2py/f90mod_rules.py M numpy/f2py/func2subr.py M numpy/f2py/rules.py M numpy/f2py/setup.py A numpy/f2py/tests/src/parameter/constant_both.f90 A numpy/f2py/tests/src/parameter/constant_integer.f90 A numpy/f2py/tests/src/parameter/constant_real.f90 M numpy/f2py/tests/test_array_from_pyobj.py M numpy/f2py/tests/test_assumed_shape.py M numpy/f2py/tests/test_callback.py M numpy/f2py/tests/test_kind.py M numpy/f2py/tests/test_mixed.py A numpy/f2py/tests/test_parameter.py M numpy/f2py/tests/test_regression.py M numpy/f2py/tests/test_return_character.py M numpy/f2py/tests/test_return_complex.py M numpy/f2py/tests/test_return_integer.py M numpy/f2py/tests/test_return_logical.py M numpy/f2py/tests/test_return_real.py M numpy/f2py/tests/test_size.py M numpy/f2py/tests/util.py M numpy/f2py/use_rules.py M numpy/fft/__init__.py R numpy/fft/bento.info R numpy/fft/bscript M numpy/fft/fftpack.py M numpy/fft/helper.py M numpy/fft/info.py M numpy/fft/tests/test_fftpack.py M numpy/fft/tests/test_helper.py M numpy/lib/__init__.py M numpy/lib/_datasource.py M numpy/lib/_iotools.py M numpy/lib/_version.py M numpy/lib/arraypad.py M numpy/lib/arraysetops.py M numpy/lib/arrayterator.py M numpy/lib/financial.py M numpy/lib/format.py M numpy/lib/function_base.py M numpy/lib/index_tricks.py M numpy/lib/info.py M numpy/lib/nanfunctions.py M numpy/lib/npyio.py M numpy/lib/polynomial.py M numpy/lib/shape_base.py M numpy/lib/stride_tricks.py M numpy/lib/tests/test__datasource.py M numpy/lib/tests/test__version.py M numpy/lib/tests/test_arraypad.py M numpy/lib/tests/test_arraysetops.py M numpy/lib/tests/test_financial.py M numpy/lib/tests/test_format.py M numpy/lib/tests/test_function_base.py M numpy/lib/tests/test_index_tricks.py M numpy/lib/tests/test_io.py M numpy/lib/tests/test_nanfunctions.py M numpy/lib/tests/test_packbits.py M numpy/lib/tests/test_polynomial.py M numpy/lib/tests/test_recfunctions.py M numpy/lib/tests/test_regression.py M numpy/lib/tests/test_shape_base.py M numpy/lib/tests/test_stride_tricks.py M numpy/lib/tests/test_twodim_base.py M numpy/lib/tests/test_type_check.py M numpy/lib/tests/test_utils.py M numpy/lib/twodim_base.py M numpy/lib/type_check.py M numpy/lib/ufunclike.py M numpy/lib/user_array.py M numpy/lib/utils.py M numpy/linalg/__init__.py R numpy/linalg/bento.info R numpy/linalg/bscript R numpy/linalg/lapack_lite/README A numpy/linalg/lapack_lite/README.rst M numpy/linalg/lapack_lite/clapack_scrub.py M numpy/linalg/lapack_lite/dlapack_lite.c M numpy/linalg/lapack_lite/make_lite.py M numpy/linalg/lapack_lite/zlapack_lite.c M numpy/linalg/lapack_litemodule.c M numpy/linalg/linalg.py M numpy/linalg/setup.py M numpy/linalg/tests/test_build.py M numpy/linalg/tests/test_deprecations.py M numpy/linalg/tests/test_linalg.py M numpy/linalg/tests/test_regression.py M numpy/linalg/umath_linalg.c.src M numpy/ma/README.txt M numpy/ma/__init__.py M numpy/ma/bench.py M numpy/ma/core.py M numpy/ma/extras.py M numpy/ma/mrecords.py M numpy/ma/setup.py M numpy/ma/tests/test_core.py M numpy/ma/tests/test_extras.py M numpy/ma/tests/test_mrecords.py M numpy/ma/tests/test_old_ma.py M numpy/ma/tests/test_regression.py M numpy/ma/tests/test_subclassing.py M numpy/ma/testutils.py M numpy/ma/timer_comparison.py M numpy/matlib.py M numpy/matrixlib/__init__.py M numpy/matrixlib/defmatrix.py M numpy/matrixlib/tests/test_defmatrix.py M numpy/matrixlib/tests/test_multiarray.py M numpy/matrixlib/tests/test_regression.py M numpy/polynomial/__init__.py M numpy/polynomial/_polybase.py M numpy/polynomial/chebyshev.py M numpy/polynomial/hermite.py M numpy/polynomial/hermite_e.py M numpy/polynomial/laguerre.py M numpy/polynomial/legendre.py M numpy/polynomial/polynomial.py M numpy/polynomial/polyutils.py M numpy/polynomial/tests/test_chebyshev.py M numpy/polynomial/tests/test_classes.py M numpy/polynomial/tests/test_hermite.py M numpy/polynomial/tests/test_hermite_e.py M numpy/polynomial/tests/test_laguerre.py M numpy/polynomial/tests/test_legendre.py M numpy/polynomial/tests/test_polynomial.py M numpy/random/__init__.py R numpy/random/bento.info R numpy/random/bscript M numpy/random/info.py M numpy/random/mtrand/Python.pxi M numpy/random/mtrand/distributions.c M numpy/random/mtrand/mtrand.pyx M numpy/random/mtrand/numpy.pxd A numpy/random/mtrand/randint_helpers.pxi.in M numpy/random/mtrand/randomkit.c M numpy/random/mtrand/randomkit.h M numpy/random/setup.py M numpy/random/tests/test_random.py M numpy/random/tests/test_regression.py M numpy/setup.py M numpy/testing/__init__.py M numpy/testing/decorators.py M numpy/testing/noseclasses.py M numpy/testing/nosetester.py M numpy/testing/print_coercion_tables.py M numpy/testing/setup.py M numpy/testing/tests/test_decorators.py M numpy/testing/tests/test_utils.py M numpy/testing/utils.py M numpy/tests/test_ctypeslib.py M numpy/tests/test_matlib.py A numpy/tests/test_numpy_version.py A numpy/tests/test_reloading.py M numpy/tests/test_scripts.py A numpy/tests/test_warnings.py R numpy/version.py.in M pavement.py R release.sh M runtests.py M setup.py R setupegg.py M site.cfg.example A tools/announce.py M tools/c_coverage/HOWTO_C_COVERAGE.txt M tools/cythonize.py A tools/npy_tempita/__init__.py A tools/npy_tempita/_looper.py A tools/npy_tempita/compat3.py A tools/npy_tempita/license.txt M tools/numpy-macosx-installer/art/dmgbackground.svg M tools/swig/README M tools/swig/numpy.i M tools/swig/pyfragments.swg A tools/swig/test/Flat.cxx A tools/swig/test/Flat.h A tools/swig/test/Flat.i M tools/swig/test/Makefile M tools/swig/test/setup.py A tools/swig/test/testFlat.py M tools/swig/test/testFortran.py A tools/travis-before-install.sh M tools/travis-test.sh A tools/travis-upload-wheel.sh M tools/win32build/build-cpucaps.py M tools/win32build/build.py M tools/win32build/misc/x86analysis.py M tools/win32build/nsis_scripts/numpy-superinstaller.nsi.in M tools/win32build/prepare_bootstrap.py M tox.ini Log Message: ----------- Merge remote-tracking branch 'numpy-org/master' into mult-norm Commit: fde261788008fd830999a16dceb534a5168baa72 https://github.com/numpy/numpy/commit/fde261788008fd830999a16dceb534a5168baa72 Author: Oscar Villellas Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M numpy/random/tests/test_random.py Log Message: ----------- fixed merged test Commit: 6d7f14f60e12d200b02fd1f41d2315a5167cc859 https://github.com/numpy/numpy/commit/6d7f14f60e12d200b02fd1f41d2315a5167cc859 Author: Oscar Villellas Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M numpy/random/mtrand/mtrand.pyx Log Message: ----------- Documentation fix and proper handling of tolerance Commit: c85d199df3da21d5f92b75424c2b3c84327528f0 https://github.com/numpy/numpy/commit/c85d199df3da21d5f92b75424c2b3c84327528f0 Author: Oscar Villellas Date: 2017-01-03 (Tue, 03 Jan 2017) Changed paths: M doc/release/1.13.0-notes.rst M numpy/random/mtrand/mtrand.pyx Log Message: ----------- single too argument + mention in release docs. Commit: b94c2b01ff7ef5b8dc44726512cfa232e9054882 https://github.com/numpy/numpy/commit/b94c2b01ff7ef5b8dc44726512cfa232e9054882 Author: Ralf Gommers Date: 2017-01-04 (Wed, 04 Jan 2017) Changed paths: M doc/release/1.13.0-notes.rst M numpy/random/mtrand/mtrand.pyx M numpy/random/tests/test_random.py Log Message: ----------- Merge pull request #5726 from ContinuumIO/mult-norm BUG, API: np.random.multivariate_normal behavior with bad covariance matrix Compare: https://github.com/numpy/numpy/compare/02e2ea815a6c...b94c2b01ff7e From noreply at github.com Thu Jan 5 14:05:28 2017 From: noreply at github.com (GitHub) Date: Thu, 05 Jan 2017 11:05:28 -0800 Subject: [Numpy-svn] [numpy/numpy] bdd318: BUG: correct norm='ortho' scaling for rfft when n ... Message-ID: <586e98f824c00_1ec23fa72a1531301856@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: bdd318bc00e1c0ba68ca81b3603f3d3cdaa0a10c https://github.com/numpy/numpy/commit/bdd318bc00e1c0ba68ca81b3603f3d3cdaa0a10c Author: Gregory R. Lee Date: 2017-01-04 (Wed, 04 Jan 2017) Changed paths: M numpy/fft/fftpack.py M numpy/fft/tests/test_fftpack.py Log Message: ----------- BUG: correct norm='ortho' scaling for rfft when n != None closes #8444 Commit: 4f84a45086fb248db20ea7f96c369f051c45e41b https://github.com/numpy/numpy/commit/4f84a45086fb248db20ea7f96c369f051c45e41b Author: seberg Date: 2017-01-05 (Thu, 05 Jan 2017) Changed paths: M numpy/fft/fftpack.py M numpy/fft/tests/test_fftpack.py Log Message: ----------- Merge pull request #8445 from grlee77/rfft_norm_fix BUG: correct norm='ortho' scaling for rfft when n != None Compare: https://github.com/numpy/numpy/compare/b94c2b01ff7e...4f84a45086fb From noreply at github.com Thu Jan 5 14:09:58 2017 From: noreply at github.com (GitHub) Date: Thu, 05 Jan 2017 11:09:58 -0800 Subject: [Numpy-svn] [numpy/numpy] 617707: TST: Added unit tests for assert_array_less Message-ID: <586e9a0630361_32713f85e7617130586c1@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 617707ec85f2ee59e618bce78d9751414c93d6cb https://github.com/numpy/numpy/commit/617707ec85f2ee59e618bce78d9751414c93d6cb Author: Jonathan Tammo Siebert Date: 2017-01-04 (Wed, 04 Jan 2017) Changed paths: M numpy/testing/tests/test_utils.py Log Message: ----------- TST: Added unit tests for assert_array_less Added tests for simple arrays/elements, tests that ensure that nans are not compared when they are in the same position in both arrays but raise AssertionError when they are not, and tests that ensure inf logic (-np.inf < np.inf, 1.0 < np.inf, -np.inf < 1.0) and that all other cases fail. Commit: a2f9fe71ce3e2d4a0c8622617a852551feadf01a https://github.com/numpy/numpy/commit/a2f9fe71ce3e2d4a0c8622617a852551feadf01a Author: Jonathan Tammo Siebert Date: 2017-01-04 (Wed, 04 Jan 2017) Changed paths: M numpy/testing/tests/test_utils.py Log Message: ----------- TST: Added test that np.inf is not approx. -np.inf This failed to raise AssertionError in an earlier rewrite of assert_array_compare and is thus tested explicitly now. Commit: 777e8c6f2d37e51b375e9be012055356061828d5 https://github.com/numpy/numpy/commit/777e8c6f2d37e51b375e9be012055356061828d5 Author: Jonathan Tammo Siebert Date: 2017-01-04 (Wed, 04 Jan 2017) Changed paths: M numpy/testing/utils.py Log Message: ----------- BUG: corrected behavior for assert_array_less See issue #2418 assert_array_less does now treat inf/nan correctly, namely: -inf < x < inf for any real number x nans still are not compared, when they occur at the same position To achieve this without breaking any other functions relying on assert_array_compare, an additional parameter (equal_inf) was introduced that defaults to the old behavior (analogous to equal_nan). Commit: 6312db5be6bc3bb35c999f10cb7db1cacacb4cbf https://github.com/numpy/numpy/commit/6312db5be6bc3bb35c999f10cb7db1cacacb4cbf Author: Jonathan Tammo Siebert Date: 2017-01-04 (Wed, 04 Jan 2017) Changed paths: M doc/release/1.13.0-notes.rst Log Message: ----------- DOC: Added changed behavior of assert_array_less The bug that +/- inf where not treated correctly in np.testing.assert_array_less changed the behavior and is thus mentioned in the release notes. Commit: b9fb9862627e40fc5c4aef9a841c407c79dc6c3f https://github.com/numpy/numpy/commit/b9fb9862627e40fc5c4aef9a841c407c79dc6c3f Author: seberg Date: 2017-01-05 (Thu, 05 Jan 2017) Changed paths: M doc/release/1.13.0-notes.rst M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #8410 from jotasi/arrayAssertLessFix BUG: Fixed behavior of assert_array_less for +/-inf Compare: https://github.com/numpy/numpy/compare/4f84a45086fb...b9fb9862627e From noreply at github.com Thu Jan 5 16:38:19 2017 From: noreply at github.com (GitHub) Date: Thu, 05 Jan 2017 13:38:19 -0800 Subject: [Numpy-svn] [numpy/numpy] bed40e: TST: remove a duplicate test. Closes gh-8447. Message-ID: <586ebccbecad3_65fe3fe6091e5134384a5@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: bed40e207a26064bf83568efaeeec8079a99dc74 https://github.com/numpy/numpy/commit/bed40e207a26064bf83568efaeeec8079a99dc74 Author: Ralf Gommers Date: 2017-01-06 (Fri, 06 Jan 2017) Changed paths: M numpy/random/tests/test_random.py Log Message: ----------- TST: remove a duplicate test. Closes gh-8447. Commit: 83fe06df889c2c3166969bf9615018cb2f239cad https://github.com/numpy/numpy/commit/83fe06df889c2c3166969bf9615018cb2f239cad Author: seberg Date: 2017-01-05 (Thu, 05 Jan 2017) Changed paths: M numpy/random/tests/test_random.py Log Message: ----------- Merge pull request #8448 from rgommers/laplacetest TST: remove a duplicate test. Closes gh-8447. Compare: https://github.com/numpy/numpy/compare/b9fb9862627e...83fe06df889c From noreply at github.com Tue Jan 10 05:04:41 2017 From: noreply at github.com (GitHub) Date: Tue, 10 Jan 2017 02:04:41 -0800 Subject: [Numpy-svn] [numpy/numpy] fe46cd: BUG assert_almost_equal fails on subclasses that c... Message-ID: <5874b1b995a19_3ef53f9a9bc95138719b0@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fe46cd691cde2a707ea727d65414cf7285969bbe https://github.com/numpy/numpy/commit/fe46cd691cde2a707ea727d65414cf7285969bbe Author: Marten van Kerkwijk Date: 2017-01-09 (Mon, 09 Jan 2017) Changed paths: M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- BUG assert_almost_equal fails on subclasses that cannot handle bool gh-8410 breaks a large number of astropy tests, because it sets up a boolean array for values that should actually be compared (i.e., are not `nan` or `inf`) using `zeros_like`. The latter means that for subclasses, the boolean test array is not a plain `ndarray` but the subclass. But for astropy's `Quantity`, the `all` method is undefined. This commit ensures the test arrays from `isinf` and `isnan` are used directly. Commit: 124c3d809d5b2cca79957299ed126efd1300dffe https://github.com/numpy/numpy/commit/124c3d809d5b2cca79957299ed126efd1300dffe Author: seberg Date: 2017-01-10 (Tue, 10 Jan 2017) Changed paths: M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #8452 from mhvk/testing-avoid-subclass-bool-arrays BUG: assert_almost_equal fails on subclasses that cannot handle bool Compare: https://github.com/numpy/numpy/compare/83fe06df889c...124c3d809d5b From noreply at github.com Tue Jan 10 17:54:39 2017 From: noreply at github.com (GitHub) Date: Tue, 10 Jan 2017 14:54:39 -0800 Subject: [Numpy-svn] [numpy/numpy] 1a745c: [DOC]Small release doc fix. I did this PR for Thea... Message-ID: <5875662fbfef0_61dd3f7f6804913479023@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1a745ce5379f78d0733b21e1792d177bede6dde1 https://github.com/numpy/numpy/commit/1a745ce5379f78d0733b21e1792d177bede6dde1 Author: Frederic Bastien Date: 2017-01-10 (Tue, 10 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- [DOC]Small release doc fix. I did this PR for Theano and my first PR in numpy https://github.com/numpy/numpy/pull/306/files is from 2012. Commit: 1416cbe5d65f874e879c327d1f9335485139d5a7 https://github.com/numpy/numpy/commit/1416cbe5d65f874e879c327d1f9335485139d5a7 Author: Nathaniel J. Smith Date: 2017-01-10 (Tue, 10 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- Merge pull request #8464 from nouiz/master [DOC]Small release doc fix Compare: https://github.com/numpy/numpy/compare/124c3d809d5b...1416cbe5d65f From noreply at github.com Tue Jan 10 18:33:11 2017 From: noreply at github.com (GitHub) Date: Tue, 10 Jan 2017 15:33:11 -0800 Subject: [Numpy-svn] [numpy/numpy] af36c7: MAINT: Update mailmap entries. Message-ID: <58756f37be04f_49803fb83c61d134752d1@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.12.x Home: https://github.com/numpy/numpy Commit: af36c7be7a2f702a4ad31d59227db61d59659dfa https://github.com/numpy/numpy/commit/af36c7be7a2f702a4ad31d59227db61d59659dfa Author: Charles Harris Date: 2017-01-10 (Tue, 10 Jan 2017) Changed paths: M .mailmap Log Message: ----------- MAINT: Update mailmap entries. [ci skip] Commit: df1144ab6f9f3d6d46ae05278e7d4e44b8f6d089 https://github.com/numpy/numpy/commit/df1144ab6f9f3d6d46ae05278e7d4e44b8f6d089 Author: Charles Harris Date: 2017-01-10 (Tue, 10 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- DOC: Update release 1.12.0 release notes [ci skip] Commit: 93141b7ed40a9c36bbba6b783e690edbd57b8488 https://github.com/numpy/numpy/commit/93141b7ed40a9c36bbba6b783e690edbd57b8488 Author: Charles Harris Date: 2017-01-10 (Tue, 10 Jan 2017) Changed paths: M .mailmap M doc/release/1.12.0-notes.rst Log Message: ----------- Merge pull request #8466 from charris/update-mailmap MAINT: Update mailmap entries. Compare: https://github.com/numpy/numpy/compare/beac5d5c5313...93141b7ed40a From noreply at github.com Wed Jan 11 10:07:34 2017 From: noreply at github.com (GitHub) Date: Wed, 11 Jan 2017 07:07:34 -0800 Subject: [Numpy-svn] [numpy/numpy] 6726bf: FIX set memmap offset attribute correctly Message-ID: <58764a3673a76_b063feaacc39138220d1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6726bfb0601e834feea977fb4afce1bde753fa0b https://github.com/numpy/numpy/commit/6726bfb0601e834feea977fb4afce1bde753fa0b Author: Lo?c Est?ve Date: 2017-01-05 (Thu, 05 Jan 2017) Changed paths: M doc/release/1.13.0-notes.rst M numpy/core/memmap.py M numpy/core/tests/test_memmap.py Log Message: ----------- FIX set memmap offset attribute correctly when offset is greater than mmap.ALLOCATIONGRANULARITY Commit: 95e935fba00a4c49ead235a3694bf62ffdb7240b https://github.com/numpy/numpy/commit/95e935fba00a4c49ead235a3694bf62ffdb7240b Author: seberg Date: 2017-01-11 (Wed, 11 Jan 2017) Changed paths: M doc/release/1.13.0-notes.rst M numpy/core/memmap.py M numpy/core/tests/test_memmap.py Log Message: ----------- Merge pull request #8443 from lesteve/mmap-offset BUG: fix set memmap offset attribute correctly when offset is greater than mmap.ALLOCATIONGRANULARITY Compare: https://github.com/numpy/numpy/compare/1416cbe5d65f...95e935fba00a From noreply at github.com Wed Jan 11 11:12:23 2017 From: noreply at github.com (GitHub) Date: Wed, 11 Jan 2017 08:12:23 -0800 Subject: [Numpy-svn] [numpy/numpy] 190195: back-port the missing part of gh-8464. Message-ID: <58765967f1587_20163fab6f89b14c39cf@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.12.x Home: https://github.com/numpy/numpy Commit: 190195bdee1eeb95f1f4c403648c1944ec07e317 https://github.com/numpy/numpy/commit/190195bdee1eeb95f1f4c403648c1944ec07e317 Author: Frederic Bastien Date: 2017-01-11 (Wed, 11 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- back-port the missing part of gh-8464. Commit: 916574f15ddd5e92c137dceeb1db09d41e2bbf4d https://github.com/numpy/numpy/commit/916574f15ddd5e92c137dceeb1db09d41e2bbf4d Author: Charles Harris Date: 2017-01-11 (Wed, 11 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- Merge pull request #8467 from nouiz/name back-port the missing part of gh-8464. Compare: https://github.com/numpy/numpy/compare/93141b7ed40a...916574f15ddd From noreply at github.com Thu Jan 12 13:57:28 2017 From: noreply at github.com (GitHub) Date: Thu, 12 Jan 2017 10:57:28 -0800 Subject: [Numpy-svn] [numpy/numpy] 960ec0: Ensure inf/nan removal in assert_array_compare is ... Message-ID: <5877d198d4c3e_1eae3fb6ade5b138136e1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 960ec0a4eab51ccc33e6a030d870f93300656df4 https://github.com/numpy/numpy/commit/960ec0a4eab51ccc33e6a030d870f93300656df4 Author: Marten van Kerkwijk Date: 2017-01-11 (Wed, 11 Jan 2017) Changed paths: M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- Ensure inf/nan removal in assert_array_compare is matrix-safe. Commit: d9c1a1f91a3983469de7086ff589a6aeaa353b3e https://github.com/numpy/numpy/commit/d9c1a1f91a3983469de7086ff589a6aeaa353b3e Author: seberg Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M numpy/testing/tests/test_utils.py M numpy/testing/utils.py Log Message: ----------- Merge pull request #8468 from mhvk/testing-utils-assert-equal-safe-for-matrices Ensure inf/nan removal in assert_array_compare is matrix-safe. Compare: https://github.com/numpy/numpy/compare/95e935fba00a...d9c1a1f91a39 From noreply at github.com Sun Jan 15 13:49:57 2017 From: noreply at github.com (GitHub) Date: Sun, 15 Jan 2017 10:49:57 -0800 Subject: [Numpy-svn] [numpy/numpy] 6ba7e1: DOC: Update 1.12.0 release notes. Message-ID: <587bc455c95f2_61f83fdaae9cb1344401@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.12.x Home: https://github.com/numpy/numpy Commit: 6ba7e1ed5111b3dbf52d79692f3dc9cf752c73f0 https://github.com/numpy/numpy/commit/6ba7e1ed5111b3dbf52d79692f3dc9cf752c73f0 Author: Charles Harris Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- DOC: Update 1.12.0 release notes. [ci skip] Commit: ae38f66381d8715ef4402247a4e18795e8816260 https://github.com/numpy/numpy/commit/ae38f66381d8715ef4402247a4e18795e8816260 Author: Charles Harris Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- Merge pull request #8476 from charris/update-1.12.0-notes DOC: Update 1.12.0 release notes. Compare: https://github.com/numpy/numpy/compare/916574f15ddd...ae38f66381d8 From noreply at github.com Sun Jan 15 14:07:53 2017 From: noreply at github.com (GitHub) Date: Sun, 15 Jan 2017 11:07:53 -0800 Subject: [Numpy-svn] [numpy/numpy] 68c2fc: DOC: Update 1.12.0 release notes. Message-ID: <587bc8899cc17_fdcd3fd27489b1341083b8@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/maintenance/1.12.x Home: https://github.com/numpy/numpy Commit: 68c2fcd3bf34114f58c5646c11444869ee20d2db https://github.com/numpy/numpy/commit/68c2fcd3bf34114f58c5646c11444869ee20d2db Author: Charles Harris Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- DOC: Update 1.12.0 release notes. [ci skip] Commit: f59a2fbbd497dbaf3a2e405a41e52dc5e331bfa7 https://github.com/numpy/numpy/commit/f59a2fbbd497dbaf3a2e405a41e52dc5e331bfa7 Author: Charles Harris Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- Merge pull request #8477 from charris/update-1.12.0-notes DOC: Update 1.12.0 release notes. Compare: https://github.com/numpy/numpy/compare/ae38f66381d8...f59a2fbbd497 From noreply at github.com Sun Jan 15 14:10:16 2017 From: noreply at github.com (GitHub) Date: Sun, 15 Jan 2017 11:10:16 -0800 Subject: [Numpy-svn] [numpy/numpy] 1bea86: MAINT: use env in shebang instead of absolute path Message-ID: <587bc91850b95_57463fe22c5d113473736@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1bea8625b9a95b6c06a0193e9bb3303ef8f247be https://github.com/numpy/numpy/commit/1bea8625b9a95b6c06a0193e9bb3303ef8f247be Author: Sami Salonen Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M numpy/core/tests/test_arrayprint.py M numpy/distutils/conv_template.py M numpy/distutils/from_template.py Log Message: ----------- MAINT: use env in shebang instead of absolute path Commit: 666553e6b27683d7336dafb93100041c6079a97a https://github.com/numpy/numpy/commit/666553e6b27683d7336dafb93100041c6079a97a Author: Sami Salonen Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M numpy/core/tests/test_arrayprint.py M numpy/distutils/tests/test_misc_util.py M numpy/fft/tests/test_helper.py Log Message: ----------- MAINT: Remove shebang from test modules Commit: a5d71d64a0d2e7a50562df80349219080172f254 https://github.com/numpy/numpy/commit/a5d71d64a0d2e7a50562df80349219080172f254 Author: Charles Harris Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M numpy/core/tests/test_arrayprint.py M numpy/distutils/conv_template.py M numpy/distutils/from_template.py M numpy/distutils/tests/test_misc_util.py M numpy/fft/tests/test_helper.py Log Message: ----------- Merge pull request #8474 from ssalonen/shebang-using-env-fixes-8472 MAINT: use env in shebang instead of absolute path to python Compare: https://github.com/numpy/numpy/compare/d9c1a1f91a39...a5d71d64a0d2 From noreply at github.com Sun Jan 15 15:00:11 2017 From: noreply at github.com (GitHub) Date: Sun, 15 Jan 2017 12:00:11 -0800 Subject: [Numpy-svn] [numpy/numpy] 561f1a: REL: NumPy 1.12.0 release. Message-ID: <587bd4cb9bd98_f7b63f9c89db7134588c6@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/tags/v1.12.0 Home: https://github.com/numpy/numpy Commit: 561f1accf861ad8606ea2dd723d2be2b09a2dffa https://github.com/numpy/numpy/commit/561f1accf861ad8606ea2dd723d2be2b09a2dffa Author: Charles Harris Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M setup.py Log Message: ----------- REL: NumPy 1.12.0 release. From noreply at github.com Mon Jan 16 14:15:02 2017 From: noreply at github.com (GitHub) Date: Mon, 16 Jan 2017 11:15:02 -0800 Subject: [Numpy-svn] [numpy/numpy] fdbaec: MAINT: Forward port accumulated changes from the 1... Message-ID: <587d1bb62042c_5e013f984d43f13c559c5@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fdbaece7ff06959060d5c10a0e23ecc957b9ff69 https://github.com/numpy/numpy/commit/fdbaece7ff06959060d5c10a0e23ecc957b9ff69 Author: Charles Harris Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M .mailmap M doc/release/1.12.0-notes.rst M pavement.py M tools/announce.py Log Message: ----------- MAINT: Forward port accumulated changes from the 1.12.0 release. The following files were updated during the NumPy 1.12.0 release - .mailmap - doc/release/1.12.0-notes.rst - tools/announce.py - pavement.py and are forward ported to master by this PR. [ci skip] Commit: 5927539b311f656f9ec291b58b43bfc8c64b9e27 https://github.com/numpy/numpy/commit/5927539b311f656f9ec291b58b43bfc8c64b9e27 Author: Ralf Gommers Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M .mailmap M doc/release/1.12.0-notes.rst M pavement.py M tools/announce.py Log Message: ----------- Merge pull request #8478 from charris/forward-port-1.12.0-changes MAINT: Forward port accumulated changes from the 1.12.0 release. Compare: https://github.com/numpy/numpy/compare/a5d71d64a0d2...5927539b311f From noreply at github.com Mon Jan 16 14:34:25 2017 From: noreply at github.com (GitHub) Date: Mon, 16 Jan 2017 11:34:25 -0800 Subject: [Numpy-svn] [numpy/numpy] e0cf83: BUG: fix wrong future nat warning and equiv type l... Message-ID: <587d20417111b_5ff53f85de2f31381168a9@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e0cf8393d3b7e8bb6ae9f7c9871bf0a90e3b4896 https://github.com/numpy/numpy/commit/e0cf8393d3b7e8bb6ae9f7c9871bf0a90e3b4896 Author: Julian Taylor Date: 2017-01-16 (Mon, 16 Jan 2017) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_datetime.py Log Message: ----------- BUG: fix wrong future nat warning and equiv type logic error Commit: abb4b11ef7220a4e8a75b9a6a0eab0b5d1e3c06d https://github.com/numpy/numpy/commit/abb4b11ef7220a4e8a75b9a6a0eab0b5d1e3c06d Author: Charles Harris Date: 2017-01-16 (Mon, 16 Jan 2017) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_datetime.py Log Message: ----------- Merge pull request #8483 from juliantaylor/nat-fixes BUG: fix wrong future nat warning and equiv type logic error Compare: https://github.com/numpy/numpy/compare/5927539b311f...abb4b11ef722 From noreply at github.com Mon Jan 16 14:53:26 2017 From: noreply at github.com (GitHub) Date: Mon, 16 Jan 2017 11:53:26 -0800 Subject: [Numpy-svn] [numpy/numpy] 663bc5: DOC: improve clip docstring Message-ID: <587d24b6e8d61_12053fdcc3d231304184f@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 663bc5680b1d1d4954f71e7f02f40d0daf6b4209 https://github.com/numpy/numpy/commit/663bc5680b1d1d4954f71e7f02f40d0daf6b4209 Author: Felix Berkenkamp Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- DOC: improve clip docstring Commit: 305c302e0e5a877f81fcaf9ef00a289528f8466e https://github.com/numpy/numpy/commit/305c302e0e5a877f81fcaf9ef00a289528f8466e Author: Charles Harris Date: 2017-01-16 (Mon, 16 Jan 2017) Changed paths: M numpy/core/fromnumeric.py Log Message: ----------- Merge pull request #8475 from befelix/clip DOC: improve clip docstring Compare: https://github.com/numpy/numpy/compare/abb4b11ef722...305c302e0e5a From noreply at github.com Mon Jan 16 21:12:10 2017 From: noreply at github.com (GitHub) Date: Mon, 16 Jan 2017 18:12:10 -0800 Subject: [Numpy-svn] [numpy/numpy] ac3a05: BUG: fix wrong future nat warning and equiv type l... Message-ID: <587d7d7a624e0_f92f3fabd719d1341165fd@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/maintenance/1.12.x Home: https://github.com/numpy/numpy Commit: ac3a0511c667e5cd640af48a052ed129e851b15c https://github.com/numpy/numpy/commit/ac3a0511c667e5cd640af48a052ed129e851b15c Author: Julian Taylor Date: 2017-01-16 (Mon, 16 Jan 2017) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_datetime.py Log Message: ----------- BUG: fix wrong future nat warning and equiv type logic error Commit: 3c3b8bda6f89d4711e27aa9019c9ba8bac3ec3e5 https://github.com/numpy/numpy/commit/3c3b8bda6f89d4711e27aa9019c9ba8bac3ec3e5 Author: Charles Harris Date: 2017-01-16 (Mon, 16 Jan 2017) Changed paths: M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/src/umath/loops.c.src M numpy/core/tests/test_datetime.py Log Message: ----------- Merge pull request #8484 from juliantaylor/nat-fixes-1.12 BUG: fix wrong future nat warning and equiv type logic error in 1.12 Compare: https://github.com/numpy/numpy/compare/f59a2fbbd497...3c3b8bda6f89 From noreply at github.com Tue Jan 17 11:17:11 2017 From: noreply at github.com (GitHub) Date: Tue, 17 Jan 2017 08:17:11 -0800 Subject: [Numpy-svn] [numpy/numpy] 2144aa: BUG: fix wrong masked median for some special case... Message-ID: <587e4387a01b_f92f3fabd719d1341321a3@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 2144aa713b607a5f0592525d9b36adca332e9d51 https://github.com/numpy/numpy/commit/2144aa713b607a5f0592525d9b36adca332e9d51 Author: Julian Taylor Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M numpy/lib/tests/test_nanfunctions.py M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- BUG: fix wrong masked median for some special cases the masked nans which are equivalent to valid infs must be replaced with infs earlier otherwise the inf is lost in the masked sum of the low and high part. Closes gh-8487 Commit: 52ff75bcf1085a34e9d86db3040944615c04e3d2 https://github.com/numpy/numpy/commit/52ff75bcf1085a34e9d86db3040944615c04e3d2 Author: Charles Harris Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M numpy/lib/tests/test_nanfunctions.py M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- Merge pull request #8489 from juliantaylor/ma-median-inf-fix BUG: fix wrong masked median for some special cases Compare: https://github.com/numpy/numpy/compare/305c302e0e5a...52ff75bcf108 From noreply at github.com Tue Jan 17 11:55:16 2017 From: noreply at github.com (GitHub) Date: Tue, 17 Jan 2017 08:55:16 -0800 Subject: [Numpy-svn] [numpy/numpy] 93c4cd: TST: work around isfinite inconsistency on i386 Message-ID: <587e4c745feba_4cbd3fd20f7a314c991c0@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 93c4cd4baf01d405a23116311a8fe548e9893bc7 https://github.com/numpy/numpy/commit/93c4cd4baf01d405a23116311a8fe548e9893bc7 Author: Julian Taylor Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M numpy/random/tests/test_random.py Log Message: ----------- TST: work around isfinite inconsistency on i386 inlined isfinite on i386 does not work for DBL_MAX / 1e17 + DBL_MAX as with extended precision this is not smaller equal than DBL_MAX. Commit: 5223d433b3a867ea81037c7e585f182476af7619 https://github.com/numpy/numpy/commit/5223d433b3a867ea81037c7e585f182476af7619 Author: Charles Harris Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M numpy/random/tests/test_random.py Log Message: ----------- Merge pull request #8491 from juliantaylor/i386-finite TST: work around isfinite inconsistency on i386 Compare: https://github.com/numpy/numpy/compare/52ff75bcf108...5223d433b3a8 From noreply at github.com Tue Jan 17 12:51:56 2017 From: noreply at github.com (GitHub) Date: Tue, 17 Jan 2017 09:51:56 -0800 Subject: [Numpy-svn] [numpy/numpy] 0f343f: DOC: Place np.average in inline code. Message-ID: <587e59bccfa5d_f7833fb555b15130633c3@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 0f343f8c53d2725a0859f5aa613fe1d9a3b97942 https://github.com/numpy/numpy/commit/0f343f8c53d2725a0859f5aa613fe1d9a3b97942 Author: John Kirkham Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- DOC: Place np.average in inline code. [ci skip] Commit: 50956653118ec062ea429d423816e6cbfe10f24b https://github.com/numpy/numpy/commit/50956653118ec062ea429d423816e6cbfe10f24b Author: Charles Harris Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- Merge pull request #8490 from jakirkham/rel_1.12_doc_code DOC: Place np.average in inline code Compare: https://github.com/numpy/numpy/compare/5223d433b3a8...50956653118e From noreply at github.com Tue Jan 17 12:56:20 2017 From: noreply at github.com (GitHub) Date: Tue, 17 Jan 2017 09:56:20 -0800 Subject: [Numpy-svn] [numpy/numpy] c79e40: ENH: Improve the alignment of recarray.__repr__ Message-ID: <587e5ac4d957b_5ff53f85de2f31381292b0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c79e40ae361451b47682ea20c67c5db92e7bf63c https://github.com/numpy/numpy/commit/c79e40ae361451b47682ea20c67c5db92e7bf63c Author: Eric Wieser Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M numpy/core/records.py Log Message: ----------- ENH: Improve the alignment of recarray.__repr__ Previously, the prefix argument was not being passed to array2string Commit: 6f378b36f16d1667704234a2f6287588a04e210b https://github.com/numpy/numpy/commit/6f378b36f16d1667704234a2f6287588a04e210b Author: Charles Harris Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M numpy/core/records.py Log Message: ----------- Merge pull request #8488 from eric-wieser/recarray-repr ENH: Improve the alignment of recarray.__repr__ Compare: https://github.com/numpy/numpy/compare/50956653118e...6f378b36f16d From noreply at github.com Tue Jan 17 13:39:12 2017 From: noreply at github.com (GitHub) Date: Tue, 17 Jan 2017 10:39:12 -0800 Subject: [Numpy-svn] [numpy/numpy] 65c1da: DOC: Backport place np.average in inline code. Message-ID: <587e64d09cd97_1e73fcefc8f1140813f3@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.12.x Home: https://github.com/numpy/numpy Commit: 65c1daf6e0022a916a731ff1bd7c135b650761e3 https://github.com/numpy/numpy/commit/65c1daf6e0022a916a731ff1bd7c135b650761e3 Author: John Kirkham Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- DOC: Backport place np.average in inline code. Backports commit ( 0f343f8c53d2725a0859f5aa613fe1d9a3b97942 ) from `master`. [ci skip] Commit: ce1b4fde081e92c93351589aef5516454f99c55a https://github.com/numpy/numpy/commit/ce1b4fde081e92c93351589aef5516454f99c55a Author: Charles Harris Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M doc/release/1.12.0-notes.rst Log Message: ----------- Merge pull request #8492 from jakirkham/rel_1.12_doc_code_bckport DOC: Backport place np.average in inline code Compare: https://github.com/numpy/numpy/compare/3c3b8bda6f89...ce1b4fde081e From noreply at github.com Tue Jan 17 13:43:41 2017 From: noreply at github.com (GitHub) Date: Tue, 17 Jan 2017 10:43:41 -0800 Subject: [Numpy-svn] [numpy/numpy] fca6cd: DOC: Add example to np.savez_compressed Message-ID: <587e65dd2ab5b_4e043f940142d13056483@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: fca6cd8d66b7662fe571db8a9eb0ccb75c4cbee4 https://github.com/numpy/numpy/commit/fca6cd8d66b7662fe571db8a9eb0ccb75c4cbee4 Author: Martin Thoma Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M numpy/lib/npyio.py Log Message: ----------- DOC: Add example to np.savez_compressed Commit: 8940a6533132ab11edbd0520ee0f0329c3a7f329 https://github.com/numpy/numpy/commit/8940a6533132ab11edbd0520ee0f0329c3a7f329 Author: Charles Harris Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M numpy/lib/npyio.py Log Message: ----------- Merge pull request #8470 from MartinThoma/savez_compressed_docs DOC: Add example to np.savez_compressed Compare: https://github.com/numpy/numpy/compare/6f378b36f16d...8940a6533132 From noreply at github.com Tue Jan 17 22:59:30 2017 From: noreply at github.com (GitHub) Date: Tue, 17 Jan 2017 19:59:30 -0800 Subject: [Numpy-svn] [numpy/numpy] 3caf12: BUG: Fix IndexError in fromrecords Message-ID: <587ee8228f032_4ac83f853f795140108978@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3caf1223b9b8e4747fb7b41b2fbd2122ee175d03 https://github.com/numpy/numpy/commit/3caf1223b9b8e4747fb7b41b2fbd2122ee175d03 Author: Eric Wieser Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M numpy/core/records.py M numpy/core/tests/test_records.py Log Message: ----------- BUG: Fix IndexError in fromrecords This fixes: * The case when len(recList) == 0 and dtype is not None * The case when np.ndim(recList) > 1 In both cases, this would previously IndexError Commit: 20d6ca1bd0c23cf22880ea72ae7abb4b67d41894 https://github.com/numpy/numpy/commit/20d6ca1bd0c23cf22880ea72ae7abb4b67d41894 Author: ahaldane Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M numpy/core/records.py M numpy/core/tests/test_records.py Log Message: ----------- Merge pull request #8486 from eric-wieser/patch-8 BUG: Prevent crash for length-0 input to fromrecords Compare: https://github.com/numpy/numpy/compare/8940a6533132...20d6ca1bd0c2 From noreply at github.com Thu Jan 19 07:31:46 2017 From: noreply at github.com (GitHub) Date: Thu, 19 Jan 2017 04:31:46 -0800 Subject: [Numpy-svn] [numpy/numpy] 66a93e: BUG: fix wrong masked median for some special case... Message-ID: <5880b1b212d73_69e43fc1b15e713c18362d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.12.x Home: https://github.com/numpy/numpy Commit: 66a93e4ec698dc230d5415b314e61a7dd573e043 https://github.com/numpy/numpy/commit/66a93e4ec698dc230d5415b314e61a7dd573e043 Author: Julian Taylor Date: 2017-01-19 (Thu, 19 Jan 2017) Changed paths: M numpy/lib/tests/test_nanfunctions.py M numpy/ma/extras.py M numpy/ma/tests/test_extras.py Log Message: ----------- BUG: fix wrong masked median for some special cases the masked nans which are equivalent to valid infs must be replaced with infs earlier otherwise the inf is lost in the masked sum of the low and high part. Closes gh-8487 Commit: eec6a5752596b32cba121931f7b8c278a5d90a7d https://github.com/numpy/numpy/commit/eec6a5752596b32cba121931f7b8c278a5d90a7d Author: Julian Taylor Date: 2017-01-19 (Thu, 19 Jan 2017) Changed paths: M numpy/random/tests/test_random.py Log Message: ----------- TST: work around isfinite inconsistency on i386 inlined isfinite on i386 does not work for DBL_MAX / 1e17 + DBL_MAX as with extended precision this is not smaller equal than DBL_MAX. Commit: 3fa7ee986435d5bae03062501641e0f613f92ee7 https://github.com/numpy/numpy/commit/3fa7ee986435d5bae03062501641e0f613f92ee7 Author: Julian Taylor Date: 2017-01-19 (Thu, 19 Jan 2017) Changed paths: M numpy/lib/tests/test_nanfunctions.py M numpy/ma/extras.py M numpy/ma/tests/test_extras.py M numpy/random/tests/test_random.py Log Message: ----------- Merge pull request #8500 from juliantaylor/backports 1.12 backports Compare: https://github.com/numpy/numpy/compare/ce1b4fde081e...3fa7ee986435 From noreply at github.com Fri Jan 20 14:31:49 2017 From: noreply at github.com (GitHub) Date: Fri, 20 Jan 2017 11:31:49 -0800 Subject: [Numpy-svn] [numpy/numpy] 251474: TST: switch to ubuntu yakkety for testing Message-ID: <588265a5a5df9_d6b3fb9cbd0513c524b5@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 25147420e531172a8b2f40de32a6ba077fc89bac https://github.com/numpy/numpy/commit/25147420e531172a8b2f40de32a6ba077fc89bac Author: Julian Taylor Date: 2017-01-18 (Wed, 18 Jan 2017) Changed paths: M .travis.yml M tools/travis-test.sh Log Message: ----------- TST: switch to ubuntu yakkety for testing newer gcc, python, cython... update eatmydata setting for new paths and earlier usage during chroot setup Commit: ed5e30a8962551397e61f720e1d8102ccad915f4 https://github.com/numpy/numpy/commit/ed5e30a8962551397e61f720e1d8102ccad915f4 Author: Julian Taylor Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M .travis.yml M tools/travis-test.sh Log Message: ----------- Merge pull request #8482 from juliantaylor/yakkety-test TST: switch to ubuntu yakkety for i386 testing Compare: https://github.com/numpy/numpy/compare/20d6ca1bd0c2...ed5e30a89625 From noreply at github.com Fri Jan 20 17:16:36 2017 From: noreply at github.com (GitHub) Date: Fri, 20 Jan 2017 14:16:36 -0800 Subject: [Numpy-svn] [numpy/numpy] e31683: Changing spurious Legendre reference to Chebyshev ... Message-ID: <58828c444ec36_11e43fe5d0039134691db@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: e316832b52ddb3ac58167b1e5241344a77217365 https://github.com/numpy/numpy/commit/e316832b52ddb3ac58167b1e5241344a77217365 Author: Danny Hermes Date: 2017-01-19 (Thu, 19 Jan 2017) Changed paths: M numpy/polynomial/chebyshev.py Log Message: ----------- Changing spurious Legendre reference to Chebyshev in chebfit docstring. Commit: d5b937f6367643948c76bf60384ac0aa9b565178 https://github.com/numpy/numpy/commit/d5b937f6367643948c76bf60384ac0aa9b565178 Author: Charles Harris Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M numpy/polynomial/chebyshev.py Log Message: ----------- Merge pull request #8501 from dhermes/chebyshev-typo Changing spurious Legendre reference to Chebyshev in chebfit docstring. Compare: https://github.com/numpy/numpy/compare/ed5e30a89625...d5b937f63676 From noreply at github.com Fri Jan 20 17:26:21 2017 From: noreply at github.com (GitHub) Date: Fri, 20 Jan 2017 14:26:21 -0800 Subject: [Numpy-svn] [numpy/numpy] b2ff4f: Update LICENSE.txt to 2017 Message-ID: <58828e8dc96f8_f683fbfb1c8f130119215@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: b2ff4f13197dd58508d3d025a9034519974750bd https://github.com/numpy/numpy/commit/b2ff4f13197dd58508d3d025a9034519974750bd Author: Bradley Wogsland Date: 2017-01-17 (Tue, 17 Jan 2017) Changed paths: M LICENSE.txt Log Message: ----------- Update LICENSE.txt to 2017 Commit: a621a2b700415a5c155546f9cb1f064c6099579e https://github.com/numpy/numpy/commit/a621a2b700415a5c155546f9cb1f064c6099579e Author: Charles Harris Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M LICENSE.txt Log Message: ----------- Merge pull request #8496 from wogsland/update-license Update LICENSE.txt to 2017 Compare: https://github.com/numpy/numpy/compare/d5b937f63676...a621a2b70041 From noreply at github.com Fri Jan 20 21:55:20 2017 From: noreply at github.com (GitHub) Date: Fri, 20 Jan 2017 18:55:20 -0800 Subject: [Numpy-svn] [numpy/numpy] 7e6091: TST: add extended packbits tests Message-ID: <5882cd988a4cc_59933fb410197130919f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7e6091c9a3fc4536ccbadb337e88650b2c901313 https://github.com/numpy/numpy/commit/7e6091c9a3fc4536ccbadb337e88650b2c901313 Author: Julian Taylor Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M benchmarks/benchmarks/bench_core.py M numpy/lib/tests/test_packbits.py Log Message: ----------- TST: add extended packbits tests Larger data to account for future vectorization. Also add benchmarks for packbits and unpackbits Commit: f0f7ad80f2ef2d7525965dfe27c0e2ab68647197 https://github.com/numpy/numpy/commit/f0f7ad80f2ef2d7525965dfe27c0e2ab68647197 Author: Julian Taylor Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M numpy/core/setup_common.py M numpy/core/src/multiarray/compiled_base.c Log Message: ----------- ENH: vectorize packbits with SSE2 SSE2 has a special instruction to pack bytes into bits, available as the intrinsic _mm_movemask_epi8. It is significantly faster than the per byte loop currently being used. Unfortunately packbits is bitwise "big endian", the most significant bit is the first in the input byte while _mm_movemask_epi is little endian so we need to byteswap the input first. But it is still about 8-10 times faster than the scalar code. Commit: 7a81d6731d7fb85cad5bef859dcf2d89cd1eb323 https://github.com/numpy/numpy/commit/7a81d6731d7fb85cad5bef859dcf2d89cd1eb323 Author: Julian Taylor Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M numpy/core/src/multiarray/compiled_base.c Log Message: ----------- ENH: use a lookup table for unpack bits Uses 2KiB of space, but makes unpack bits 8 times faster and comparable with the vectorized packbits. Commit: f2a47486a4ccaa141ceeb585e24b2be17b359998 https://github.com/numpy/numpy/commit/f2a47486a4ccaa141ceeb585e24b2be17b359998 Author: Julian Taylor Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M doc/release/1.13.0-notes.rst Log Message: ----------- DOC: add packbits improvements to release notes Commit: d25e7332ab1579aa71d481fdb382c477bf4a2b22 https://github.com/numpy/numpy/commit/d25e7332ab1579aa71d481fdb382c477bf4a2b22 Author: Charles Harris Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M benchmarks/benchmarks/bench_core.py M doc/release/1.13.0-notes.rst M numpy/core/setup_common.py M numpy/core/src/multiarray/compiled_base.c M numpy/lib/tests/test_packbits.py Log Message: ----------- Merge pull request #8326 from juliantaylor/vectorize-packbits ENH: Vectorize packbits with SSE2 Compare: https://github.com/numpy/numpy/compare/a621a2b70041...d25e7332ab15 From noreply at github.com Sun Jan 22 14:24:10 2017 From: noreply at github.com (GitHub) Date: Sun, 22 Jan 2017 11:24:10 -0800 Subject: [Numpy-svn] [numpy/numpy] 1c8ecc: Fix building extensions with MinGW in WinPython 3.... Message-ID: <588506daee365_ff23ff4ca92913c829dc@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 1c8ecc783c43269631b1fdc8f9e06355d231aec6 https://github.com/numpy/numpy/commit/1c8ecc783c43269631b1fdc8f9e06355d231aec6 Author: Roland Kaufmann Date: 2017-01-22 (Sun, 22 Jan 2017) Changed paths: M doc/release/1.13.0-notes.rst M numpy/distutils/mingw32ccompiler.py Log Message: ----------- Fix building extensions with MinGW in WinPython 3.4 (#8454) MAINT: Fix building extensions with MinGW in WinPython 3.4 From noreply at github.com Mon Jan 23 14:25:21 2017 From: noreply at github.com (GitHub) Date: Mon, 23 Jan 2017 11:25:21 -0800 Subject: [Numpy-svn] [numpy/numpy] 6cbb46: BUG: bool(dtype) is True Message-ID: <588658a1c505e_5deb3faef480112c40095@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 6cbb46e45dde71be76ec6c3f4e8e6fccb4227976 https://github.com/numpy/numpy/commit/6cbb46e45dde71be76ec6c3f4e8e6fccb4227976 Author: Jim Crist Date: 2017-01-23 (Mon, 23 Jan 2017) Changed paths: M doc/release/1.13.0-notes.rst M numpy/core/src/multiarray/descriptor.c M numpy/core/tests/test_dtype.py Log Message: ----------- BUG: bool(dtype) is True Previously `bool(dtype(...))` would fallback to the default implementation of `__nonzero__`, which checks if `len(object) > 0`. Since `dtype` objects implement `__len__` as the number of record fields, `bool` of scalar dtypes like `bool(dtype('i8'))` would evaluate as `False`. This fixes that by implementing `__nonzero__` to always return True. Fixes #6294. Commit: 81d176e7ead43f819cbe8654c67805fa07c609bd https://github.com/numpy/numpy/commit/81d176e7ead43f819cbe8654c67805fa07c609bd Author: Charles Harris Date: 2017-01-23 (Mon, 23 Jan 2017) Changed paths: M doc/release/1.13.0-notes.rst M numpy/core/src/multiarray/descriptor.c M numpy/core/tests/test_dtype.py Log Message: ----------- Merge pull request #8279 from jcrist/dtypes-are-true BUG: bool(dtype) is True Compare: https://github.com/numpy/numpy/compare/1c8ecc783c43...81d176e7ead4 From noreply at github.com Tue Jan 24 13:49:38 2017 From: noreply at github.com (GitHub) Date: Tue, 24 Jan 2017 10:49:38 -0800 Subject: [Numpy-svn] [numpy/numpy] 9ae848: BUG: fix mean for float 16 non-array inputs Message-ID: <5887a1c2cb887_404e3fe30467f134697b1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 9ae84854d9c48a751e57c5cd0e9636678a6d2359 https://github.com/numpy/numpy/commit/9ae84854d9c48a751e57c5cd0e9636678a6d2359 Author: Julian Taylor Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M numpy/core/_methods.py M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: fix mean for float 16 non-array inputs Commit: f737b354e6ab2aef8b4c05bca0011de46a4b53b0 https://github.com/numpy/numpy/commit/f737b354e6ab2aef8b4c05bca0011de46a4b53b0 Author: Charles Harris Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M numpy/core/_methods.py M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #8524 from juliantaylor/f2-mean-fix BUG: fix mean for float 16 non-array inputs Compare: https://github.com/numpy/numpy/compare/81d176e7ead4...f737b354e6ab From noreply at github.com Tue Jan 24 15:36:43 2017 From: noreply at github.com (GitHub) Date: Tue, 24 Jan 2017 12:36:43 -0800 Subject: [Numpy-svn] [numpy/numpy] 9ae848: BUG: fix mean for float 16 non-array inputs Message-ID: <5887badb59e13_62833fd6eec0913095499@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.12.x Home: https://github.com/numpy/numpy Commit: 9ae84854d9c48a751e57c5cd0e9636678a6d2359 https://github.com/numpy/numpy/commit/9ae84854d9c48a751e57c5cd0e9636678a6d2359 Author: Julian Taylor Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M numpy/core/_methods.py M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: fix mean for float 16 non-array inputs Commit: 33425bc4473f8cdda026c28f5b9b9754bf22b06a https://github.com/numpy/numpy/commit/33425bc4473f8cdda026c28f5b9b9754bf22b06a Author: Charles Harris Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M numpy/core/_methods.py M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #8526 from juliantaylor/f2-mean-fix BUG: fix mean for float 16 non-array inputs for 1.12 Compare: https://github.com/numpy/numpy/compare/3fa7ee986435...33425bc4473f From noreply at github.com Tue Jan 24 15:45:03 2017 From: noreply at github.com (GitHub) Date: Tue, 24 Jan 2017 12:45:03 -0800 Subject: [Numpy-svn] [numpy/numpy] 63abc8: DOC: fix return value for PyArray_Resize Message-ID: <5887bccf15ed3_3e483fecb127512c88010@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 63abc8114060e9d11eaf339a58362e00c8d59c66 https://github.com/numpy/numpy/commit/63abc8114060e9d11eaf339a58362e00c8d59c66 Author: A. Jesse Jiryu Davis Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M doc/source/reference/c-api.array.rst Log Message: ----------- DOC: fix return value for PyArray_Resize Commit: c5e1773f0d77755e21d072eb106b8e51a672bfa8 https://github.com/numpy/numpy/commit/c5e1773f0d77755e21d072eb106b8e51a672bfa8 Author: Charles Harris Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M doc/source/reference/c-api.array.rst Log Message: ----------- Merge pull request #8527 from ajdavis/pyarray-resize-docs DOC: fix return value for PyArray_Resize Compare: https://github.com/numpy/numpy/compare/f737b354e6ab...c5e1773f0d77 From noreply at github.com Sat Jan 28 13:32:35 2017 From: noreply at github.com (GitHub) Date: Sat, 28 Jan 2017 10:32:35 -0800 Subject: [Numpy-svn] [numpy/numpy] 55be7f: Update arrays.ndarray.rst Message-ID: <588ce3c3b91a3_19493faf2168f12c372c6@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 55be7fc2f9147b8a4df1afd47b0a3d661f6b80dc https://github.com/numpy/numpy/commit/55be7fc2f9147b8a4df1afd47b0a3d661f6b80dc Author: aha66 Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M doc/source/reference/arrays.ndarray.rst Log Message: ----------- Update arrays.ndarray.rst corrected formula for n_offset and d_j Commit: 7a36b5010b4a9b30a05db7679f3485276aa6bd4b https://github.com/numpy/numpy/commit/7a36b5010b4a9b30a05db7679f3485276aa6bd4b Author: Pauli Virtanen Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M doc/source/reference/arrays.ndarray.rst Log Message: ----------- Merge pull request #8540 from aha66/patch-1 DOC: fix mistake in arrays.ndarray.rst Compare: https://github.com/numpy/numpy/compare/c5e1773f0d77...7a36b5010b4a From noreply at github.com Sat Jan 28 14:33:22 2017 From: noreply at github.com (GitHub) Date: Sat, 28 Jan 2017 11:33:22 -0800 Subject: [Numpy-svn] [numpy/numpy] 756254: Revert 8540 patch 1 (#8541) Message-ID: <588cf2024c912_629d3fc1cf88112c737d5@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 7562543582e8a456d7e9d9decc7493608dfdd5af https://github.com/numpy/numpy/commit/7562543582e8a456d7e9d9decc7493608dfdd5af Author: aha66 Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M doc/source/reference/arrays.ndarray.rst Log Message: ----------- Revert 8540 patch 1 (#8541) DOC: fix error in arrays.ndarray.rst again From noreply at github.com Sat Jan 28 20:13:14 2017 From: noreply at github.com (GitHub) Date: Sat, 28 Jan 2017 17:13:14 -0800 Subject: [Numpy-svn] [numpy/numpy] 3ff761: MAINT: typo in histogram docstring Message-ID: <588d41aa72ee6_5bc13fcfe43f713864586@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 3ff76192172b3d585fcb522f101b0dc264c06f4e https://github.com/numpy/numpy/commit/3ff76192172b3d585fcb522f101b0dc264c06f4e Author: drlvk Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M numpy/lib/function_base.py Log Message: ----------- MAINT: typo in histogram docstring "it's arguments" should be "its arguments" Commit: 42c7c31667d82157372698cb94cdd32163552738 https://github.com/numpy/numpy/commit/42c7c31667d82157372698cb94cdd32163552738 Author: Charles Harris Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M numpy/lib/function_base.py Log Message: ----------- Merge pull request #8542 from drlvk/patch-1 MAINT: typo in histogram docstring Compare: https://github.com/numpy/numpy/compare/7562543582e8...42c7c31667d8 From noreply at github.com Sat Jan 28 20:38:18 2017 From: noreply at github.com (GitHub) Date: Sat, 28 Jan 2017 17:38:18 -0800 Subject: [Numpy-svn] [numpy/numpy] 892c54: BUG: guard against replacing constants without '_'... Message-ID: <588d478a1ccc2_4e763fd1577c7140138f6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: 892c54cda15163552fa2245b476aa765f2aa2061 https://github.com/numpy/numpy/commit/892c54cda15163552fa2245b476aa765f2aa2061 Author: jutke Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- BUG: guard against replacing constants without '_' spec fixes #8493 In the reported problem snippet the attempt to infer the type of parameter (wasize=maxiterates*2) leads to a lookup of maxiterates in the logic of get_parameters which finds and correctly assigns to 'v' the value string '50000' However, then in the logic proceds to attempt to split off any underscore-appended precision spec from v_ which yields ['50000'] because there is no underscore. Finally line v = ''.join(v_[:-1]).lower().replace(v_[-1].lower(), '') if not quarded by the newly introduced lengthtest sets v to empty because [:-1] of a list with one element yields an empty list. Subsequently the type inference by running eval on an empty string fails with the error message quoted. The introduced length check appears to correct this problem. Commit: 1e873ead0c0857f0bbdaab36764afa67cc39479e https://github.com/numpy/numpy/commit/1e873ead0c0857f0bbdaab36764afa67cc39479e Author: jutke Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: A numpy/f2py/tests/src/parameter/constant_compound.f90 M numpy/f2py/tests/test_parameter.py Log Message: ----------- TST: adding tests for compound constant provided by @zerothi This is a test code provided as a patch by @zerothi checking the compound constant parsing. Commit: 8610e48687e7a05e7e0e0735629e5cace69cb04f https://github.com/numpy/numpy/commit/8610e48687e7a05e7e0e0735629e5cace69cb04f Author: jutke Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: A numpy/f2py/tests/src/parameter/constant_non_compound.f90 M numpy/f2py/tests/test_parameter.py Log Message: ----------- TST: adding test for constants without compound kind spec This augments the test in constant_compound.f90 by using constants without a compound kind spec to illustrate the case that led to the reporting of issue #8493 Commit: 8613c8da4f8da7dbb90e866add49d5cb633fc85b https://github.com/numpy/numpy/commit/8613c8da4f8da7dbb90e866add49d5cb633fc85b Author: jutke Date: 2017-01-23 (Mon, 23 Jan 2017) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- STY: space around operator per request from @charris Commit: af506553cbeb7c376b5b687b78ac296f3140ecf8 https://github.com/numpy/numpy/commit/af506553cbeb7c376b5b687b78ac296f3140ecf8 Author: Charles Harris Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M numpy/f2py/crackfortran.py A numpy/f2py/tests/src/parameter/constant_compound.f90 A numpy/f2py/tests/src/parameter/constant_non_compound.f90 M numpy/f2py/tests/test_parameter.py Log Message: ----------- Merge pull request #8494 from utke1/master BUG: guard against replacing constants without '_' spec Compare: https://github.com/numpy/numpy/compare/42c7c31667d8...af506553cbeb From noreply at github.com Sat Jan 28 22:29:27 2017 From: noreply at github.com (GitHub) Date: Sat, 28 Jan 2017 19:29:27 -0800 Subject: [Numpy-svn] [numpy/numpy] 2dd299: BUG: guard against replacing constants without '_'... Message-ID: <588d619773d38_732c3fd10efa91409576c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/maintenance/1.12.x Home: https://github.com/numpy/numpy Commit: 2dd299311d55298ce1e26c4073f0aa5728ad5554 https://github.com/numpy/numpy/commit/2dd299311d55298ce1e26c4073f0aa5728ad5554 Author: jutke Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- BUG: guard against replacing constants without '_' spec fixes #8493 In the reported problem snippet the attempt to infer the type of parameter (wasize=maxiterates*2) leads to a lookup of maxiterates in the logic of get_parameters which finds and correctly assigns to 'v' the value string '50000' However, then in the logic proceds to attempt to split off any underscore-appended precision spec from v_ which yields ['50000'] because there is no underscore. Finally line v = ''.join(v_[:-1]).lower().replace(v_[-1].lower(), '') if not quarded by the newly introduced lengthtest sets v to empty because [:-1] of a list with one element yields an empty list. Subsequently the type inference by running eval on an empty string fails with the error message quoted. The introduced length check appears to correct this problem. Commit: 70c82bf8fa5acd56022ff9c20ac19873ead9f80c https://github.com/numpy/numpy/commit/70c82bf8fa5acd56022ff9c20ac19873ead9f80c Author: jutke Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: A numpy/f2py/tests/src/parameter/constant_compound.f90 M numpy/f2py/tests/test_parameter.py Log Message: ----------- TST: adding tests for compound constant provided by @zerothi This is a test code provided as a patch by @zerothi checking the compound constant parsing. Commit: bb05f40302ba418b28e71b6538a649d27d937a3f https://github.com/numpy/numpy/commit/bb05f40302ba418b28e71b6538a649d27d937a3f Author: jutke Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: A numpy/f2py/tests/src/parameter/constant_non_compound.f90 M numpy/f2py/tests/test_parameter.py Log Message: ----------- TST: adding test for constants without compound kind spec This augments the test in constant_compound.f90 by using constants without a compound kind spec to illustrate the case that led to the reporting of issue #8493 Commit: d676ce2aae0ee06f2e892e45cdcb6e783c51b864 https://github.com/numpy/numpy/commit/d676ce2aae0ee06f2e892e45cdcb6e783c51b864 Author: jutke Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M numpy/f2py/crackfortran.py Log Message: ----------- STY: space around operator per request from @charris Commit: ee99ca57b5bf37ac512ea6a5308ad5efb54fa4c7 https://github.com/numpy/numpy/commit/ee99ca57b5bf37ac512ea6a5308ad5efb54fa4c7 Author: Charles Harris Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M numpy/f2py/crackfortran.py A numpy/f2py/tests/src/parameter/constant_compound.f90 A numpy/f2py/tests/src/parameter/constant_non_compound.f90 M numpy/f2py/tests/test_parameter.py Log Message: ----------- Merge pull request #8543 from charris/backport-8494 BUG: guard against replacing constants without '_' spec Compare: https://github.com/numpy/numpy/compare/33425bc4473f...ee99ca57b5bf From noreply at github.com Mon Jan 30 21:09:58 2017 From: noreply at github.com (GitHub) Date: Mon, 30 Jan 2017 18:09:58 -0800 Subject: [Numpy-svn] [numpy/numpy] cacc2e: BUG: core: in dot(), make copies if out has memory... Message-ID: <588ff1f6ea8a_20b203fca78b5f13026954@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: cacc2ed5fd6bc06f16061f6f230a592ea8c68d3e https://github.com/numpy/numpy/commit/cacc2ed5fd6bc06f16061f6f230a592ea8c68d3e Author: Pauli Virtanen Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_multiarray.py Log Message: ----------- BUG: core: in dot(), make copies if out has memory overlap with input BLAS does not allow aliased inputs. If user-provided out= argument may overlap in memory with one of the inputs to dot(), put the output to a temporary work array and copy back after the operation. Commit: d2848f055b85ec95a3097d6763d9ff89151d81e1 https://github.com/numpy/numpy/commit/d2848f055b85ec95a3097d6763d9ff89151d81e1 Author: Pauli Virtanen Date: 2017-01-29 (Sun, 29 Jan 2017) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: core: make test_dot_out_mem_overlap minimal Commit: 780ef22557f25e1531221e06657afc18af084117 https://github.com/numpy/numpy/commit/780ef22557f25e1531221e06657afc18af084117 Author: Pauli Virtanen Date: 2017-01-29 (Sun, 29 Jan 2017) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c M numpy/core/src/multiarray/multiarraymodule.c Log Message: ----------- STY: core: rename variable ret to out_buf in matrix product Commit: 24e551b56c5af03e0cbfdb90a30ff299711094f0 https://github.com/numpy/numpy/commit/24e551b56c5af03e0cbfdb90a30ff299711094f0 Author: Pauli Virtanen Date: 2017-01-29 (Sun, 29 Jan 2017) Changed paths: M numpy/core/tests/test_multiarray.py Log Message: ----------- TST: core: test all dtypes in test_dot_out_mem_overlap Commit: d4f5bea46f328c9378e9548f2a87d0500c95955a https://github.com/numpy/numpy/commit/d4f5bea46f328c9378e9548f2a87d0500c95955a Author: Charles Harris Date: 2017-01-30 (Mon, 30 Jan 2017) Changed paths: M numpy/core/src/multiarray/cblasfuncs.c M numpy/core/src/multiarray/multiarraymodule.c M numpy/core/tests/test_multiarray.py Log Message: ----------- Merge pull request #8539 from pv/dot-out-overlap BUG: core: in dot(), make copies if out has memory overlap with input Compare: https://github.com/numpy/numpy/compare/af506553cbeb...d4f5bea46f32 From noreply at github.com Tue Jan 31 15:05:46 2017 From: noreply at github.com (GitHub) Date: Tue, 31 Jan 2017 12:05:46 -0800 Subject: [Numpy-svn] [numpy/numpy] c1e66e: BUG: Fix loss of dimensionality of np.ma.masked in... Message-ID: <5890ee1a2103d_7e733f83707fb13c91364@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c1e66e4caf1a102a5f3f27456f4d683d4c38c2d0 https://github.com/numpy/numpy/commit/c1e66e4caf1a102a5f3f27456f4d683d4c38c2d0 Author: Eric Wieser Date: 2017-01-20 (Fri, 20 Jan 2017) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- BUG: Fix loss of dimensionality of np.ma.masked in ufunc Fixes #8505 Commit: ddb12e3328bc16175afb6996e0a69b5a9508298a https://github.com/numpy/numpy/commit/ddb12e3328bc16175afb6996e0a69b5a9508298a Author: ahaldane Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M numpy/ma/core.py M numpy/ma/tests/test_core.py Log Message: ----------- Merge pull request #8508 from eric-wieser/fix-masked-ufunc-shape BUG: Fix loss of dimensionality of np.ma.masked in ufunc Compare: https://github.com/numpy/numpy/compare/d4f5bea46f32...ddb12e3328bc From noreply at github.com Tue Jan 31 15:33:29 2017 From: noreply at github.com (GitHub) Date: Tue, 31 Jan 2017 12:33:29 -0800 Subject: [Numpy-svn] [numpy/numpy] c0d718: DOC: Missing backticks Message-ID: <5890f499119bb_186e3f94d6a911401134@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/numpy/numpy Commit: c0d71803d55ef48ba1ff1bd59e4830acc7a9c3f8 https://github.com/numpy/numpy/commit/c0d71803d55ef48ba1ff1bd59e4830acc7a9c3f8 Author: Joseph Fox-Rabinovitz Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M numpy/add_newdocs.py Log Message: ----------- DOC: Missing backticks Came across this in the online docs Commit: 05e8eb359ffa087d44f88cb2246090045185e1de https://github.com/numpy/numpy/commit/05e8eb359ffa087d44f88cb2246090045185e1de Author: Joseph Fox-Rabinovitz Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M numpy/add_newdocs.py Log Message: ----------- Added searchsorted to see items. Commit: bd0fe0aa2159fa1d4570b0c524097b7492f239bf https://github.com/numpy/numpy/commit/bd0fe0aa2159fa1d4570b0c524097b7492f239bf Author: Charles Harris Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M numpy/add_newdocs.py Log Message: ----------- Merge pull request #8551 from madphysicist/patch-1 DOC: Missing backticks Compare: https://github.com/numpy/numpy/compare/ddb12e3328bc...bd0fe0aa2159