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 40 million developers.
Sign up
Popular repositories
488 contributions in the last year
Activity overview
Contribution activity
December 2019
- seberg/oss_devkit Python
- seberg/numpy-paper TeX
- seberg/cpython Python
Created a pull request in numpy/numpy that received 14 comments
ENH: Implement faster argument parsing
This speeds up argument parsing quite a bit. Unfortunately, actually the local code for argparsing within np.array itself is faster for an intermed…
+2,015
−1,616
•
14
comments
- BUG ensure monotonic property of lerp in numpy.percentile
- BUG: ensure reduction output matches input along non-reduction axes.
- NEP, ENH: implement NEP34 (deprecate ragged object array creation)
- ENH: linspace works with datetime64 and timedelta64.
- ENH: Implement faster argument parsing
- BUG: pickle the content of a scalar containing objects, not the address
- ENH: Add support to sort timedelta64 `NaT` to end of the array
- ENH: Add cyclic garbage collection to NumPy
- MAINT, TST: cleanup ragged array test and code
- TST: Add test for object method (and general unary) loops
- DEP: issue deprecation warning when creating ragged array (NEP 34)
- ENH,DEP: Allow multiple axes in expand_dims
- DOC: clarify documentation for transpose()
Created an issue in pandas-dev/pandas that received 3 comments
Pandas Tests rely on inconsistent array coercion
In numpy/numpy#14995 I have tried to make numpy consistent with respect to coercing dataframes (and other array-likes which also implement the sequ…
3
comments