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

ENH: Add return_inverse to cython-unique; unify unique/factorize-code #23400

Merged
merged 28 commits into from
Nov 29, 2018
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
858f54e
Unify unique/factorize, remove kwargs (perf); enable inverse for unique
h-vetinari Oct 15, 2018
4ed354a
Template over {return_inverse, ignore_na} for perf
h-vetinari Oct 26, 2018
906cd50
Re-add kwargs to method signature
h-vetinari Oct 26, 2018
0d6dad0
Merge remote-tracking branch 'upstream/master' into unique_inverse_cy…
h-vetinari Oct 28, 2018
19c7c1f
Fix small oversight
h-vetinari Oct 28, 2018
a8f079f
Simplify an if-condition
h-vetinari Oct 29, 2018
1c5b97a
Reword comment
h-vetinari Oct 29, 2018
d71d68c
Merge remote-tracking branch 'upstream/master' into unique_inverse_cy…
h-vetinari Oct 29, 2018
c7327fd
Revert templating over {return_inverse, ignore_na}
h-vetinari Oct 31, 2018
e09f6fe
Merge branch 'master' into unique_inverse_cython
h-vetinari Nov 2, 2018
f93a912
Merge branch 'master' into unique_inverse_cython
h-vetinari Nov 3, 2018
a06494e
Add new kwargs at the end (review jreback)
h-vetinari Nov 3, 2018
799fdfb
Merge branch 'master' into unique_inverse_cython
h-vetinari Nov 6, 2018
0ad2272
Merge remote-tracking branch 'upstream/master' into unique_inverse_cy…
h-vetinari Nov 11, 2018
906a2b9
Retrigger CircleCI
h-vetinari Nov 11, 2018
29aecdd
Retrigger CI after flaky hypothesis test
h-vetinari Nov 11, 2018
746c0e3
Retrigger CircleCI
h-vetinari Nov 11, 2018
8da33f4
Retrigger CI after timeout
h-vetinari Nov 11, 2018
ba9d8b8
Retrigger CircleCI
h-vetinari Nov 11, 2018
2423a05
Merge remote-tracking branch 'upstream/master' into unique_inverse_cy…
h-vetinari Nov 12, 2018
6079c26
Merge remote-tracking branch 'upstream/master' into unique_inverse_cy…
h-vetinari Nov 18, 2018
30de418
Always calculate inverse
h-vetinari Nov 18, 2018
feb32d6
Merge remote-tracking branch 'upstream/master' into unique_inverse_cy…
h-vetinari Nov 19, 2018
0b85759
Revert "Always calculate inverse"
h-vetinari Nov 19, 2018
aad4b91
Merge remote-tracking branch 'upstream/master' into unique_inverse_cy…
h-vetinari Nov 21, 2018
4451854
Add comments to ignore_na branches (review jreback)
h-vetinari Nov 21, 2018
e6b71b5
Merge remote-tracking branch 'upstream/master' into unique_inverse_cy…
h-vetinari Nov 27, 2018
00a304d
Switch signature of hashtable.factorize (review jreback)
h-vetinari Nov 27, 2018
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
Loading