[Numpy-svn] [numpy/numpy] a73f72: MAINT: Don't use 'import *' in lib/test_twodim_bas...

GitHub noreply at github.com
Sat Nov 2 16:45:16 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: a73f729e683b89f74fe076cb2e8f17a4168ece69
      https://github.com/numpy/numpy/commit/a73f729e683b89f74fe076cb2e8f17a4168ece69
  Author: Warren Weckesser <warren.weckesser at gmail.com>
  Date:   2013-11-02 (Sat, 02 Nov 2013)

  Changed paths:
    M numpy/lib/tests/test_twodim_base.py

  Log Message:
  -----------
  MAINT: Don't use 'import *' in lib/test_twodim_base.py.


  Commit: 6ced92b72d3c43f0fcd1e680ea0df70ef1779855
      https://github.com/numpy/numpy/commit/6ced92b72d3c43f0fcd1e680ea0df70ef1779855
  Author: Warren Weckesser <warren.weckesser at gmail.com>
  Date:   2013-11-02 (Sat, 02 Nov 2013)

  Changed paths:
    M numpy/lib/tests/test_twodim_base.py
    M numpy/lib/twodim_base.py

  Log Message:
  -----------
  ENH: lib: Rewrite vander: make it faster, and add an option to specify the order of the powers (either decreasing or increasing).


  Commit: cdd1419a1aef2e292991917f415cfe8d8891adf7
      https://github.com/numpy/numpy/commit/cdd1419a1aef2e292991917f415cfe8d8891adf7
  Author: Warren Weckesser <warren.weckesser at gmail.com>
  Date:   2013-11-02 (Sat, 02 Nov 2013)

  Changed paths:
    M numpy/lib/twodim_base.py

  Log Message:
  -----------
  MAINT: lib: remove unused imports and PEP8 clean up in twodim_base.py


  Commit: c5c4d0bdc1a7971f35726421b245f6f3515a2cdf
      https://github.com/numpy/numpy/commit/c5c4d0bdc1a7971f35726421b245f6f3515a2cdf
  Author: Warren Weckesser <warren.weckesser at gmail.com>
  Date:   2013-11-02 (Sat, 02 Nov 2013)

  Changed paths:
    M numpy/lib/twodim_base.py

  Log Message:
  -----------
  MAINT: lib: Add a 'See Also' section to the vander docstring, and make a few more PEP8 tweaks.


  Commit: 253cff04bb83e0338755863653267c19856f79d4
      https://github.com/numpy/numpy/commit/253cff04bb83e0338755863653267c19856f79d4
  Author: Warren Weckesser <warren.weckesser at gmail.com>
  Date:   2013-11-02 (Sat, 02 Nov 2013)

  Changed paths:
    M numpy/lib/tests/test_twodim_base.py
    M numpy/lib/twodim_base.py

  Log Message:
  -----------
  MAINT: lib: Use a consistent PEP8-compliant import style in twodim_base.py and tests/test_twodim_base.py.  Also make a couple more PEP8 tweaks.


  Commit: 8a2728c4df0ff7b593eb92f0f2a88b080182d37b
      https://github.com/numpy/numpy/commit/8a2728c4df0ff7b593eb92f0f2a88b080182d37b
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-11-02 (Sat, 02 Nov 2013)

  Changed paths:
    M numpy/lib/tests/test_twodim_base.py
    M numpy/lib/twodim_base.py

  Log Message:
  -----------
  Merge pull request #3999 from WarrenWeckesser/vander

ENH: lib: Rewrite vander


Compare: https://github.com/numpy/numpy/compare/0ddb6d19cbdd...8a2728c4df0f


More information about the Numpy-svn mailing list