[Numpy-svn] [numpy/numpy] f8cdbb: ENH: Add dtype parameter to linspace and logspace ...

GitHub noreply at github.com
Mon Sep 16 14:24:02 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: f8cdbbaee1967011d98aa454b14232488df451d3
      https://github.com/numpy/numpy/commit/f8cdbbaee1967011d98aa454b14232488df451d3
  Author: Jonathan Helmus <jjhelmus at gmail.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M doc/release/1.9.0-notes.rst
    M numpy/core/function_base.py
    M numpy/core/tests/test_function_base.py

  Log Message:
  -----------
  ENH: Add dtype parameter to linspace and logspace functions.

Many NumPy functions such as arange allow users to define the dtype of the
returned type with a dtype parameter.  This adds this same functionality
to the logspace and linspace functions.


  Commit: 4f1f9d27abe9f978ef940d248537f54e364f422d
      https://github.com/numpy/numpy/commit/4f1f9d27abe9f978ef940d248537f54e364f422d
  Author: seberg <sebastian at sipsolutions.net>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M doc/release/1.9.0-notes.rst
    M numpy/core/function_base.py
    M numpy/core/tests/test_function_base.py

  Log Message:
  -----------
  Merge pull request #3482 from jjhelmus/linspace_enh

ENH: Add dtype parameter to linspace and logspace functions.


Compare: https://github.com/numpy/numpy/compare/6ce65d8f4a03...4f1f9d27abe9


More information about the Numpy-svn mailing list