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

20/isin array #34

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
bfe5fad
Initial framework for isin_array.
chaburkland Mar 6, 2021
fc068df
Commit to save work. Not working.
chaburkland Mar 9, 2021
e98d0fd
Finishes initial iteration for non-object, 1D or 2D, unique arrays
chaburkland Mar 10, 2021
a0aa83e
Lints.
chaburkland Mar 10, 2021
01e0496
Lints.
chaburkland Mar 10, 2021
329258d
Adds a more explicit failure message.
chaburkland Mar 10, 2021
64286d9
Adds more info to debug msg.
chaburkland Mar 10, 2021
2cb35fd
Adds test for failing windows.
chaburkland Mar 10, 2021
996b47a
Adds initial support for object dtypes.
chaburkland Mar 10, 2021
b546e34
Cleans up ref counts and error handling in AK_isin_array_object.
chaburkland Mar 12, 2021
71d2fa2
Adds AK_GOTO_ON_NOT. Cleans up variable names. Handles refcounts & er…
chaburkland Mar 12, 2021
6c07d65
Partial commit to save work. Working on infrastructure for non-unique…
chaburkland Mar 13, 2021
376c49a
Fixes compiler warnings & rearranges order of function declarations
chaburkland Mar 13, 2021
d306991
Completes initial pass to have compiling code. Not working yet.
chaburkland Mar 13, 2021
38eaeb7
Fixes some reference count issues, type inconsistencies, and adds a b…
chaburkland Mar 13, 2021
ac476ad
Adds an alternative method to simply use numpy :(
chaburkland Mar 13, 2021
d3b818c
Adds a lot more performance testing infrastructure.
chaburkland Mar 14, 2021
e6b1c85
Finishes perf setup.
chaburkland Mar 14, 2021
52c029c
Adds work for missing trailing False for non-unique arrays.
chaburkland Mar 14, 2021
904cdf6
Finishes debug testing on 2D non-unique branch.
chaburkland Mar 14, 2021
886ec4a
Lints.
chaburkland Mar 14, 2021
db5bf34
Updates macro to support previous Python versions.
chaburkland Mar 14, 2021
4aafd21
Cleans up a lot of duplicate code.
chaburkland Mar 15, 2021
29a4ec7
Fixes some c-compiler warnings I think?
chaburkland Mar 15, 2021
d9687ae
Begins to clean up bad memory mgmt.
chaburkland Mar 18, 2021
baa5421
Rips out manual in1d impl. Removes GOTO macro. Other misc changes.
chaburkland Mar 18, 2021
b161f01
Update arraykit.c
chaburkland Mar 26, 2021
1ddc9ad
Merge branch 'master' into 20/isin_array
chaburkland Mar 26, 2021
da43f86
Modifies object reference code to be better.
chaburkland Mar 29, 2021
b242227
Merge branch 'master' into 20/isin_array
chaburkland Apr 9, 2021
a1c7ec9
Improves object array iteration. Renames a macro. Ignores *.diff files.
chaburkland Apr 9, 2021
ca9762a
Merge branch 'master' into 20/isin_array
chaburkland Apr 26, 2021
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