[Numpy-svn] [numpy/numpy] 500661: BUG: Extend glibc complex trig functions blacklist...

GitHub noreply at github.com
Sun Apr 10 11:30:41 EDT 2016


  Branch: refs/heads/maintenance/1.11.x
  Home:   https://github.com/numpy/numpy
  Commit: 5006616659ebcd9960f730d28255648a562d7308
      https://github.com/numpy/numpy/commit/5006616659ebcd9960f730d28255648a562d7308
  Author: Nikola Forró <nforro at redhat.com>
  Date:   2016-04-09 (Sat, 09 Apr 2016)

  Changed paths:
    M numpy/core/src/private/npy_config.h

  Log Message:
  -----------
  BUG: Extend glibc complex trig functions blacklist to glibc < 2.18.

The library complex trig functions are inaccurate also in glibc
versions 2.16 and 2.17, so extend the blacklist.

Closes #7517.


  Commit: def1094703280a94f627330cf824b19d73cbb7ba
      https://github.com/numpy/numpy/commit/def1094703280a94f627330cf824b19d73cbb7ba
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-04-10 (Sun, 10 Apr 2016)

  Changed paths:
    M numpy/core/src/private/npy_config.h

  Log Message:
  -----------
  Merge pull request #7535 from charris/backport-7518

Backport 7518, BUG: Extend glibc complex trig functions blacklist to glibc < 2.18.


Compare: https://github.com/numpy/numpy/compare/bea5883d8375...def109470328


More information about the Numpy-svn mailing list