Create your own GitHub profile
Join the platform over 31 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Popular repositories
-
pickle5-backport
Experimental backport of the pickle 5 protocol (PEP 574)
-
django-jsonfield
Forked from dmkoch/django-jsonfield
Reusable JSONField() for Django
Python 3
-
nose
Forked from nose-devs/nose
nose is nicer testing for python
Python 2
-
llvmlite
Forked from numba/llvmlite
A lightweight LLVM python binding for writing JIT compilers
-
pymodbus
Forked from riptideio/pymodbus
A full modbus protocol written in python
Python 1
-
tornado
Forked from tornadoweb/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
Python 1
919 contributions in the last year
Activity overview
Contribution activity
April 2019
Created a pull request in apache/arrow that received 15 comments
- Fix Travis-CI doc build failure [skip appveyor]
- ARROW-3767: [C++] Add cast from null to any other type
- ARROW-5204: [C++] Improve builder performance
- ARROW-5179: [Python] Return plain dicts, not OrderedDict, on Python 3.7+
- ARROW-4702: [C++] Update dependency versions
- ARROW-5195: [C++] Detect null strings in CSV string columns
- ARROW-4824: [Python] Fix error checking in read_csv()
- ARROW-5167: [C++] Upgrade string-view-light to latest
- ARROW-5183: [CI] Fix AppVeyor failure
- ARROW-5178: [Python] Add Table.from_pydict()
- ARROW-5177: [C++/Python] Check column index when reading Parquet column
- ARROW-5091: [Flight] Rename FlightGetInfo message to FlightInfo
- ARROW-2796: [C++] Simplify version script used for linking
- ARROW-5148: [Gandiva] Allow linking with RTTI-disabled LLVM builds
- ARROW-5152: [Python] Fix CMake warnings
- ARROW-5146: [Dev] Fix project name inference in merge script
- ARROW-4827: [C++] Implement benchmark comparison
- ARROW-5165: [Python] update dev installation docs for --build-type + validate in setup.py
- ARROW-5201: [Python] handle collections.abc deprecation warnings
- PARQUET-1565: [C++] Add default case to catch all unhandled physical types
- ARROW-5136: [Flight] Call options
- ARROW-4708: [C++] add multithreaded json reader
- ARROW-5185: [C++] Add support for Boost with CMake configuration file
- ARROW-5163 : [Gandiva] Cast timestamp/date are incorrectly evaluating year 0097 to 1997
- ARROW-4708: [C++] refactoring JSON parser to prepare for multithreaded impl
- ARROW-5144: [Python] ParquetDataset and ParquetPiece not serializable
- ARROW-5131: [Python] Support Azure Data Lake Filesystem
- ARROW-5071: [C++] CMake benchmark wrapper
- ARROW-5137: [Flight] Implement auth API
- ARROW-4622: [C++][Python] MakeDense and MakeSparse in UnionArray should accept a vector of Field
- ARROW-2102: [C++] Implement Take kernel
- ARROW-3087: [C++] Implement Compare filter kernel
- ARROW-5124: [C++] Add support for Parquet in MinGW build
- ARROW-4297: [C++] Fix build error with MinGW-w64 32-bit
- bpo-36722: Debug build loads libraries built in release mode
- bpo-36488: os.sendfile() on BSD and macOS doesn't return bytes sent on EINTR
- bpo-21536: C extensions are no longer linked to libpython
- bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly
- bpo-36668: FIX reuse semaphore tracker for child processes
- bpo-35900: Add a state_setter arg to save_reduce
- bpo-35900: Enable custom reduction callback registration in _pickle
- bpo-30519: Add daemon keyword to Timer class constructor