Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

BUG: hashing datetime64 objects #50960

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

Closed
wants to merge 64 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
7761ecd
BUG: hashing datetime64 objects
jbrockmendel Jan 24, 2023
610b0c6
handle cases out of pydatetime bounds
jbrockmendel Jan 24, 2023
0e140ae
Merge branch 'main' into bug-hash-dt64
jbrockmendel Jan 24, 2023
919383c
Merge branch 'main' into bug-hash-dt64
jbrockmendel Jan 24, 2023
ae8c0bb
Merge branch 'main' into bug-hash-dt64
jbrockmendel Jan 25, 2023
92a39eb
troubleshoot CI builds
jbrockmendel Jan 25, 2023
2f67805
troubleshoot CI builds
jbrockmendel Jan 25, 2023
0635f86
troubleshoot CI builds
jbrockmendel Jan 25, 2023
229ab72
troubleshoot CI builds
jbrockmendel Jan 25, 2023
6e96805
troubleshoot CI builds
jbrockmendel Jan 25, 2023
24fda82
Merge branch 'main' into bug-hash-dt64
jbrockmendel Jan 26, 2023
058b666
suggested edits
jbrockmendel Jan 27, 2023
7398991
Merge branch 'main' into bug-hash-dt64
jbrockmendel Jan 31, 2023
3fdf564
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 8, 2023
6e4836e
use sebergs suggestion
jbrockmendel Feb 8, 2023
f55337a
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 9, 2023
a97dfc9
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 9, 2023
1338ca2
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 9, 2023
9fb1987
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 10, 2023
818682c
suggested edits
jbrockmendel Feb 10, 2023
74ab540
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 10, 2023
037ba05
remove unnecessary casts
jbrockmendel Feb 11, 2023
7a4b1ab
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 11, 2023
47e5247
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 11, 2023
dcd09dd
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 11, 2023
32d479b
Merge branch 'bug-hash-dt64' of github.com:jbrockmendel/pandas into b…
jbrockmendel Feb 11, 2023
d47cfd8
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 12, 2023
c091317
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 12, 2023
1ce791e
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 13, 2023
704fb69
suggested edit for PyDateTime_IMPORT
jbrockmendel Feb 13, 2023
6d962b0
Merge branch 'bug-hash-dt64' of github.com:jbrockmendel/pandas into b…
jbrockmendel Feb 13, 2023
f838953
revert delay
jbrockmendel Feb 13, 2023
0d8500a
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 13, 2023
58a29b6
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 14, 2023
95069e0
restore check
jbrockmendel Feb 14, 2023
7362f3e
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 14, 2023
dd08670
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 15, 2023
998a4cc
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 15, 2023
b75730b
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 17, 2023
5c57a5e
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 20, 2023
6b4460f
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 21, 2023
c94609b
add test
jbrockmendel Feb 22, 2023
afe9493
Merge branch 'main' into bug-hash-dt64
jbrockmendel Feb 26, 2023
4fecc97
Merge branch 'main' into bug-hash-dt64
jbrockmendel Mar 3, 2023
b4cc41e
Merge branch 'main' into bug-hash-dt64
jbrockmendel Mar 8, 2023
c620339
Merge branch 'main' into bug-hash-dt64
jbrockmendel Mar 9, 2023
3633653
Merge branch 'main' into bug-hash-dt64
jbrockmendel Mar 11, 2023
c55f182
shot in the dark
jbrockmendel Mar 11, 2023
6e2bbf0
Merge branch 'main' into bug-hash-dt64
jbrockmendel Mar 12, 2023
23c2826
capsule stuff
jbrockmendel Mar 12, 2023
143b3a3
guessing
jbrockmendel Mar 13, 2023
ffb8365
still tryin
jbrockmendel Mar 13, 2023
1fdfd64
Merge branch 'main' into bug-hash-dt64
jbrockmendel Mar 13, 2023
5513721
macro
jbrockmendel Mar 13, 2023
875d6af
revert sources
jbrockmendel Mar 13, 2023
a29a56a
Merge branch 'main' into bug-hash-dt64
jbrockmendel Mar 13, 2023
40e6e17
Move np_datetime64_object_hash to np_datetime.c
jbrockmendel Mar 13, 2023
15a701c
import_pandas_datetime more
jbrockmendel Mar 13, 2023
af25f40
troubleshoot
jbrockmendel Mar 13, 2023
9d5cb46
Merge branch 'main' into bug-hash-dt64
jbrockmendel Mar 14, 2023
d5a031d
Merge branch 'main' into bug-hash-dt64
jbrockmendel Mar 14, 2023
bd7d432
post-merge merges
jbrockmendel Mar 14, 2023
394d86e
frickin guess
jbrockmendel Mar 14, 2023
1766bc3
Merge branch 'main' into bug-hash-dt64
jbrockmendel Mar 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into bug-hash-dt64
  • Loading branch information
jbrockmendel committed Jan 24, 2023
commit 919383cbb1e76977060434cea3960966d88cc3dc

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.