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

Various cleanups to computation pipeline #8

Merged
merged 1 commit into from
Jan 21, 2016
Merged

Conversation

jcrist
Copy link
Collaborator

@jcrist jcrist commented Jan 21, 2016

  • Don't depend on dynd dev build only functions
  • Add generated_jit implementation to ease some code generation stuff.
    This will be part of next numba release, but works fine for now.
  • Implement is_missing in terms of generated_jit, much cleaner than
    a lookup table
  • Few test fixes.

- Don't depend on dynd dev build only functions
- Add `generated_jit` implementation to ease some code generation stuff.
  This will be part of next numba release, but works fine for now.
- Implement `is_missing` in terms of `generated_jit`, much cleaner than
  a lookup table
- Few test fixes.
jcrist added a commit that referenced this pull request Jan 21, 2016
Various cleanups to computation pipeline
@jcrist jcrist merged commit cd8ce31 into holoviz:master Jan 21, 2016
@jcrist jcrist deleted the dynd_fix branch January 21, 2016 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant