-
Notifications
You must be signed in to change notification settings - Fork 2
20/isin array #34
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
Open
chaburkland
wants to merge
32
commits into
static-frame:master
Choose a base branch
from
chaburkland:20/isin_array
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
20/isin array #34
Changes from 26 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
bfe5fad
Initial framework for isin_array.
chaburkland fc068df
Commit to save work. Not working.
chaburkland e98d0fd
Finishes initial iteration for non-object, 1D or 2D, unique arrays
chaburkland a0aa83e
Lints.
chaburkland 01e0496
Lints.
chaburkland 329258d
Adds a more explicit failure message.
chaburkland 64286d9
Adds more info to debug msg.
chaburkland 2cb35fd
Adds test for failing windows.
chaburkland 996b47a
Adds initial support for object dtypes.
chaburkland b546e34
Cleans up ref counts and error handling in AK_isin_array_object.
chaburkland 71d2fa2
Adds AK_GOTO_ON_NOT. Cleans up variable names. Handles refcounts & er…
chaburkland 6c07d65
Partial commit to save work. Working on infrastructure for non-unique…
chaburkland 376c49a
Fixes compiler warnings & rearranges order of function declarations
chaburkland d306991
Completes initial pass to have compiling code. Not working yet.
chaburkland 38eaeb7
Fixes some reference count issues, type inconsistencies, and adds a b…
chaburkland ac476ad
Adds an alternative method to simply use numpy :(
chaburkland d3b818c
Adds a lot more performance testing infrastructure.
chaburkland e6b1c85
Finishes perf setup.
chaburkland 52c029c
Adds work for missing trailing False for non-unique arrays.
chaburkland 904cdf6
Finishes debug testing on 2D non-unique branch.
chaburkland 886ec4a
Lints.
chaburkland db5bf34
Updates macro to support previous Python versions.
chaburkland 4aafd21
Cleans up a lot of duplicate code.
chaburkland 29a4ec7
Fixes some c-compiler warnings I think?
chaburkland d9687ae
Begins to clean up bad memory mgmt.
chaburkland baa5421
Rips out manual in1d impl. Removes GOTO macro. Other misc changes.
chaburkland b161f01
Update arraykit.c
chaburkland 1ddc9ad
Merge branch 'master' into 20/isin_array
chaburkland da43f86
Modifies object reference code to be better.
chaburkland b242227
Merge branch 'master' into 20/isin_array
chaburkland a1c7ec9
Improves object array iteration. Renames a macro. Ignores *.diff files.
chaburkland ca9762a
Merge branch 'master' into 20/isin_array
chaburkland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.