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: DatetimeLikeArray #24024

Merged
merged 220 commits into from
Jan 2, 2019
Merged

Commits on Nov 30, 2018

  1. Squashed commit of the following:

    commit c23c9e2
    Merge: 50e1aeb dc8d35a
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 30 09:10:00 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into dtype-only
    
    commit 50e1aeb
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Nov 29 13:00:35 2018 -0600
    
        PeriodDtype needs freq
    
    commit 10d2c8a
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Nov 29 10:30:29 2018 -0600
    
        refactor construct_from_string
    
    commit c14b45f
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Nov 29 10:19:29 2018 -0600
    
        fix unpickling
    
    commit 7ab2a74
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Nov 29 10:16:32 2018 -0600
    
        Remove _coerce_to_dtype
    
    commit 6cc9ce5
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Nov 29 08:54:35 2018 -0600
    
        Fixed tz name
    
    commit e0b7b77
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Nov 29 07:05:04 2018 -0600
    
        Updates
    
        * Use pandas_dtype
        * removed cache_readonly
    
    commit ad2723c
    Merge: 9e4faf8 d9a037e
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Nov 29 06:39:25 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into dtype-only
    
    commit 9e4faf8
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Nov 29 06:14:05 2018 -0600
    
        cache readonly
    
    commit 7e6d8ea
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Wed Nov 28 21:45:21 2018 -0600
    
        Restore construct_array_type
    
    commit 2fa4bb0
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Wed Nov 28 21:14:10 2018 -0600
    
        unxfail test, remove caching bit
    
    commit 1ca7fa4
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Wed Nov 28 17:04:40 2018 -0600
    
        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 30, 2018
    Configuration menu
    Copy the full SHA
    e9c8418 View commit details
    Browse the repository at this point in the history
  2. Squashed commit of the following:

    commit e7cc2ac
    Merge: 740f9e5 30c1290
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Wed Nov 28 16:16:03 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-repr
    
    commit 740f9e5
    Merge: a35399e db8d33e
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Wed Nov 28 07:42:38 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-repr
    
    commit a35399e
    Merge: d9df6bf 6fad5a0
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 19 19:07:41 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-repr
    
    commit d9df6bf
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 19 19:04:56 2018 -0600
    
        correct boxing
    
    commit d84cc02
    Merge: 2b5fe25 deb7b4d
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 19 19:02:02 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-repr
    
    commit 2b5fe25
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 19 06:38:03 2018 -0600
    
        BUG: Fixed SparseArray formatter
    
        We want to fall back to the implementation in formats.
    
    commit ef390fc
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 19 06:29:42 2018 -0600
    
        Updates: misc
    
        * whatsnew
        * docstrings
    
    commit 5c253a4
    Merge: 27db397 2946745
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 19 06:22:28 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-repr
    
    commit 27db397
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Nov 15 09:05:47 2018 -0600
    
        simplify formatter
    
    commit fc4279d
    Merge: a926dca 8af7637
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Nov 15 08:06:48 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-repr
    
    commit a926dca
    Merge: 62b1e2f e413c49
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Wed Nov 14 15:21:09 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-repr
    
    commit 62b1e2f
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 12 11:19:07 2018 -0600
    
        remove bytes
    
    commit 2364546
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 12 09:11:27 2018 -0600
    
        fixup! fixup! use repr
    
    commit 439f2f8
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 12 09:05:50 2018 -0600
    
        fixup! use repr
    
    commit 221cee9
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 12 09:04:31 2018 -0600
    
        use repr
    
    commit e5f6976
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 12 08:19:01 2018 -0600
    
        wip
    
    commit ebadf6f
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 12 08:11:12 2018 -0600
    
        FutureWarning -> DeprecationWarning
    
    commit 9116930
    Merge: 0f4083e 011b79f
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 12 08:10:53 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-repr
    
    commit 0f4083e
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 12 06:59:20 2018 -0600
    
        remove periodarray
    
    commit 708dd75
    Merge: 1b93bf0 3592a46
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Nov 12 06:18:59 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-repr
    
    commit 1b93bf0
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Sun Nov 11 14:52:27 2018 -0600
    
        update repr tests
    
    commit 5b291d5
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Sat Nov 10 16:33:20 2018 -0600
    
        lint
    
    commit 4d343ea
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Sat Nov 10 16:30:55 2018 -0600
    
        unicode
    
    commit baee6b2
    Merge: 5d8d2fc 383d052
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Sat Nov 10 16:27:49 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-repr
    
    commit 5d8d2fc
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Sat Nov 10 14:45:55 2018 -0600
    
        unicode
    
    commit 2fd3d5d
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Sat Nov 10 14:45:22 2018 -0600
    
        unicode
    
    commit ff0c998
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Sat Nov 10 14:41:43 2018 -0600
    
        fixup
    
    commit 5b07906
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Sat Nov 10 06:52:16 2018 -0600
    
        py3 fixup
    
    commit 60e0d02
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Sat Nov 10 06:36:39 2018 -0600
    
        isort
    
    commit 445736d
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Sat Nov 10 06:30:57 2018 -0600
    
        unicode, bytes
    
    commit b312fe4
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Sat Nov 10 06:22:33 2018 -0600
    
        revert interval
    
    commit d8e7ba4
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 21:08:41 2018 -0600
    
        py2 compat
    
    commit 48e55cc
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 20:52:28 2018 -0600
    
        fixup interval
    
    commit e2b1941
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 16:05:33 2018 -0600
    
        updates
    
    commit 1635b73
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 15:35:53 2018 -0600
    
        try this
    
    commit 5a2e1e4
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 15:02:39 2018 -0600
    
        format
    
    commit 193747e
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 14:56:09 2018 -0600
    
        update docs, type
    
    commit 6e64b7b
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 14:47:45 2018 -0600
    
        more cleanup
    
    commit 37638cc
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 14:29:25 2018 -0600
    
        wip
    
    commit 4e0d91f
    Merge: ecfcd72 efd1844
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 13:36:13 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-repr
    
    commit ecfcd72
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 13:33:25 2018 -0600
    
        clean
    
    commit 1885a97
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 13:22:29 2018 -0600
    
        na formatter
    
    commit fef04e6
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 12:19:58 2018 -0600
    
        compat
    
    commit 6e76b51
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 12:16:03 2018 -0600
    
        test for warning
    
    commit ace62aa
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 12:07:47 2018 -0600
    
        Deprecate formatting_values
    
    commit 0fdbfd3
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 9 09:26:57 2018 -0600
    
        wip
    TomAugspurger committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    80d9576 View commit details
    Browse the repository at this point in the history
  3. Squashed commit of the following:

    commit f35e8dd
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 30 13:12:22 2018 -0600
    
        extraneous comment
    
    commit ce353af
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 30 13:11:30 2018 -0600
    
        release note
    
    commit 09e07d2
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Nov 30 13:00:39 2018 -0600
    
        PERF: fixup
    TomAugspurger committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    acd5b6d View commit details
    Browse the repository at this point in the history
  4. REF: DatetimeArray

    TomAugspurger committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    f364f77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56d9af6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    538db1f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    6620b0f View commit details
    Browse the repository at this point in the history
  2. fixup

    TomAugspurger committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    4842e53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7c1d42 View commit details
    Browse the repository at this point in the history
  4. fixup

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

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    7ebb9ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e843984 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67a9cf9 View commit details
    Browse the repository at this point in the history
  4. fixups

    * whitespace
    * skips
    TomAugspurger committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    09837ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3f9142 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. fixups

    TomAugspurger committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    7c76b3e View commit details
    Browse the repository at this point in the history
  2. fixups

    TomAugspurger committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    eae133d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    165f3fd View commit details
    Browse the repository at this point in the history
  4. Squashed commit of the following:

    commit 56470c3
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Wed Dec 5 11:39:48 2018 -0600
    
        Fixups:
    
        * Ensure data generated OK.
        * Remove erroneous comments about alignment. That was user error.
    
    commit c4604df
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Dec 3 14:23:25 2018 -0600
    
        API: Added ExtensionArray.where
    
        We need some way to do `.where` on EA object for DatetimeArray. Adding it
        to the interface is, I think, the easiest way.
    
        Initially I started to write a version on ExtensionBlock, but it proved
        to be unwieldy. to write a version that performed well for all types.
        It *may* be possible to do using `_ndarray_values` but we'd need a few more
        things around that (missing values, converting an arbitrary array to the
        "same' ndarary_values, error handling, re-constructing). It seemed easier
        to push this down to the array.
    
        The implementation on ExtensionArray is readable, but likely slow since
        it'll involve a conversion to object-dtype.
    
        Closes pandas-dev#24077
    TomAugspurger committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    7ec7351 View commit details
    Browse the repository at this point in the history
  5. Fixed: where

    TomAugspurger committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    e7538e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f1ee37 View commit details
    Browse the repository at this point in the history
  7. some cleanups

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

Commits on Dec 6, 2018

  1. Squashed commit of the following:

    commit 28c61d770f6dfca6857fd0fa6979d4119a31129e
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Dec 6 12:18:19 2018 -0600
    
        uncomment
    
    commit bae2e322523efc73a1344464f51611e2dc555ccb
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Dec 6 12:17:09 2018 -0600
    
        maybe fixes
    
    commit 6cb4db05c9d6ceba3794096f0172cae5ed5f6019
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Dec 6 09:57:37 2018 -0600
    
        we back
    
    commit d97ab57fb32cb23371169d9ed659ccfac34cfe45
    Merge: a117de4 b78aa8d
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Dec 6 09:51:51 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into disown-tz-only-rebased2
    
    commit b78aa8d
    Author: gfyoung <gfyoung17+GitHub@gmail.com>
    Date:   Thu Dec 6 07:18:44 2018 -0500
    
        REF/TST: Add pytest idiom to reshape/test_tile (pandas-dev#24107)
    
    commit 2993b8e
    Author: gfyoung <gfyoung17+GitHub@gmail.com>
    Date:   Thu Dec 6 07:17:55 2018 -0500
    
        REF/TST: Add more pytest idiom to scalar/test_nat (pandas-dev#24120)
    
    commit b841374
    Author: evangelineliu <hsiyinliu@gmail.com>
    Date:   Wed Dec 5 18:21:46 2018 -0500
    
        BUG: Fix concat series loss of timezone (pandas-dev#24027)
    
    commit 4ae63aa
    Author: jbrockmendel <jbrockmendel@gmail.com>
    Date:   Wed Dec 5 14:44:50 2018 -0800
    
        Implement DatetimeArray._from_sequence (pandas-dev#24074)
    
    commit 2643721
    Author: jbrockmendel <jbrockmendel@gmail.com>
    Date:   Wed Dec 5 14:43:45 2018 -0800
    
        CLN: Follow-up to pandas-dev#24100 (pandas-dev#24116)
    
    commit 8ea7744
    Author: chris-b1 <cbartak@gmail.com>
    Date:   Wed Dec 5 14:21:23 2018 -0600
    
        PERF: ascii c string functions (pandas-dev#23981)
    
    commit cb862e4
    Author: jbrockmendel <jbrockmendel@gmail.com>
    Date:   Wed Dec 5 12:19:46 2018 -0800
    
        BUG: fix mutation of DTI backing Series/DataFrame (pandas-dev#24096)
    
    commit aead29b
    Author: topper-123 <contribute@tensortable.com>
    Date:   Wed Dec 5 19:06:00 2018 +0000
    
        API: rename MultiIndex.labels to MultiIndex.codes (pandas-dev#23752)
    TomAugspurger committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    1f463a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5fdc21 View commit details
    Browse the repository at this point in the history
  3. Fixed IO pytables

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

Commits on Dec 7, 2018

  1. wip:constructor

    TomAugspurger committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    d4c9521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c22a30a View commit details
    Browse the repository at this point in the history
  3. Squashed commit of the following:

    commit 9e0d87d
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Dec 7 07:18:58 2018 -0600
    
        update docs, cleanup
    
    commit 1271d3d
    Merge: 033ac9c f74fc59
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Dec 7 07:12:49 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-where
    
    commit 033ac9c
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Fri Dec 7 06:30:18 2018 -0600
    
        Setitem-based where
    
    commit e9665b8
    Merge: 5e14414 03134cb
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Dec 6 21:38:42 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-where
    
    commit 5e14414
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Dec 6 09:18:54 2018 -0600
    
        where versionadded
    
    commit d90f384
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Dec 6 09:17:43 2018 -0600
    
        deprecation note for categorical
    
    commit 4715ef6
    Merge: edff47e b78aa8d
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Dec 6 08:15:26 2018 -0600
    
        Merge remote-tracking branch 'upstream/master' into ea-where
    
    commit edff47e
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Dec 6 08:15:21 2018 -0600
    
        32-bit compat
    
    commit badb5be
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Thu Dec 6 06:21:44 2018 -0600
    
        compat, revert
    
    commit 911a2da
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Wed Dec 5 15:55:24 2018 -0600
    
        debug 32-bit issue
    
    commit a69dbb3
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Wed Dec 5 15:49:17 2018 -0600
    
        warn for categorical
    
    commit 6f79282
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Wed Dec 5 12:45:54 2018 -0600
    
        32-bit compat
    
    commit 56470c3
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Wed Dec 5 11:39:48 2018 -0600
    
        Fixups:
    
        * Ensure data generated OK.
        * Remove erroneous comments about alignment. That was user error.
    
    commit c4604df
    Author: Tom Augspurger <tom.w.augspurger@gmail.com>
    Date:   Mon Dec 3 14:23:25 2018 -0600
    
        API: Added ExtensionArray.where
    
        We need some way to do `.where` on EA object for DatetimeArray. Adding it
        to the interface is, I think, the easiest way.
    
        Initially I started to write a version on ExtensionBlock, but it proved
        to be unwieldy. to write a version that performed well for all types.
        It *may* be possible to do using `_ndarray_values` but we'd need a few more
        things around that (missing values, converting an arbitrary array to the
        "same' ndarary_values, error handling, re-constructing). It seemed easier
        to push this down to the array.
    
        The implementation on ExtensionArray is readable, but likely slow since
        it'll involve a conversion to object-dtype.
    
        Closes pandas-dev#24077
    TomAugspurger committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    abd019a View commit details
    Browse the repository at this point in the history
  4. Boxing compat

    TomAugspurger committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    4e9608e View commit details
    Browse the repository at this point in the history
  5. test fixups

    TomAugspurger committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    4988630 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3eb8432 View commit details
    Browse the repository at this point in the history
  7. Revert "Squashed commit of the following:"

    This reverts commit abd019a.
    TomAugspurger committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    2a562b8 View commit details
    Browse the repository at this point in the history
  8. hacky where fix

    TomAugspurger committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    f4cbf36 View commit details
    Browse the repository at this point in the history
  9. basic unstack test

    TomAugspurger committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    b366968 View commit details
    Browse the repository at this point in the history
  10. where fixups

    TomAugspurger committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    fef6847 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c19b8c View commit details
    Browse the repository at this point in the history
  12. Cleanup

    Removed some accumulated cruft
    TomAugspurger committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    3970f62 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. Configuration menu
    Copy the full SHA
    9a50f92 View commit details
    Browse the repository at this point in the history
  2. unxfail

    TomAugspurger committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    ebb4009 View commit details
    Browse the repository at this point in the history
  3. lint

    TomAugspurger committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    57b401e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Configuration menu
    Copy the full SHA
    0a61ba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    323bfeb View commit details
    Browse the repository at this point in the history
  3. remove xfail

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

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    62bf6c6 View commit details
    Browse the repository at this point in the history
  2. [WIP]: Fixed groupby resample

    This is a hopefully temporary fix, to spur discussion on what a
    proper fix might look like.
    TomAugspurger committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    0a8ccfd View commit details
    Browse the repository at this point in the history
  3. wip

    TomAugspurger committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    d5f2ac2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    831d91a View commit details
    Browse the repository at this point in the history
  5. EA-Where cleanup

    TomAugspurger committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    e69ba08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c31b80e View commit details
    Browse the repository at this point in the history
  7. wip: more dispatching

    TomAugspurger committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    b4a0dc6 View commit details
    Browse the repository at this point in the history
  8. wip: py2 compat

    TomAugspurger committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    8c0641b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d7dfda View commit details
    Browse the repository at this point in the history
  10. old DTI pickle compat

    TomAugspurger committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    580f7ba View commit details
    Browse the repository at this point in the history
  11. REF: TDA Constructor

    Similiar refactor for DTA/PeriodArray. Fixes most of the pickling issues.
    TomAugspurger committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    c41ec57 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    558adf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6586bcd View commit details
    Browse the repository at this point in the history
  3. TDA Constructor fixups

    TomAugspurger committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    5777ed0 View commit details
    Browse the repository at this point in the history
  4. Constructors

    Change asserts to exceptions
    TomAugspurger committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    d20291f View commit details
    Browse the repository at this point in the history
  5. versionadded

    TomAugspurger committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    0f231e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f473df View commit details
    Browse the repository at this point in the history
  7. Ops updates

    * Unxfail most ops xfails
    * Avoid overwriting TDI ops methods
    * Change dispatching order to go to index first, then extension
    TomAugspurger committed Dec 11, 2018
    1 Configuration menu
    Copy the full SHA
    c3b7dea View commit details
    Browse the repository at this point in the history
  8. Cleanup

    * Moved fillna to parent
    * reorganize
    TomAugspurger committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    074eed9 View commit details
    Browse the repository at this point in the history
  9. edge cases

    TomAugspurger committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    02145d9 View commit details
    Browse the repository at this point in the history
  10. fixups

    TomAugspurger committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    bf57186 View commit details
    Browse the repository at this point in the history
  11. 32-bit compat

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

Commits on Dec 12, 2018

  1. 32-bit compat

    TomAugspurger committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    d557976 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87f18e3 View commit details
    Browse the repository at this point in the history
  3. Astype fixups

    TomAugspurger committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    afc4c4a View commit details
    Browse the repository at this point in the history
  4. doc comment

    TomAugspurger committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    3702801 View commit details
    Browse the repository at this point in the history
  5. 32-bit compat

    TomAugspurger committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    119575f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cd6958 View commit details
    Browse the repository at this point in the history
  7. TST: tighten up matches

    TomAugspurger committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    4371ed0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    629e8e5 View commit details
    Browse the repository at this point in the history
  9. Unique docstring

    TomAugspurger committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    a9a2101 View commit details
    Browse the repository at this point in the history
  10. py27, 64bit compat

    TomAugspurger committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    4c460c6 View commit details
    Browse the repository at this point in the history
  11. maybe fix 0.24 syntax

    TomAugspurger committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    ac734b3 View commit details
    Browse the repository at this point in the history
  12. Large cleanup

    TomAugspurger committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    b485e5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f7d9cdb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Cleanup

    * remove unused where
    * standardize _format_native_types
    * remove unused strftime
    * remove unused any / all
    TomAugspurger committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    a86e4cb View commit details
    Browse the repository at this point in the history
  2. Hide one

    TomAugspurger committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    462a4f7 View commit details
    Browse the repository at this point in the history
  3. JSON comments

    TomAugspurger committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    b901c3d View commit details
    Browse the repository at this point in the history
  4. Fixups

    * min / max
    * astype
    * clean
    TomAugspurger committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    4bf1862 View commit details
    Browse the repository at this point in the history
  5. Some cleanups

    TomAugspurger committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    7dd3ba5 View commit details
    Browse the repository at this point in the history
  6. Fixup DatetimeTZBlock.get_values

    * 1-d return value
    * reshaping
    * docstring
    * always ndarray
    TomAugspurger committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    87101bf View commit details
    Browse the repository at this point in the history
  7. Fixed datetimelike-max

    Working around pandas-dev#24265
    TomAugspurger committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    8c6f2db View commit details
    Browse the repository at this point in the history
  8. Document IncompatibleTimezoneError

    * lowercase zone
    * added docs
    TomAugspurger committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    6bfd919 View commit details
    Browse the repository at this point in the history
  9. Update concat test

    Add a comment for when that maybe fails in the future if there's
    a concat bug.
    TomAugspurger committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    4cb6c50 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c1609a View commit details
    Browse the repository at this point in the history
  11. clarifying comments

    TomAugspurger committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    e7505cd View commit details
    Browse the repository at this point in the history
  12. Added check for ABCDatetimeArray & ABCPeriodArray

    This avoids a coercion to ndarray
    TomAugspurger committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    8060edd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    55f6c26 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ef11a07 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    17a3bbb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    48f85f0 View commit details
    Browse the repository at this point in the history
  17. Dispatch tz, tzinfo

    TomAugspurger committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    4ec0284 View commit details
    Browse the repository at this point in the history
  18. Updates

    * docstring fixups
    * ABC
    * DTI.__new__ doesn't box & unbox
    TomAugspurger committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    aa82a0b View commit details
    Browse the repository at this point in the history
  19. Added some docs

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

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    34c2bd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0a266e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94fd88b View commit details
    Browse the repository at this point in the history
  4. Print wrong dtype

    TomAugspurger committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    75df1c9 View commit details
    Browse the repository at this point in the history
  5. Fix new failures

    TomAugspurger committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    82c998a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9252c75 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

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

Commits on Dec 16, 2018

  1. Configuration menu
    Copy the full SHA
    80b3455 View commit details
    Browse the repository at this point in the history
  2. Update for comments

    * removed _to_json_values
    * update docs
    * comments
    * use is_dtype_equal
    TomAugspurger committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    87c125b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    b9f2d4e View commit details
    Browse the repository at this point in the history
  2. minor cleanups

    TomAugspurger committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    a695eb8 View commit details
    Browse the repository at this point in the history
  3. Remove ref_to_data, deepcopy_if_needed

    It was only used in DatetimeIndex.__new__, and should in principle
    be handled by sequence_to_dt64ns
    TomAugspurger committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    bbc5f1b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Configuration menu
    Copy the full SHA
    a22f22c View commit details
    Browse the repository at this point in the history
  2. Private _hasnans

    TomAugspurger committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    0aff5fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90a937f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1566c1e View commit details
    Browse the repository at this point in the history
  5. removed nbs

    TomAugspurger committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    cc80a8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58f3421 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99bc78e View commit details
    Browse the repository at this point in the history
  8. Notes on _index_data

    TomAugspurger committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    ee48dc0 View commit details
    Browse the repository at this point in the history
  9. clarify comment

    TomAugspurger committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    6e487c6 View commit details
    Browse the repository at this point in the history
  10. Cleanups

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

Commits on Dec 19, 2018

  1. Updates

    * fixed whatsnew
    * conditional skip for parquet
    * comments on delegate
    * remove redundant methods
    TomAugspurger committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    d81c204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d821927 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    617a172 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32ef700 View commit details
    Browse the repository at this point in the history
  5. add nonexistent

    TomAugspurger committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    0a0df77 View commit details
    Browse the repository at this point in the history
  6. Fixed to_numpy on datetimetz

    This special case will be unneccessary very soon.
    TomAugspurger committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    169eae6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be4335d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    203a5a6 View commit details
    Browse the repository at this point in the history
  9. use _data

    TomAugspurger committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    fab4c33 View commit details
    Browse the repository at this point in the history
  10. Check before unboxing

    TomAugspurger committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    89b5b51 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    b2afd4e View commit details
    Browse the repository at this point in the history
  2. na in unbox

    TomAugspurger committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    a874f5f View commit details
    Browse the repository at this point in the history
  3. Try removing freq infer

    TomAugspurger committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    0eb28e8 View commit details
    Browse the repository at this point in the history
  4. bits of 24364

    jbrockmendel committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    42dfd30 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Merge pull request #6 from jbrockmendel/disown2

    bits of 24364
    TomAugspurger authored Dec 21, 2018
    Configuration menu
    Copy the full SHA
    f62544a View commit details
    Browse the repository at this point in the history
  2. Updates

    * _values -> _data
    * remove unused imports
    TomAugspurger committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    2e30a56 View commit details
    Browse the repository at this point in the history
  3. Small updates

    TomAugspurger committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    af815f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b046791 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4522dfe View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

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

Commits on Dec 27, 2018

  1. Configuration menu
    Copy the full SHA
    0b570b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72fe4fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a711f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6530500 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Configuration menu
    Copy the full SHA
    445e46a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ae6706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60ddcb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5988477 View commit details
    Browse the repository at this point in the history
  5. matching errors

    TomAugspurger committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    20c23b7 View commit details
    Browse the repository at this point in the history
  6. isort

    TomAugspurger committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    7a5fd94 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/master' into disown-tz-only-re…

    …based
    
    Conflicts:
    
    1. Preserved the new inheritance structure
    2. Used the delegate_names from master (may be redundant?)
    
    Changes:
    
    1. Replaced _eadata with _data in delegate, to avoid infinite recursion
    TomAugspurger committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    e644d8c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d3b55e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68cde94 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2018

  1. Configuration menu
    Copy the full SHA
    421435a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from jbrockmendel/disown7

    Another 24024 rebase
    TomAugspurger authored Dec 29, 2018
    Configuration menu
    Copy the full SHA
    bbf7fa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    324d452 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdec2a8 View commit details
    Browse the repository at this point in the history
  5. Updates

    * Override setitem
    * Deduplicate
    TomAugspurger committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    e66c18b View commit details
    Browse the repository at this point in the history
  6. wrong branch

    TomAugspurger committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    09c2c91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6373948 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e91bc09 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #10 from jbrockmendel/disown8

    Another rebase
    TomAugspurger authored Dec 29, 2018
    Configuration menu
    Copy the full SHA
    4bf00d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8cb7d9e View commit details
    Browse the repository at this point in the history
  11. fixup

    TomAugspurger committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    23fd9bb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    695010c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec2c7af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a499ed8 View commit details
    Browse the repository at this point in the history
  15. Small diff cleanups

    jbrockmendel committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    a32e020 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. Merge pull request #11 from jbrockmendel/na

    Restore locations of null-handing methods
    TomAugspurger authored Dec 30, 2018
    Configuration menu
    Copy the full SHA
    6d2fc99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9342b59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c566ce8 View commit details
    Browse the repository at this point in the history
  4. Freq changes

    * Removed DatelikeMixin
    * Get freq from _data
    TomAugspurger committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    f783770 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. Configuration menu
    Copy the full SHA
    9502f90 View commit details
    Browse the repository at this point in the history
  2. fix rebase scerwup

    jbrockmendel committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    3e1ee5e View commit details
    Browse the repository at this point in the history
  3. fix shift

    jbrockmendel committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    92d8089 View commit details
    Browse the repository at this point in the history
  4. fixups

    jbrockmendel committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    cbb90f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be1c968 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c655592 View commit details
    Browse the repository at this point in the history
  7. eadata fixup

    TomAugspurger committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    8d2108a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fafa1ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01f185b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    efa1c2c View commit details
    Browse the repository at this point in the history
  11. Update .array

    We have Series/Index[datetime64[ns]] be a DatetimeArray
    TomAugspurger committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    a65efb0 View commit details
    Browse the repository at this point in the history
  12. Simplify diff

    TomAugspurger committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    01115c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d37675 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2019

  1. fix failing tests

    jbrockmendel committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    38817a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from jbrockmendel/cifix

    Fix failing tests
    TomAugspurger authored Jan 1, 2019
    Configuration menu
    Copy the full SHA
    8fad32e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dbc63a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7de78f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7544bcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39a2a67 View commit details
    Browse the repository at this point in the history
  7. import

    TomAugspurger committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    6e90823 View commit details
    Browse the repository at this point in the history
  8. Fixed failing test

    TomAugspurger committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    9e61b5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0be63a6 View commit details
    Browse the repository at this point in the history
  10. Minor fixups

    TomAugspurger committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    90700fb View commit details
    Browse the repository at this point in the history
  11. comment

    TomAugspurger committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    c77d49c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1499344 View commit details
    Browse the repository at this point in the history
  13. Use class

    TomAugspurger committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    38a6eb6 View commit details
    Browse the repository at this point in the history
  14. 32-bit compat

    TomAugspurger committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    b7253d7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f11f07f View commit details
    Browse the repository at this point in the history
  16. Fixup merge

    TomAugspurger committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    ca11d27 View commit details
    Browse the repository at this point in the history
  17. use to_numpy

    TomAugspurger committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    4c2a620 View commit details
    Browse the repository at this point in the history
  18. try returning dt64arr

    TomAugspurger committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    adddef2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9498554 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4f1c212 View commit details
    Browse the repository at this point in the history
  21. abc

    TomAugspurger committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    40cdca8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    756a4b6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    aea0e05 View commit details
    Browse the repository at this point in the history
  24. comment

    TomAugspurger committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    dfa7fea View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cc8b1ca View commit details
    Browse the repository at this point in the history
  26. Fixup merge

    TomAugspurger committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    6a2e1a1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b84bef1 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. diff reduction

    jbrockmendel committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    69ed3d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from jbrockmendel/reduction

    Diff reduction for 24024
    TomAugspurger authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    4110b4c View commit details
    Browse the repository at this point in the history
  3. just index

    TomAugspurger committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    ce5f3b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c76ae1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef36be1 View commit details
    Browse the repository at this point in the history
  6. fixup merge

    TomAugspurger committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    ad4ea4d View commit details
    Browse the repository at this point in the history
  7. isort

    TomAugspurger committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    14a13b0 View commit details
    Browse the repository at this point in the history
  8. remove block

    TomAugspurger committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    5c8d3c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2436214 View commit details
    Browse the repository at this point in the history