Highlights
- 2 discussions answered
Pinned
1,444 contributions in the last year
Less
More
Contribution activity
May 2021
Created 9 commits in 3 repositories
Created 1 repository
- rth/data-science-workshop-2021 Jupyter Notebook
Created a pull request in emscripten-core/emscripten that received 6 comments
NFC Explicitly close file descriptors in emcc.py
This explicitly closes file descriptors in emcc.py. So instead of doing, out = open(file_path).read() which relies on the CPython garbage collectio…
+25
−24
•
6
comments
Opened 10 other pull requests in 5 repositories
paris-saclay-cds/ramp-board
2
open
2
merged
1
closed
pyodide/pyodide
2
merged
symerio/ramp-board
1
open
rth/ramp-board
1
closed
paris-saclay-cds/ramp-workflow
1
merged
Reviewed 21 pull requests in 4 repositories
pyodide/pyodide 12 pull requests
- MAINT Fix signature of JsProxy_Await
- ENH Destroy proxies created in JsProxy.__call__ when done with call
- Split more functionality out of loadPyodide into other files
- Reduce recursion limit
- Split off load-pyodide.js from pyodide.js
- Use rollup
- Create an installable pyodide-build package
- Use PYMAJOR/PYMINOR according to Python devguide
- ENH Improvements to eval_code.
- BACKEND track pyproxy creation in python2js
- Add PyProxy.clone
- MAINT Use prettier to format javascript
scikit-learn/scikit-learn 7 pull requests
- CI Uses minimum version for doc-min-dependencies
- DOC Added return value info to SimpleImputer.transform docstring
- MNT: Remove duplicated data validation done in internally used BinaryTrees
-
[MNT] Move parameter validation from
__init__tofitinneighborsmodule - [WIP] CI Push Scipy minimum version to 1.1.0. Remove Python 3.6 from Azure builds.
- DOC Add note for videos & improve syncing instructions
- DOC Add a note about the involvement of the contributor in maintenance.
paris-saclay-cds/ramp-board 1 pull request
emscripten-core/emscripten 1 pull request
Created an issue in scikit-learn/scikit-learn that received 4 comments
Drop Python 3.6 support for 1.0
Not sure when we were planning to drop Python 3.6 support? NEP 29 suggested to do that last year, and there are no bug fix releases for 3.6 since 2…
4
comments