[Numpy-svn] [numpy/numpy] 89d627: BLD: change expected type sizes to 64 bit

GitHub noreply at github.com
Wed Oct 15 17:42:37 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 89d627ee05eac6b188ad27d30b4f6a893392f9ce
      https://github.com/numpy/numpy/commit/89d627ee05eac6b188ad27d30b4f6a893392f9ce
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-10-15 (Wed, 15 Oct 2014)

  Changed paths:
    M numpy/core/setup.py

  Log Message:
  -----------
  BLD: change expected type sizes to 64 bit

64 bit is more common these days, so switch the expected type sizes to
values common on this platform. This removes a few compile tests. The
expected sizes are just hints and do not have to be correct.


  Commit: aa8a2437b700ce9a8c3e12652b75982e96a3777c
      https://github.com/numpy/numpy/commit/aa8a2437b700ce9a8c3e12652b75982e96a3777c
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-10-15 (Wed, 15 Oct 2014)

  Changed paths:
    M numpy/core/setup.py

  Log Message:
  -----------
  BLD: fix expected size argument for complex types

The caller was passing a list of lists instead of a list with its
entries doubled. Removes the binary type search for most if not all
platforms.


  Commit: 03f0aebf1a43c672f17e89382804809601828111
      https://github.com/numpy/numpy/commit/03f0aebf1a43c672f17e89382804809601828111
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-10-15 (Wed, 15 Oct 2014)

  Changed paths:
    M numpy/core/bscript
    M numpy/core/setup.py
    M numpy/core/tests/test_dtype.py
    M numpy/core/tests/test_nditer.py
    M numpy/distutils/command/build_ext.py
    M numpy/f2py/setup.py
    M numpy/testing/utils.py

  Log Message:
  -----------
  MAINT: remove obsolete version checks

minimum requirement is python2.6, this allows removing a couple 2.3 and
2.4 checks.


  Commit: 50ff7da7799bac28fb14e3290d6c73683adf7d13
      https://github.com/numpy/numpy/commit/50ff7da7799bac28fb14e3290d6c73683adf7d13
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-10-15 (Wed, 15 Oct 2014)

  Changed paths:
    M numpy/core/bscript
    M numpy/core/setup.py
    M numpy/core/tests/test_dtype.py
    M numpy/core/tests/test_nditer.py
    M numpy/distutils/command/build_ext.py
    M numpy/f2py/setup.py
    M numpy/testing/utils.py

  Log Message:
  -----------
  Merge pull request #5191 from juliantaylor/config-maint

size and version check maintenance


Compare: https://github.com/numpy/numpy/compare/e2218a6984b7...50ff7da7799b


More information about the Numpy-svn mailing list