[Numpy-svn] [numpy/numpy] 60de33: ENH: add BagObj.__dir__ to numpy.lib.npyio

GitHub noreply at github.com
Tue Nov 18 15:04:44 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 60de33d58f6d1a4f70ebf5af22e8873a36cd3be2
      https://github.com/numpy/numpy/commit/60de33d58f6d1a4f70ebf5af22e8873a36cd3be2
  Author: Wendell Smith <wendellwsmith at gmail.com>
  Date:   2014-11-18 (Tue, 18 Nov 2014)

  Changed paths:
    M numpy/lib/npyio.py

  Log Message:
  -----------
  ENH: add BagObj.__dir__ to numpy.lib.npyio

This allows dir(bagobj), and also enables tab-completion on a BagObj,
which can be useful in an interpreter or IPython


  Commit: be13b6a92df20bb0fefb29075861ba6a536ae32b
      https://github.com/numpy/numpy/commit/be13b6a92df20bb0fefb29075861ba6a536ae32b
  Author: Wendell Smith <wendellwsmith at gmail.com>
  Date:   2014-11-18 (Tue, 18 Nov 2014)

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

  Log Message:
  -----------
  TEST: added test of BagObj


  Commit: 9bfd76e1ce1adb9a36591eb0c9a4f6ef146d317d
      https://github.com/numpy/numpy/commit/9bfd76e1ce1adb9a36591eb0c9a4f6ef146d317d
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-11-18 (Tue, 18 Nov 2014)

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

  Log Message:
  -----------
  Merge pull request #5291 from wackywendell/bagobj

ENH: add BagObj.__dir__ to numpy.lib.npyio


Compare: https://github.com/numpy/numpy/compare/c2d784595a6e...9bfd76e1ce1a


More information about the Numpy-svn mailing list