[Numpy-svn] [numpy/numpy] a5391a: ENH: datetime: Allow whitespace in weekday mask.

noreply at github.com noreply at github.com
Tue Jul 19 15:46:50 EDT 2011


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

  Commit: a5391a381278a07bc4921fbd4c4965cc7d531899
      https://github.com/numpy/numpy/commit/a5391a381278a07bc4921fbd4c4965cc7d531899
  Author: Steve R. Hastings <steve at hastings.org>
  Date:   2011-07-19 (Tue, 19 Jul 2011)

  Changed paths:
    M numpy/core/src/multiarray/datetime_busdaycal.c
  M numpy/core/tests/test_datetime.py

  Log Message:
  -----------
  ENH: datetime: Allow whitespace in weekday mask.

Add code to allow white space in a weekday mask:

"Sun Mon Tue"

Also add additional test cases to the unit tests.


  Commit: 17d5ecd3bb304b9f1f56e198688bea8fc1779d1b
      https://github.com/numpy/numpy/commit/17d5ecd3bb304b9f1f56e198688bea8fc1779d1b
  Author: Steve R. Hastings <steve at hastings.org>
  Date:   2011-07-19 (Tue, 19 Jul 2011)

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

  Log Message:
  -----------
  DOC: datetime: Add additional tutorial information.


  Commit: 4af52375dbd720dffc55b49f48bb59e8587ed762
      https://github.com/numpy/numpy/commit/4af52375dbd720dffc55b49f48bb59e8587ed762
  Author: Steve R. Hastings <steve at hastings.org>
  Date:   2011-07-19 (Tue, 19 Jul 2011)

  Changed paths:
    M numpy/add_newdocs.py

  Log Message:
  -----------
  DOC: datetime: Update docstrings for busdays code.

The previous checkin has examples for working with datetime64 objects and
the busdays functions.  Edit the docstrings for busdays to harmonize them
with the language used in the examples.

Instead of saying "business days", now say "valid days".  The default
valid days are Monday through Friday, business days, but other sets of
valid days are possible.


  Commit: 1d3add610afc367d59bdc0c40a16cacf766a48a9
      https://github.com/numpy/numpy/commit/1d3add610afc367d59bdc0c40a16cacf766a48a9
  Author: Mark Wiebe <mwiebe at enthought.com>
  Date:   2011-07-19 (Tue, 19 Jul 2011)

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

  Log Message:
  -----------
  DOC: datetime: hyperlink busday_count and is_busday functions in datetime doc


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

  Changed paths:
    M doc/source/reference/arrays.datetime.rst
  M numpy/add_newdocs.py
  M numpy/core/src/multiarray/datetime_busdaycal.c
  M numpy/core/tests/test_datetime.py

  Log Message:
  -----------
  MRG: Merge branch 'steveha/datetime64_doc'


Compare: https://github.com/numpy/numpy/compare/c649139...ecaf1e1



More information about the Numpy-svn mailing list