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 to_timestamp #838

Merged
merged 40 commits into from Nov 17, 2022
Merged

Support to_timestamp #838

merged 40 commits into from Nov 17, 2022

Commits on Oct 5, 2022

  1. functionality and pytest

    sarahyurick committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    b40ff39 View commit details
    Browse the repository at this point in the history
  2. style fix

    sarahyurick committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    93d13d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    827cfa9 View commit details
    Browse the repository at this point in the history
  2. add format param

    sarahyurick committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    ab053b0 View commit details
    Browse the repository at this point in the history
  3. lint

    sarahyurick committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    6bdf852 View commit details
    Browse the repository at this point in the history
  4. remove quotes from result

    sarahyurick committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    ed42f94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    190624a View commit details
    Browse the repository at this point in the history
  6. lint

    sarahyurick committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    067722d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Apply suggestions from code review

    Co-authored-by: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com>
    sarahyurick and charlesbluca committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    a3c6482 View commit details
    Browse the repository at this point in the history
  2. add string input and test

    sarahyurick committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    16ebc65 View commit details
    Browse the repository at this point in the history
  3. lint

    sarahyurick committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    26c2d71 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. timestampadd parser test

    sarahyurick committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    f7cbf9f View commit details
    Browse the repository at this point in the history
  2. change Variadic to Exact

    sarahyurick committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    3ae33a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd25755 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. rust test and pdlike

    sarahyurick committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    9f80fb5 View commit details
    Browse the repository at this point in the history
  2. fix rust test maybe?

    sarahyurick committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    228959b View commit details
    Browse the repository at this point in the history
  3. minor change

    sarahyurick committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    beef8c2 View commit details
    Browse the repository at this point in the history
  4. fix rust test

    sarahyurick committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    8b54493 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

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

Commits on Oct 27, 2022

  1. gpu test?

    sarahyurick committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    89af2bf View commit details
    Browse the repository at this point in the history
  2. edit gpu test

    sarahyurick committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    78096c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. try again

    sarahyurick committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5ca6f96 View commit details
    Browse the repository at this point in the history
  2. dask_cudf

    sarahyurick committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    e8cc5a1 View commit details
    Browse the repository at this point in the history
  3. try except to_cupy

    sarahyurick committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b48426e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b4e0be View commit details
    Browse the repository at this point in the history
  5. style fix

    sarahyurick committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    3eca988 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. pass most gpu tests?

    sarahyurick committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f917a34 View commit details
    Browse the repository at this point in the history
  2. Update call.py

    sarahyurick committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    df688e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae9f38f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Apply suggestions from code review

    Co-authored-by: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com>
    sarahyurick and charlesbluca committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    65a010d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7078909 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e98a46 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    b6c5549 View commit details
    Browse the repository at this point in the history
  2. link to issue

    sarahyurick committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    afb33e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Update tests/integration/test_rex.py

    Co-authored-by: Ayush Dattagupta <ayushdg95@gmail.com>
    sarahyurick and ayushdg committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    7d35341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    674437b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b1bbd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    a2c5d82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e5c18 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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