Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support various datetime types as input #464

Merged
merged 18 commits into from
Jul 13, 2020
Merged

Support various datetime types as input #464

merged 18 commits into from
Jul 13, 2020

Commits on May 30, 2020

  1. Support various datetime types as input

    Currently supported datetime types:
    
    - [numpy.datetime64](https://numpy.org/doc/stable/reference/arrays.datetime.html)
    - [pandas.DateTimeIndex](https://pandas.pydata.org/docs/user_guide/timeseries.html)
    seisman committed May 30, 2020
    Configuration menu
    Copy the full SHA
    6a75bb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4403a4a View commit details
    Browse the repository at this point in the history
  3. Add more comments

    seisman committed May 30, 2020
    Configuration menu
    Copy the full SHA
    261f93c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Configuration menu
    Copy the full SHA
    4c60678 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Configuration menu
    Copy the full SHA
    34b4aa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9b59a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    7b78930 View commit details
    Browse the repository at this point in the history
  2. Add a function array_to_datetime to convert any legal array/list to p…

    …andas.DateTimeIndex and numpy.datetime64 types
    seisman committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    fa6ab93 View commit details
    Browse the repository at this point in the history
  3. Fix 1D to 1d in docstrings

    seisman committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    e21c1ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3cc4b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Configuration menu
    Copy the full SHA
    d033de4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    90d97d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Configuration menu
    Copy the full SHA
    e106152 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Configuration menu
    Copy the full SHA
    aba4a67 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    607b3ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4f4015 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f70db5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2258a5 View commit details
    Browse the repository at this point in the history