Pinned
1,881 contributions in the last year
Less
More
Activity overview
Contributed to
matplotlib/matplotlib,
matplotlib/mplcairo,
hmmlearn/hmmlearn
and 5 other
repositories
Contribution activity
August 2021
Created 16 commits in 3 repositories
Created a pull request in numpy/numpy that received 7 comments
PERF: Avoid using @recursive.
None of the functions decorated with @recursive actually need to close
over internal variables, so they can be lifted to become toplevel
recursive …
+68
−94
•
7
comments
Opened 13 other pull requests in 3 repositories
numpy/numpy
8
merged
1
open
- MAINT: Skip a type check in loadtxt when using user converters.
- PERF: Simplify some of loadtxt's standard converters.
- PERF: Optimize loadtxt usecols.
- MAINT: In loadtxt, refactor detection of the number of columns.
- PERF: Special-case single-converter in loadtxt.
- PERF: In loadtxt, decide once and for all whether decoding is needed.
- PERF: Specialize loadtxt packer for uniform-dtype data.
- PERF: Speedup comments handling in loadtxt.
- PERF: Speed-up common case of loadtxt()ing non-hex floats.
matplotlib/matplotlib
3
merged
pandas-dev/pandas
1
closed
Reviewed 13 pull requests in 3 repositories
numpy/numpy
7 pull requests
- PERF: In loadtxt, decide once and for all whether decoding is needed.
- PERF: Simplify some of loadtxt's standard converters.
- PERF: Special-case single-converter in loadtxt.
- PERF: Optimize loadtxt usecols.
- MAINT: In loadtxt, refactor detection of the number of columns.
- PERF: Speed-up common case of loadtxt()ing non-hex floats.
-
PERF: Avoid using
@recursive.
matplotlib/matplotlib
5 pull requests
icy/pacapt
1 pull request
Created an issue in numpy/numpy that received 1 comment
genfromtxt fails when a non-contiguous dtype is requested
Reproducing code example: import numpy as np, io # (np.dtype([("a", int), ("b", float), ("c", int)])[["a", "c"]]) constructs a non-contiguous dtyp…
1
comment