[Numpy-svn] [numpy/numpy] e3a8bc: ENH: datetime: Remove np.datetime_ so autocomplete...

noreply at github.com noreply at github.com
Fri Jul 1 11:12:15 EDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy

  Commit: e3a8bce0a27eb6cc28e61a6cdc824c5b0e33e344
      https://github.com/numpy/numpy/commit/e3a8bce0a27eb6cc28e61a6cdc824c5b0e33e344
  Author: Mark Wiebe <mwiebe at enthought.com>
  Date:   2011-07-01 (Fri, 01 Jul 2011)

  Changed paths:
    M numpy/core/numerictypes.py
  M numpy/core/tests/test_regression.py

  Log Message:
  -----------
  ENH: datetime: Remove np.datetime_ so autocomplete will find np.datetime64

This is from user feedback, indicating that always having to type the
'6' was very annoying. Unfortunately, there are still the functions
datetime_as_date and datetime_data which prevent the autocomplete from
working right.


  Commit: 401d04881144684a04ac5a81fe4fbb137dc92d05
      https://github.com/numpy/numpy/commit/401d04881144684a04ac5a81fe4fbb137dc92d05
  Author: Mark Wiebe <mwiebe at enthought.com>
  Date:   2011-07-01 (Fri, 01 Jul 2011)

  Changed paths:
    A doc/source/reference/arrays.datetime.rst
  M doc/source/reference/arrays.rst

  Log Message:
  -----------
  DOC: datetime: Start a draft of introductory datetime documentation


  Commit: 6cf29e5b86a9b47b1bd92799db5384bd6c35e6f0
      https://github.com/numpy/numpy/commit/6cf29e5b86a9b47b1bd92799db5384bd6c35e6f0
  Author: Mark Wiebe <mwiebe at enthought.com>
  Date:   2011-07-01 (Fri, 01 Jul 2011)

  Changed paths:
    M doc/source/reference/arrays.datetime.rst

  Log Message:
  -----------
  DOC: datetime: Updates based on Chuck's feedback


  Commit: 494cc99270e4f13989715934249724b92615b0fd
      https://github.com/numpy/numpy/commit/494cc99270e4f13989715934249724b92615b0fd
  Author: Mark Wiebe <mwiebe at enthought.com>
  Date:   2011-07-01 (Fri, 01 Jul 2011)

  Changed paths:
    M doc/source/reference/arrays.datetime.rst

  Log Message:
  -----------
  DOC: datetime: Split the date/time units into two separate tables


Compare: https://github.com/numpy/numpy/compare/861e227...494cc99



More information about the Numpy-svn mailing list