[Numpy-svn] [numpy/numpy] 2b7fff: possibility to calculate gradient over specific ax...

GitHub noreply at github.com
Sun Sep 6 11:30:32 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 2b7fff08567fd1e06df66b8ad2b71959dee63070
      https://github.com/numpy/numpy/commit/2b7fff08567fd1e06df66b8ad2b71959dee63070
  Author: Maximilian Trescher <maximilian at trescherpost.de>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
    M numpy/lib/function_base.py
    M numpy/lib/tests/test_function_base.py

  Log Message:
  -----------
  possibility to calculate gradient over specific axes instead of all axes

when given axis=None, behave the same as axis not being provided


  Commit: bc1990e770966535d188785cafaa3230c0a0377e
      https://github.com/numpy/numpy/commit/bc1990e770966535d188785cafaa3230c0a0377e
  Author: Maximilian Trescher <maximilian at trescherpost.de>
  Date:   2015-09-06 (Sun, 06 Sep 2015)

  Changed paths:
    M doc/release/1.11.0-notes.rst
    M numpy/lib/function_base.py

  Log Message:
  -----------
  ENH: gradient takes axis keyword, added release note comment


  Commit: 37ece45df248ec514b08bd8d2164a1b68eea6bc8
      https://github.com/numpy/numpy/commit/37ece45df248ec514b08bd8d2164a1b68eea6bc8
  Author: Jaime <jaime.frio at gmail.com>
  Date:   2015-09-06 (Sun, 06 Sep 2015)

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

  Log Message:
  -----------
  Merge pull request #6129 from faucon/gradient-axes

possibility to calculate gradient over specific axes instead of all axes


Compare: https://github.com/numpy/numpy/compare/c4924a73b348...37ece45df248


More information about the Numpy-svn mailing list