-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.5.4 -- Numpy/Pandas improvements, stream refactoring (#105)
* Add C conversion for IPv4 native * Tiny cleanup * Add DateTime to c data_conv * First work on specialized numpy columns * numpy rework checkpoint * numpy rework checkpoint * date calculation checkpoint * date calculation checkpoint * Cleanup checkpoint * query context cleanup * numpy checkpoint * Numpy read checkpoint * context rework checkpoint * format rework checkpoint * format rework checkpoint * progress toward pd/np reads * progress toward pd/np reads * stream cleanup checkpoint * Add C optimization for UUID * Minor cleanup, ready for tests * Fix lint * First work on optimizing None/NULL handling in Cython * Tweak retries/connection resets * Context cleanup checkpoint * Fix lint * Finalize for 0.5.4 release * Fix lint * Fix weird ORDER BY in test * Tweak Cython UUID transform * Add product_name, fix Numpy for Superset * Downgrade Numpy Build for Python 3.7 * Clean up numpy build dependencies * Fix numpy typo * Don't build PyPy 3.7 binary wheels * build debugging * Tweak release/test actions * Fix client_name refs * Update test matrix, try to make cloud tests less flaky * One more attempt at flaky cloud tests
- Loading branch information
Showing
56 changed files
with
1,788 additions
and
767 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.3 | ||
0.5.4 |
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
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
Oops, something went wrong.