[Numpy-svn] [numpy/numpy] 79ac57: BUG: Fix loadtxt with comments=None and a string N...

GitHub noreply at github.com
Sun Feb 1 11:30:14 EST 2015


  Branch: refs/heads/maintenance/1.9.x
  Home:   https://github.com/numpy/numpy
  Commit: 79ac5766255e54ea5206e44972beb3563eb4676f
      https://github.com/numpy/numpy/commit/79ac5766255e54ea5206e44972beb3563eb4676f
  Author: Leonardo Donelli <learts92 at gmail.com>
  Date:   2015-01-25 (Sun, 25 Jan 2015)

  Changed paths:
    M numpy/lib/npyio.py

  Log Message:
  -----------
  BUG: Fix loadtxt with comments=None and a string None data.

Current loadtxt with `comments=None` considers the string `'None'` as a
comment symbol. Fixed by making split_line method check if comments is
None.

Closes #5155.


  Commit: 4ea05b043d7d1a3e291d6b8895a4ee0d3410a895
      https://github.com/numpy/numpy/commit/4ea05b043d7d1a3e291d6b8895a4ee0d3410a895
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-01-25 (Sun, 25 Jan 2015)

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

  Log Message:
  -----------
  TST: Add test for loadtxt with None as string type.


  Commit: 33bd2055435e647618969f68b850b33a986a6ea3
      https://github.com/numpy/numpy/commit/33bd2055435e647618969f68b850b33a986a6ea3
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2015-01-25 (Sun, 25 Jan 2015)

  Changed paths:
    M numpy/random/mtrand/mtrand.pyx

  Log Message:
  -----------
  DOC: fix a few bugs in the random.pareto docstring.  Closes gh-4181.

[ci skip]


  Commit: f7cdfe6425a3366bae488d20cdf0c87b9bca8096
      https://github.com/numpy/numpy/commit/f7cdfe6425a3366bae488d20cdf0c87b9bca8096
  Author: Gerrit Holl <gerrit.holl at utoronto.ca>
  Date:   2015-01-25 (Sun, 25 Jan 2015)

  Changed paths:
    M numpy/ma/core.py

  Log Message:
  -----------
  BUG: Fix #4476 by adding datetime64 and timedelta64 types

This commit fixes bug #4476 by adding the codes for the datetime64 and
timedelta64 types to the `default_filler` dictionary in numpy.ma.core,
used by `default_fill_value`.  Also adapt checking in the
`default_fill_value` to include code for timedelta64, not only datetime64.


  Commit: 53b19c5bc533f6bc5418e48076f0cd51e3b8c3bd
      https://github.com/numpy/numpy/commit/53b19c5bc533f6bc5418e48076f0cd51e3b8c3bd
  Author: Gerrit Holl <gerrit.holl at utoronto.ca>
  Date:   2015-01-25 (Sun, 25 Jan 2015)

  Changed paths:
    M numpy/ma/tests/test_core.py

  Log Message:
  -----------
  TST: Add testcase for the fix to bug #4476.

Add a testcase `test_fillvalue_datetime_timedelta` to class
`TestFillingValues` for the fix to bug #4476.  See commit
216fd17 and pull request #5455.


  Commit: fb19faceafa3a13f6299cf64d7ea58acdbd9ce00
      https://github.com/numpy/numpy/commit/fb19faceafa3a13f6299cf64d7ea58acdbd9ce00
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-01-27 (Tue, 27 Jan 2015)

  Changed paths:
    M numpy/core/src/npysort/heapsort.c.src
    M numpy/core/src/npysort/mergesort.c.src
    M numpy/core/src/npysort/quicksort.c.src

  Log Message:
  -----------
  MAINT: Get rid of some harmless gcc warnings about macro redefines.

The Python.h header likes to be included first, otherwise warnings about
redefining "_POSIX_C_SOURCE" and "_XOPEN_SOURCE" are generated. This is
really a problem with the Python.h header, but can be worked around by
changing the order of inclusion.


  Commit: eb73d4b5b6cbca8e95187c8fc0fc7a307e6f709f
      https://github.com/numpy/numpy/commit/eb73d4b5b6cbca8e95187c8fc0fc7a307e6f709f
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2015-01-27 (Tue, 27 Jan 2015)

  Changed paths:
    A doc/release/1.9.2-notes.rst
    M doc/source/release.rst

  Log Message:
  -----------
  DOC: add 1.9.2 release notes

[ci skip]


  Commit: 311d93756983beb1c5301ffddf113134415aa764
      https://github.com/numpy/numpy/commit/311d93756983beb1c5301ffddf113134415aa764
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2015-02-01 (Sun, 01 Feb 2015)

  Changed paths:
    A doc/release/1.9.2-notes.rst
    M doc/source/release.rst
    M numpy/core/src/npysort/heapsort.c.src
    M numpy/core/src/npysort/mergesort.c.src
    M numpy/core/src/npysort/quicksort.c.src
    M numpy/lib/npyio.py
    M numpy/lib/tests/test_io.py
    M numpy/ma/core.py
    M numpy/ma/tests/test_core.py
    M numpy/random/mtrand/mtrand.pyx

  Log Message:
  -----------
  Merge pull request #5500 from juliantaylor/backports-1.9.2

some backports for 1.9.2


Compare: https://github.com/numpy/numpy/compare/1cac77b27d10...311d93756983


More information about the Numpy-svn mailing list