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

REF/API: DatetimeTZDtype #23990

Merged
merged 20 commits into from
Dec 3, 2018
Merged

REF/API: DatetimeTZDtype #23990

merged 20 commits into from
Dec 3, 2018

Commits on Nov 29, 2018

  1. REF/API: DatetimeTZDtype

    * Remove magic constructor from string
    * Remove Caching
    
    The remaining changes in the DatetimeArray PR will be to
    
    1. Inherit from ExtensionDtype
    2. Implement construct_array_type
    3. Register
    TomAugspurger committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    1ca7fa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fa4bb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e6d8ea View commit details
    Browse the repository at this point in the history
  4. cache readonly

    TomAugspurger committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    9e4faf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad2723c View commit details
    Browse the repository at this point in the history
  6. Updates

    * Use pandas_dtype
    * removed cache_readonly
    TomAugspurger committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    e0b7b77 View commit details
    Browse the repository at this point in the history
  7. Fixed tz name

    TomAugspurger committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    6cc9ce5 View commit details
    Browse the repository at this point in the history
  8. Remove _coerce_to_dtype

    TomAugspurger committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    7ab2a74 View commit details
    Browse the repository at this point in the history
  9. fix unpickling

    TomAugspurger committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    c14b45f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10d2c8a View commit details
    Browse the repository at this point in the history
  11. PeriodDtype needs freq

    TomAugspurger committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    50e1aeb View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

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

Commits on Dec 2, 2018

  1. Configuration menu
    Copy the full SHA
    e3616e9 View commit details
    Browse the repository at this point in the history
  2. remove stale comment

    TomAugspurger committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    6d626e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    42fe484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22699f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d89a6cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c82999d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9b929a View commit details
    Browse the repository at this point in the history
  6. try ci

    TomAugspurger committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    5cde369 View commit details
    Browse the repository at this point in the history