-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Python #723
Conversation
This file contains 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
can construct ctx0, ctx1, ctx2 add better test, move low level tests down fix test clean up build/test/lint scripts WIP: make python API more symmetric to JS API process table data, working view constructors edit python dockerfile update style more types supported don't purge docker assets until end of test stage don't allow table to fail, try to install packages locally update build scripts to install deps assert in table tests Fixed Dockerfile don't use target=/Volumes/files/jpmc/perspective locally forward API to latest master add autopep8 fix script no -r avoid global, remove dependency install don't install in local folder merge master changes style fixes refactoring python code to be modular, add docstring examples, fix some style issues, add support for format=1 and format=2 tables, add initial support for numpy and pandas types seperate script for building/linting/testing all in one install optionals remove individual license, remap badges in readme, remove perspective-python travis, remove bettercodehub fix test, use warning instead of warn add codecov upload bugfix for segfault lint in precommit WIP: to_dict(), add scalar_to_py split apart pythons C++ code, don't make vectors and maps opaque readd comented stuff, remove some more todos support some numpy types merge from pyapi merge from pyapi add scalar_to_py for outputting data fix bug with boolean columns working to_dict, to_columns for 0, 1, 2 sided views refactor to_dict, to_column, add limit and index tests update working refactor data formatter, start on numpy export support python-only numpy add numpy tests remove working fix performance issue, make aggregates a dict parse strings with datetime, accept string schemas, add more tests to_records() and to_dict() replace to_dict() and to_columns() read and write date(), datetime() objects, parse date/datetime strings don't install before build revamp docs add docs framework for all packages, generate markdown for outputs including autodocs update readmes to remove gitter, extract pandas flattening, change type mapping convert to UTC in tests travis is in UTC adding pandas export add simple to_df tests
Codecov Report
@@ Coverage Diff @@
## master #723 +/- ##
=========================================
+ Coverage 90.57% 92.38% +1.8%
=========================================
Files 58 59 +1
Lines 1645 2088 +443
=========================================
+ Hits 1490 1929 +439
- Misses 155 159 +4
Continue to review full report at Codecov.
|
Tasks transferred from issues
Also here |
This was referenced Sep 14, 2019
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.