1. 28f3df7 Fix typo in embedding.rst by Ian Bell · 7 years ago
  2. e45c211 Support multiple inheritance from python by Jason Rhinelander · 7 years ago
  3. 8f6c129 Fix CMake example code in embedding docs by Dean Moldovan · 7 years ago
  4. 443ab59 Replace PYBIND11_PLUGIN with PYBIND11_MODULE by Dean Moldovan · 7 years ago
  5. 6d2411f Add tutorial page for embedding the interpreter by Dean Moldovan · 7 years ago
  6. 4f9ee6e Fix exception reference error by Jason Rhinelander · 7 years ago
  7. 39b9e04 Correct error in numpy.rst by chenzy · 7 years ago
  8. f3ce00e vectorize: pass-through of non-vectorizable args by Jason Rhinelander · 7 years ago
  9. 4e1e4a5 Allow py::arg().none(false) argument attribute by Jason Rhinelander · 7 years ago
  10. b82c0f0 Allow std::complex field with PYBIND11_NUMPY_DTYPE (#831) by Bruce Merry · 7 years ago
  11. 8e0d832 Support arrays inside PYBIND11_NUMPY_DTYPE (#832) by Bruce Merry · 7 years ago
  12. 076c738 Add py::exec() as a shortcut for py::eval<py::eval_statements>() by Dean Moldovan · 7 years ago
  13. 30d43c4 Now `shape`, `size`, `ndims` and `itemsize` are also signed integers. by Cris Luengo · 7 years ago
  14. b68959e Use numpy rather than Eigen for copying by Jason Rhinelander · 7 years ago
  15. d400f60 Python buffer objects can have negative strides. by Cris Luengo · 7 years ago
  16. 4ffa76e Add type caster for std::variant and other variant-like classes by Dean Moldovan · 7 years ago
  17. 1ac1903 Add a scope guard call policy by Dean Moldovan · 7 years ago
  18. 194d8b9 Support raw string literals as input for py::eval (#766) by Dean Moldovan · 7 years ago
  19. b16421e Nicer API to pass py::capsule destructor (#752) by Wenzel Jakob · 7 years ago
  20. ab26259 added note about trailing commas (fixes #593) by Wenzel Jakob · 7 years ago
  21. 773339f array-unchecked: add runtime dimension support and array-compatible methods by Jason Rhinelander · 7 years ago
  22. 423a49b array: add unchecked access via proxy object by Jason Rhinelander · 7 years ago
  23. 17d0283 Eigen<->numpy referencing support by Jason Rhinelander · 8 years ago
  24. dd01665 Enable static properties (py::metaclass) by default by Dean Moldovan · 7 years ago
  25. baec23c minor stl caster clarifications by Wenzel Jakob · 7 years ago
  26. e72eaa4 changed return_value:: to return_value_policy:: (#672) by thorink · 7 years ago
  27. 11a337f Unicode fixes and docs (#624) by Jason Rhinelander · 7 years ago
  28. 6fa316d Merge pull request #643 from jagerman/two-pass-dispatch by Wenzel Jakob · 7 years ago
  29. 18e34cb Merge pull request #634 from jagerman/noconvert-arguments by Wenzel Jakob · 7 years ago
  30. e550589 Prefer non-converting argument overloads by Jason Rhinelander · 7 years ago
  31. abc29ca Add support for non-converting arguments by Jason Rhinelander · 8 years ago
  32. 40db2c7 RFC - Add documentation for strings and Unicode issues (#636) by jbarlow83 · 7 years ago
  33. 1249452 Minor fixes (#613) by Jason Rhinelander · 7 years ago
  34. 2686da8 Add support for positional args with args/kwargs by Jason Rhinelander · 8 years ago
  35. 18d7df5 Documentation: explicitly call out that the GIL is held (#615) by Dustin Spicuzza · 7 years ago
  36. ec009a7 Improve custom holder support (#607) by Dean Moldovan · 7 years ago
  37. f7f5bc8 Numpy: better compilation errors, long double support (#619) by Jason Rhinelander · 7 years ago
  38. 57a9bbc Automate generation of reference docs with doxygen and breathe (#598) by Dean Moldovan · 7 years ago
  39. 7830e85 Docs: minor clarifications (#590) by jbarlow83 · 8 years ago
  40. 9b815ad Docs: Fix several errors of examples from the doc (#592) by myd7349 · 8 years ago
  41. 1d1f81b WIP: PyPy support (#527) by Wenzel Jakob · 8 years ago
  42. 2029171 always_construct_holder feature to support intrusively reference-counted types (#561) by Wenzel Jakob · 8 years ago
  43. 8fadade add valarray to documentation, update docutils on travis by Wenzel Jakob · 8 years ago
  44. ab90ec6 Allow references to objects held by smart pointers (#533) by Dean Moldovan · 8 years ago
  45. 405f6d1 make arithmetic operators of enum_ optional (#508) by Wenzel Jakob · 8 years ago
  46. 9a110e6 Provide more control over automatic generation of docstrings (#486) by Alexander Stukowski · 8 years ago
  47. 45e6e6f add note about custom type casters (fixes #480) by Wenzel Jakob · 8 years ago
  48. 44a69f7 std::experimental::optional (#475) by Ivan Smirnov · 8 years ago
  49. f95fda0 Add docs re: shared data API by Ivan Smirnov · 8 years ago
  50. 03f627e Make reference(_internal) the default return value policy for properties (#473) by Dean Moldovan · 8 years ago
  51. 6ba9865 a bit of work on the new documentation structure by Wenzel Jakob · 8 years ago
  52. 5d28dd1 Support std::shared_ptr holder type out of the box by Dean Moldovan · 8 years ago
  53. f0b0df5 Directly compare 3 ways of moving data between C++ and Python by Dean Moldovan · 8 years ago
  54. 67b52d8 Reorganize documentation by Dean Moldovan · 8 years ago