Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,361 contributions in the last year
Contribution activity
November 2020
Created 2 repositories
- maartenbreddels/ipydatawidgets TypeScript
- maartenbreddels/jupyter-packaging Python
Created a pull request in apache/arrow that received 17 comments
ARROW-10709: [Python] Allow PythonFile.read() to always return a buffer
Related vaexio/vaex#1075 With this change, I'm seeing a 5x speedup and still allow for 'classical' .read(). I'm not so sure why the 5x speedup happ…
Opened 39 other pull requests in 15 repositories
vaexio/vaex
3
open
14
merged
1
closed
- feat: apply with multiprocessing
- fix: chunk_size was ignored
- fix: mixing string and numerical comparisons would expose NumpyDispatch
- perf: skip CPP layer of Apache Arrow when possible for performance
- chore(ci): fix wrong path for appveyor cache
- chore: cleaning up of vaex convert command line util
- Fix: hdf5 invalid identifier and slicing of string columns when in hdf5 and cloud
- Chore ci optimize
- chore(ci): python 39
- feat: determine default chunk_size for smaller datasets
- fix: support alias in hdf5 files
- fix: dispatching computations to numpy was missing null/missing support
- fix: support alias in hdf5 files
- chore(ci): fix ci
- refactor!: Vaex DType wraps NumPy and Arrow DType in uniform way
- docs: use sphinx_book_theme
- fix: avoid empty chunks for parquet datasets
- fix: concat and chunk_iterator for no columns would get stuck
voila-dashboards/voila
4
open
jupyter-widgets/ipywidgets
2
open
ipython/traitlets
2
open
dask/dask
2
open
apache/arrow
1
closed
1
open
vidartf/ipydatawidgets
1
open
tornadoweb/tornado
1
open
jupyter/jupyter_client
1
open
maartenbreddels/ipyvolume
1
open
jupyter/jupyter-packaging
1
merged
bqplot/bqplot
1
merged
glue-viz/bqplot-image-gl
1
open
jupyter-server/jupyter_server
1
merged
voila-dashboards/voila-reveal
1
merged
Reviewed 4 pull requests in 2 repositories
vaexio/vaex 3 pull requests
apache/arrow 1 pull request
Created an issue in jupyterlab/jupyterlab that received 16 comments
Mixing federated bundle for widgets with non-federated source distributions do not work well together
Description
If jupyter-widgets is installed as federated bundle, downstream widgets also need to be, otherwise they cannot find eachother.
Reproduce …