[Numpy-svn] [numpy/numpy] 1fc268: BUG: sort after conjugating so that poly() outputs...

GitHub noreply at github.com
Wed Jun 15 10:34:58 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 1fc268723596266761f1124434676ac234248636
      https://github.com/numpy/numpy/commit/1fc268723596266761f1124434676ac234248636
  Author: endolith <endolith at gmail.com>
  Date:   2015-01-25 (Sun, 25 Jan 2015)

  Changed paths:
    M numpy/lib/polynomial.py

  Log Message:
  -----------
  BUG: sort after conjugating so that poly() outputs real type for exact conjugates


  Commit: 6a88cb9cced64ba2e0079c5df48b9734ec0f05bc
      https://github.com/numpy/numpy/commit/6a88cb9cced64ba2e0079c5df48b9734ec0f05bc
  Author: endolith <endolith at gmail.com>
  Date:   2015-01-25 (Sun, 25 Jan 2015)

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

  Log Message:
  -----------
  TST: Add tests for np.poly()


  Commit: 7d9789f06d305e438425d98e0ce779fb012e6296
      https://github.com/numpy/numpy/commit/7d9789f06d305e438425d98e0ce779fb012e6296
  Author: endolith <endolith at gmail.com>
  Date:   2015-01-25 (Sun, 25 Jan 2015)

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

  Log Message:
  -----------
  TST: Fix missing imports, undeterministic test

Change to a deterministic test instead of using rand


  Commit: cb000ea67435d21fa351d1843e28be3792484b7b
      https://github.com/numpy/numpy/commit/cb000ea67435d21fa351d1843e28be3792484b7b
  Author: endolith <endolith at gmail.com>
  Date:   2015-02-17 (Tue, 17 Feb 2015)

  Changed paths:
    M numpy/lib/polynomial.py

  Log Message:
  -----------
  Simpler checking of complex conjugates


  Commit: 050f390199b098b8f1d7bf89a003573f17a690ba
      https://github.com/numpy/numpy/commit/050f390199b098b8f1d7bf89a003573f17a690ba
  Author: Endolith <endolith at gmail.com>
  Date:   2015-03-08 (Sun, 08 Mar 2015)

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

  Log Message:
  -----------
  TST: Set seed for deterministic random test

also fixed some PEP8 issues


  Commit: e26738a628de0fe1897f2960708ec16e4c3177f7
      https://github.com/numpy/numpy/commit/e26738a628de0fe1897f2960708ec16e4c3177f7
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
    M numpy/lib/polynomial.py
    M numpy/lib/tests/test_polynomial.py

  Log Message:
  -----------
  Merge pull request #4073 from endolith/patch-2

BUG: change real output checking to test if all imaginary parts are zero


Compare: https://github.com/numpy/numpy/compare/0b3a7d90c4d3...e26738a628de


More information about the Numpy-svn mailing list