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 up
Popular repositories
-
-
-
Forked from edobashira/speech-language-processing
A curated list of speech and natural language processing resources
-
-
-
646 contributions in the last year
Activity overview
Contribution activity
October 2020
- YannickJadoul/PyGithub Python
- YannickJadoul/get-tag JavaScript
Created a pull request in pybind/pybind11 that received 29 comments
fix: test_factory_constructors.py failure triggered by test_register_duplicate_class
To reproduce, this fails on the centos:8 docker image (with development tools installed - see ci.yml - but without per se installing nvidia compile…
- Add __builtins__ to globals argument of `py::exec` and `py::eval` if not present
- Shorten PYBIND11_EMBEDDED_MODULE macro implementation by using PYBIND11_CATCH_INIT_EXCEPTIONS
- fix: valgrind-detected after-freeing access of PyMethodDef (macOS Python 3.9.0 segfaults)
- Throw error_already_set in py::len on failing PyObject_Length
- Add option to start tmate debugging to CI
- Deprecate public constructors of module_ class
- Use PyModule_New in module_ public constructor
- Add std::valaray to docs/advanced/cast/stl.rst
- clang -Wnon-virtual-dtor compatibility
- [common.h] Mark another entry point as "unused".
- Fix mispelling in basics.rst
- Remove friend declaration of py::class_ in py::detail::generic_type
- fix: Reject keyword argument `None` with `.none(false)`
- Use PyModule_New in module_ public constructor
- style: use Black everywhere
- fix: win32 PyPy3 and C++20
- feat: typing support for helpers
- fix: ipo should be off for debug or relwithdebinfo
- fix: valgrind-detected after-freeing access of PyMethodDef (macOS Python 3.9.0 segfaults)
- fix: Intel 18+ required
- Do not use abi::__forced_unwind with libc++, even with gcc instead of clang
- docs: known issues
- ci: test on Windows 3.8 and 3.9 (mostly)
- docs: minor cleanup
- fix: PYBIND11_OBJECT required pybind11 namespace (regression)
- Priority overload
- ci: label PRs with changelog-needed
- Ensure the GIL is held when copying a function.
- refactor: module -> module_ with typedef
Created an issue in pybind/pybind11 that received 6 comments
List of minor issues and fixes for pybind 3.0
pybind 3.0 might still take a while, but it's good to start thinking what API-breaking changes we need to introduce, by that time. I've created a m…