-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
REF: DatetimeLikeArray #24024
Commits on Nov 30, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for e9c8418 - Browse repository at this point
Copy the full SHA e9c8418View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 80d9576 - Browse repository at this point
Copy the full SHA 80d9576View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for acd5b6d - Browse repository at this point
Copy the full SHA acd5b6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f364f77 - Browse repository at this point
Copy the full SHA f364f77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56d9af6 - Browse repository at this point
Copy the full SHA 56d9af6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 538db1f - Browse repository at this point
Copy the full SHA 538db1fView commit details
Commits on Dec 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6620b0f - Browse repository at this point
Copy the full SHA 6620b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4842e53 - Browse repository at this point
Copy the full SHA 4842e53View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7c1d42 - Browse repository at this point
Copy the full SHA a7c1d42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07586d9 - Browse repository at this point
Copy the full SHA 07586d9View commit details
Commits on Dec 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7ebb9ee - Browse repository at this point
Copy the full SHA 7ebb9eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e843984 - Browse repository at this point
Copy the full SHA e843984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67a9cf9 - Browse repository at this point
Copy the full SHA 67a9cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09837ac - Browse repository at this point
Copy the full SHA 09837acView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3f9142 - Browse repository at this point
Copy the full SHA f3f9142View commit details
Commits on Dec 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7c76b3e - Browse repository at this point
Copy the full SHA 7c76b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eae133d - Browse repository at this point
Copy the full SHA eae133dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 165f3fd - Browse repository at this point
Copy the full SHA 165f3fdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7ec7351 - Browse repository at this point
Copy the full SHA 7ec7351View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7538e6 - Browse repository at this point
Copy the full SHA e7538e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f1ee37 - Browse repository at this point
Copy the full SHA 4f1ee37View commit details -
Configuration menu - View commit details
-
Copy full SHA for a117de4 - Browse repository at this point
Copy the full SHA a117de4View commit details
Commits on Dec 6, 2018
-
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)
Configuration menu - View commit details
-
Copy full SHA for 1f463a1 - Browse repository at this point
Copy the full SHA 1f463a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5fdc21 - Browse repository at this point
Copy the full SHA d5fdc21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98182b1 - Browse repository at this point
Copy the full SHA 98182b1View commit details
Commits on Dec 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d4c9521 - Browse repository at this point
Copy the full SHA d4c9521View commit details -
Configuration menu - View commit details
-
Copy full SHA for c22a30a - Browse repository at this point
Copy the full SHA c22a30aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for abd019a - Browse repository at this point
Copy the full SHA abd019aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e9608e - Browse repository at this point
Copy the full SHA 4e9608eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4988630 - Browse repository at this point
Copy the full SHA 4988630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb8432 - Browse repository at this point
Copy the full SHA 3eb8432View commit details -
Revert "Squashed commit of the following:"
This reverts commit abd019a.
Configuration menu - View commit details
-
Copy full SHA for 2a562b8 - Browse repository at this point
Copy the full SHA 2a562b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4cbf36 - Browse repository at this point
Copy the full SHA f4cbf36View commit details -
Configuration menu - View commit details
-
Copy full SHA for b366968 - Browse repository at this point
Copy the full SHA b366968View commit details -
Configuration menu - View commit details
-
Copy full SHA for fef6847 - Browse repository at this point
Copy the full SHA fef6847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c19b8c - Browse repository at this point
Copy the full SHA 9c19b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3970f62 - Browse repository at this point
Copy the full SHA 3970f62View commit details
Commits on Dec 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9a50f92 - Browse repository at this point
Copy the full SHA 9a50f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebb4009 - Browse repository at this point
Copy the full SHA ebb4009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57b401e - Browse repository at this point
Copy the full SHA 57b401eView commit details
Commits on Dec 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0a61ba8 - Browse repository at this point
Copy the full SHA 0a61ba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 323bfeb - Browse repository at this point
Copy the full SHA 323bfebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c1719f - Browse repository at this point
Copy the full SHA 2c1719fView commit details
Commits on Dec 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 62bf6c6 - Browse repository at this point
Copy the full SHA 62bf6c6View commit details -
This is a hopefully temporary fix, to spur discussion on what a proper fix might look like.
Configuration menu - View commit details
-
Copy full SHA for 0a8ccfd - Browse repository at this point
Copy the full SHA 0a8ccfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f2ac2 - Browse repository at this point
Copy the full SHA d5f2ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 831d91a - Browse repository at this point
Copy the full SHA 831d91aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e69ba08 - Browse repository at this point
Copy the full SHA e69ba08View commit details -
Configuration menu - View commit details
-
Copy full SHA for c31b80e - Browse repository at this point
Copy the full SHA c31b80eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4a0dc6 - Browse repository at this point
Copy the full SHA b4a0dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0641b - Browse repository at this point
Copy the full SHA 8c0641bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7dfda - Browse repository at this point
Copy the full SHA 5d7dfdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 580f7ba - Browse repository at this point
Copy the full SHA 580f7baView commit details -
Similiar refactor for DTA/PeriodArray. Fixes most of the pickling issues.
Configuration menu - View commit details
-
Copy full SHA for c41ec57 - Browse repository at this point
Copy the full SHA c41ec57View commit details
Commits on Dec 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 558adf8 - Browse repository at this point
Copy the full SHA 558adf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6586bcd - Browse repository at this point
Copy the full SHA 6586bcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5777ed0 - Browse repository at this point
Copy the full SHA 5777ed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d20291f - Browse repository at this point
Copy the full SHA d20291fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f231e7 - Browse repository at this point
Copy the full SHA 0f231e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f473df - Browse repository at this point
Copy the full SHA 5f473dfView commit details -
* Unxfail most ops xfails * Avoid overwriting TDI ops methods * Change dispatching order to go to index first, then extension
1Configuration menu - View commit details
-
Copy full SHA for c3b7dea - Browse repository at this point
Copy the full SHA c3b7deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 074eed9 - Browse repository at this point
Copy the full SHA 074eed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02145d9 - Browse repository at this point
Copy the full SHA 02145d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf57186 - Browse repository at this point
Copy the full SHA bf57186View commit details -
Configuration menu - View commit details
-
Copy full SHA for af34a0d - Browse repository at this point
Copy the full SHA af34a0dView commit details
Commits on Dec 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d557976 - Browse repository at this point
Copy the full SHA d557976View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87f18e3 - Browse repository at this point
Copy the full SHA 87f18e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc4c4a - Browse repository at this point
Copy the full SHA afc4c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3702801 - Browse repository at this point
Copy the full SHA 3702801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 119575f - Browse repository at this point
Copy the full SHA 119575fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd6958 - Browse repository at this point
Copy the full SHA 0cd6958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4371ed0 - Browse repository at this point
Copy the full SHA 4371ed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 629e8e5 - Browse repository at this point
Copy the full SHA 629e8e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9a2101 - Browse repository at this point
Copy the full SHA a9a2101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c460c6 - Browse repository at this point
Copy the full SHA 4c460c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac734b3 - Browse repository at this point
Copy the full SHA ac734b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b485e5a - Browse repository at this point
Copy the full SHA b485e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d9cdb - Browse repository at this point
Copy the full SHA f7d9cdbView commit details
Commits on Dec 13, 2018
-
* remove unused where * standardize _format_native_types * remove unused strftime * remove unused any / all
Configuration menu - View commit details
-
Copy full SHA for a86e4cb - Browse repository at this point
Copy the full SHA a86e4cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 462a4f7 - Browse repository at this point
Copy the full SHA 462a4f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b901c3d - Browse repository at this point
Copy the full SHA b901c3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf1862 - Browse repository at this point
Copy the full SHA 4bf1862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd3ba5 - Browse repository at this point
Copy the full SHA 7dd3ba5View commit details -
Fixup DatetimeTZBlock.get_values
* 1-d return value * reshaping * docstring * always ndarray
Configuration menu - View commit details
-
Copy full SHA for 87101bf - Browse repository at this point
Copy the full SHA 87101bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c6f2db - Browse repository at this point
Copy the full SHA 8c6f2dbView commit details -
Document IncompatibleTimezoneError
* lowercase zone * added docs
Configuration menu - View commit details
-
Copy full SHA for 6bfd919 - Browse repository at this point
Copy the full SHA 6bfd919View commit details -
Add a comment for when that maybe fails in the future if there's a concat bug.
Configuration menu - View commit details
-
Copy full SHA for 4cb6c50 - Browse repository at this point
Copy the full SHA 4cb6c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c1609a - Browse repository at this point
Copy the full SHA 4c1609aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7505cd - Browse repository at this point
Copy the full SHA e7505cdView commit details -
Added check for ABCDatetimeArray & ABCPeriodArray
This avoids a coercion to ndarray
Configuration menu - View commit details
-
Copy full SHA for 8060edd - Browse repository at this point
Copy the full SHA 8060eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55f6c26 - Browse repository at this point
Copy the full SHA 55f6c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef11a07 - Browse repository at this point
Copy the full SHA ef11a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a3bbb - Browse repository at this point
Copy the full SHA 17a3bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f85f0 - Browse repository at this point
Copy the full SHA 48f85f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ec0284 - Browse repository at this point
Copy the full SHA 4ec0284View commit details -
* docstring fixups * ABC * DTI.__new__ doesn't box & unbox
Configuration menu - View commit details
-
Copy full SHA for aa82a0b - Browse repository at this point
Copy the full SHA aa82a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7dcd79 - Browse repository at this point
Copy the full SHA d7dcd79View commit details
Commits on Dec 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 34c2bd1 - Browse repository at this point
Copy the full SHA 34c2bd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0a266e - Browse repository at this point
Copy the full SHA d0a266eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94fd88b - Browse repository at this point
Copy the full SHA 94fd88bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75df1c9 - Browse repository at this point
Copy the full SHA 75df1c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c998a - Browse repository at this point
Copy the full SHA 82c998aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9252c75 - Browse repository at this point
Copy the full SHA 9252c75View commit details
Commits on Dec 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 512af69 - Browse repository at this point
Copy the full SHA 512af69View commit details
Commits on Dec 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 80b3455 - Browse repository at this point
Copy the full SHA 80b3455View commit details -
* removed _to_json_values * update docs * comments * use is_dtype_equal
Configuration menu - View commit details
-
Copy full SHA for 87c125b - Browse repository at this point
Copy the full SHA 87c125bView commit details
Commits on Dec 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b9f2d4e - Browse repository at this point
Copy the full SHA b9f2d4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a695eb8 - Browse repository at this point
Copy the full SHA a695eb8View commit details -
Remove ref_to_data, deepcopy_if_needed
It was only used in DatetimeIndex.__new__, and should in principle be handled by sequence_to_dt64ns
Configuration menu - View commit details
-
Copy full SHA for bbc5f1b - Browse repository at this point
Copy the full SHA bbc5f1bView commit details
Commits on Dec 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a22f22c - Browse repository at this point
Copy the full SHA a22f22cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aff5fa - Browse repository at this point
Copy the full SHA 0aff5faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a937f - Browse repository at this point
Copy the full SHA 90a937fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1566c1e - Browse repository at this point
Copy the full SHA 1566c1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc80a8e - Browse repository at this point
Copy the full SHA cc80a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58f3421 - Browse repository at this point
Copy the full SHA 58f3421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99bc78e - Browse repository at this point
Copy the full SHA 99bc78eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee48dc0 - Browse repository at this point
Copy the full SHA ee48dc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e487c6 - Browse repository at this point
Copy the full SHA 6e487c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4aa1f8 - Browse repository at this point
Copy the full SHA f4aa1f8View commit details
Commits on Dec 19, 2018
-
* fixed whatsnew * conditional skip for parquet * comments on delegate * remove redundant methods
Configuration menu - View commit details
-
Copy full SHA for d81c204 - Browse repository at this point
Copy the full SHA d81c204View commit details -
Configuration menu - View commit details
-
Copy full SHA for d821927 - Browse repository at this point
Copy the full SHA d821927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 617a172 - Browse repository at this point
Copy the full SHA 617a172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ef700 - Browse repository at this point
Copy the full SHA 32ef700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0df77 - Browse repository at this point
Copy the full SHA 0a0df77View commit details -
This special case will be unneccessary very soon.
Configuration menu - View commit details
-
Copy full SHA for 169eae6 - Browse repository at this point
Copy the full SHA 169eae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for be4335d - Browse repository at this point
Copy the full SHA be4335dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 203a5a6 - Browse repository at this point
Copy the full SHA 203a5a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fab4c33 - Browse repository at this point
Copy the full SHA fab4c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b5b51 - Browse repository at this point
Copy the full SHA 89b5b51View commit details
Commits on Dec 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b2afd4e - Browse repository at this point
Copy the full SHA b2afd4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a874f5f - Browse repository at this point
Copy the full SHA a874f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eb28e8 - Browse repository at this point
Copy the full SHA 0eb28e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42dfd30 - Browse repository at this point
Copy the full SHA 42dfd30View commit details
Commits on Dec 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f62544a - Browse repository at this point
Copy the full SHA f62544aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e30a56 - Browse repository at this point
Copy the full SHA 2e30a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for af815f8 - Browse repository at this point
Copy the full SHA af815f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b046791 - Browse repository at this point
Copy the full SHA b046791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4522dfe - Browse repository at this point
Copy the full SHA 4522dfeView commit details
Commits on Dec 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for eb594e7 - Browse repository at this point
Copy the full SHA eb594e7View commit details
Commits on Dec 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0b570b1 - Browse repository at this point
Copy the full SHA 0b570b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72fe4fc - Browse repository at this point
Copy the full SHA 72fe4fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a711f9 - Browse repository at this point
Copy the full SHA 7a711f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6530500 - Browse repository at this point
Copy the full SHA 6530500View commit details
Commits on Dec 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 445e46a - Browse repository at this point
Copy the full SHA 445e46aView commit details -
Merge pull request #8 from jbrockmendel/disown5
Rebase pandas-dev#24024 again
Configuration menu - View commit details
-
Copy full SHA for 9ae6706 - Browse repository at this point
Copy the full SHA 9ae6706View commit details -
Merge branch 'disown-tz-only-rebased' of https://github.com/TomAugspu…
…rger/pandas into disown-tz-only-rebased
Configuration menu - View commit details
-
Copy full SHA for 60ddcb5 - Browse repository at this point
Copy the full SHA 60ddcb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5988477 - Browse repository at this point
Copy the full SHA 5988477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c23b7 - Browse repository at this point
Copy the full SHA 20c23b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5fd94 - Browse repository at this point
Copy the full SHA 7a5fd94View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e644d8c - Browse repository at this point
Copy the full SHA e644d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d3b55e - Browse repository at this point
Copy the full SHA 4d3b55eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68cde94 - Browse repository at this point
Copy the full SHA 68cde94View commit details
Commits on Dec 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 421435a - Browse repository at this point
Copy the full SHA 421435aView commit details -
Merge pull request #9 from jbrockmendel/disown7
Another 24024 rebase
Configuration menu - View commit details
-
Copy full SHA for bbf7fa4 - Browse repository at this point
Copy the full SHA bbf7fa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 324d452 - Browse repository at this point
Copy the full SHA 324d452View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdec2a8 - Browse repository at this point
Copy the full SHA cdec2a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e66c18b - Browse repository at this point
Copy the full SHA e66c18bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c2c91 - Browse repository at this point
Copy the full SHA 09c2c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6373948 - Browse repository at this point
Copy the full SHA 6373948View commit details -
Configuration menu - View commit details
-
Copy full SHA for e91bc09 - Browse repository at this point
Copy the full SHA e91bc09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf00d8 - Browse repository at this point
Copy the full SHA 4bf00d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb7d9e - Browse repository at this point
Copy the full SHA 8cb7d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23fd9bb - Browse repository at this point
Copy the full SHA 23fd9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 695010c - Browse repository at this point
Copy the full SHA 695010cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2c7af - Browse repository at this point
Copy the full SHA ec2c7afView commit details -
Configuration menu - View commit details
-
Copy full SHA for a499ed8 - Browse repository at this point
Copy the full SHA a499ed8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a32e020 - Browse repository at this point
Copy the full SHA a32e020View commit details
Commits on Dec 30, 2018
-
Merge pull request #11 from jbrockmendel/na
Restore locations of null-handing methods
Configuration menu - View commit details
-
Copy full SHA for 6d2fc99 - Browse repository at this point
Copy the full SHA 6d2fc99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9342b59 - Browse repository at this point
Copy the full SHA 9342b59View commit details -
Configuration menu - View commit details
-
Copy full SHA for c566ce8 - Browse repository at this point
Copy the full SHA c566ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f783770 - Browse repository at this point
Copy the full SHA f783770View commit details
Commits on Dec 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9502f90 - Browse repository at this point
Copy the full SHA 9502f90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1ee5e - Browse repository at this point
Copy the full SHA 3e1ee5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d8089 - Browse repository at this point
Copy the full SHA 92d8089View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbb90f7 - Browse repository at this point
Copy the full SHA cbb90f7View commit details -
Merge pull request #12 from jbrockmendel/disown10
Rebase pandas-dev#24024 again
Configuration menu - View commit details
-
Copy full SHA for be1c968 - Browse repository at this point
Copy the full SHA be1c968View commit details -
Merge branch 'disown-tz-only-rebased' of https://github.com/TomAugspu…
…rger/pandas into disown-tz-only-rebased
Configuration menu - View commit details
-
Copy full SHA for c655592 - Browse repository at this point
Copy the full SHA c655592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d2108a - Browse repository at this point
Copy the full SHA 8d2108aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fafa1ea - Browse repository at this point
Copy the full SHA fafa1eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01f185b - Browse repository at this point
Copy the full SHA 01f185bView commit details -
Configuration menu - View commit details
-
Copy full SHA for efa1c2c - Browse repository at this point
Copy the full SHA efa1c2cView commit details -
We have Series/Index[datetime64[ns]] be a DatetimeArray
Configuration menu - View commit details
-
Copy full SHA for a65efb0 - Browse repository at this point
Copy the full SHA a65efb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01115c4 - Browse repository at this point
Copy the full SHA 01115c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d37675 - Browse repository at this point
Copy the full SHA 9d37675View commit details
Commits on Jan 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 38817a5 - Browse repository at this point
Copy the full SHA 38817a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fad32e - Browse repository at this point
Copy the full SHA 8fad32eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dbc63a - Browse repository at this point
Copy the full SHA 5dbc63aView commit details -
Merge branch 'disown-tz-only-rebased' of https://github.com/TomAugspu…
…rger/pandas into disown-tz-only-rebased
Configuration menu - View commit details
-
Copy full SHA for 7de78f1 - Browse repository at this point
Copy the full SHA 7de78f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7544bcf - Browse repository at this point
Copy the full SHA 7544bcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a2a67 - Browse repository at this point
Copy the full SHA 39a2a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e90823 - Browse repository at this point
Copy the full SHA 6e90823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e61b5b - Browse repository at this point
Copy the full SHA 9e61b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be63a6 - Browse repository at this point
Copy the full SHA 0be63a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90700fb - Browse repository at this point
Copy the full SHA 90700fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c77d49c - Browse repository at this point
Copy the full SHA c77d49cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1499344 - Browse repository at this point
Copy the full SHA 1499344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38a6eb6 - Browse repository at this point
Copy the full SHA 38a6eb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7253d7 - Browse repository at this point
Copy the full SHA b7253d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f11f07f - Browse repository at this point
Copy the full SHA f11f07fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca11d27 - Browse repository at this point
Copy the full SHA ca11d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c2a620 - Browse repository at this point
Copy the full SHA 4c2a620View commit details -
Configuration menu - View commit details
-
Copy full SHA for adddef2 - Browse repository at this point
Copy the full SHA adddef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9498554 - Browse repository at this point
Copy the full SHA 9498554View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f1c212 - Browse repository at this point
Copy the full SHA 4f1c212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40cdca8 - Browse repository at this point
Copy the full SHA 40cdca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 756a4b6 - Browse repository at this point
Copy the full SHA 756a4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for aea0e05 - Browse repository at this point
Copy the full SHA aea0e05View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfa7fea - Browse repository at this point
Copy the full SHA dfa7feaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8b1ca - Browse repository at this point
Copy the full SHA cc8b1caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a2e1a1 - Browse repository at this point
Copy the full SHA 6a2e1a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b84bef1 - Browse repository at this point
Copy the full SHA b84bef1View commit details
Commits on Jan 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 69ed3d4 - Browse repository at this point
Copy the full SHA 69ed3d4View commit details -
Merge pull request #14 from jbrockmendel/reduction
Diff reduction for 24024
Configuration menu - View commit details
-
Copy full SHA for 4110b4c - Browse repository at this point
Copy the full SHA 4110b4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce5f3b9 - Browse repository at this point
Copy the full SHA ce5f3b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c76ae1 - Browse repository at this point
Copy the full SHA 4c76ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef36be1 - Browse repository at this point
Copy the full SHA ef36be1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4ea4d - Browse repository at this point
Copy the full SHA ad4ea4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a13b0 - Browse repository at this point
Copy the full SHA 14a13b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8d3c6 - Browse repository at this point
Copy the full SHA 5c8d3c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2436214 - Browse repository at this point
Copy the full SHA 2436214View commit details