1. b16421e Nicer API to pass py::capsule destructor (#752) by Wenzel Jakob · 7 years ago
  2. ab26259 added note about trailing commas (fixes #593) by Wenzel Jakob · 7 years ago
  3. 773339f array-unchecked: add runtime dimension support and array-compatible methods by Jason Rhinelander · 7 years ago
  4. 423a49b array: add unchecked access via proxy object by Jason Rhinelander · 7 years ago
  5. b7017c3 Fix readthedocs build (#721) by Dean Moldovan · 7 years ago
  6. af936e1 Expose enum_ entries as "__members__" read-only property. Getters get a copy. by Matthieu Bec · 8 years ago
  7. 17d0283 Eigen<->numpy referencing support by Jason Rhinelander · 8 years ago
  8. dd01665 Enable static properties (py::metaclass) by default by Dean Moldovan · 8 years ago
  9. a3f4a02 Minor docs build maintenance (#692) by Dean Moldovan · 8 years ago
  10. baec23c minor stl caster clarifications by Wenzel Jakob · 8 years ago
  11. e72eaa4 changed return_value:: to return_value_policy:: (#672) by thorink · 8 years ago
  12. cec052b Fix readthedocs build by Dean Moldovan · 8 years ago
  13. 11a337f Unicode fixes and docs (#624) by Jason Rhinelander · 8 years ago
  14. 6fa316d Merge pull request #643 from jagerman/two-pass-dispatch by Wenzel Jakob · 8 years ago
  15. 18e34cb Merge pull request #634 from jagerman/noconvert-arguments by Wenzel Jakob · 8 years ago
  16. e550589 Prefer non-converting argument overloads by Jason Rhinelander · 8 years ago
  17. abc29ca Add support for non-converting arguments by Jason Rhinelander · 8 years ago
  18. 40db2c7 RFC - Add documentation for strings and Unicode issues (#636) by jbarlow83 · 8 years ago
  19. 1249452 Minor fixes (#613) by Jason Rhinelander · 8 years ago
  20. 2686da8 Add support for positional args with args/kwargs by Jason Rhinelander · 8 years ago
  21. 18d7df5 Documentation: explicitly call out that the GIL is held (#615) by Dustin Spicuzza · 8 years ago
  22. ec009a7 Improve custom holder support (#607) by Dean Moldovan · 8 years ago
  23. f7f5bc8 Numpy: better compilation errors, long double support (#619) by Jason Rhinelander · 8 years ago
  24. 57a9bbc Automate generation of reference docs with doxygen and breathe (#598) by Dean Moldovan · 8 years ago
  25. 7830e85 Docs: minor clarifications (#590) by jbarlow83 · 8 years ago
  26. 9b815ad Docs: Fix several errors of examples from the doc (#592) by myd7349 · 8 years ago
  27. a9730be use -x flag to strip shared libraries on OSX (fixes #595) by Wenzel Jakob · 8 years ago
  28. f8dafe9 changelog for 2.0.1 release by Wenzel Jakob · 8 years ago
  29. 2723a38 minor setup.py updates by Wenzel Jakob · 8 years ago
  30. fb4e104 begin work on v2.1.0 by Wenzel Jakob · 8 years ago
  31. e33ef9c v2.0.0 release by Wenzel Jakob · 8 years ago
  32. 4010081 updated release instructions by Wenzel Jakob · 8 years ago
  33. f331843 Make non-ancient version of GCC explicit in documentation (it means 4.8+) (#575) by Michael König · 8 years ago
  34. f3de2d5 reference binder project from documentation by Wenzel Jakob · 8 years ago
  35. 1805c34 updated LOC values in README.md and intro.rst by Wenzel Jakob · 8 years ago
  36. ed52f46 updated changelog by Wenzel Jakob · 8 years ago
  37. 3c79671 a few more minor v2.0.0-rc1 related changes by Wenzel Jakob · 8 years ago
  38. d3549d6 added changelog for v2.0.0-rc1 by Wenzel Jakob · 8 years ago
  39. 05920e3 Change compilation/test target back to `check` (#566) by Jason Rhinelander · 8 years ago
  40. 71e8a79 Rename target from pybind11::pybind11 to pybind11::module by Dean Moldovan · 8 years ago
  41. 0cbec5c Add new options and docs for pybind11_add_module by Dean Moldovan · 8 years ago
  42. 003a9eb fixed pypy minimum version by Wenzel Jakob · 8 years ago
  43. 1d1f81b WIP: PyPy support (#527) by Wenzel Jakob · 8 years ago
  44. 2029171 always_construct_holder feature to support intrusively reference-counted types (#561) by Wenzel Jakob · 8 years ago
  45. f4b81b3 reflow some docs paragraphs by Lori A. Burns · 8 years ago
  46. 5cafc99 add CMake exported interface library and Config detection file by Lori A. Burns · 8 years ago
  47. 3f1ff3f Adds automatic casting on assignment of non-pyobject types (#551) by Jason Rhinelander · 8 years ago
  48. 8fadade add valarray to documentation, update docutils on travis by Wenzel Jakob · 8 years ago
  49. 4e959c9 Add syntax sugar for resolving overloaded functions (#541) by Dean Moldovan · 8 years ago
  50. ab90ec6 Allow references to objects held by smart pointers (#533) by Dean Moldovan · 8 years ago
  51. 405f6d1 make arithmetic operators of enum_ optional (#508) by Wenzel Jakob · 8 years ago
  52. e18bc02 Add default and converting constructors for all concrete Python types by Dean Moldovan · 8 years ago
  53. 2fb5f1d added message about recursion limits by Wenzel Jakob · 8 years ago
  54. 9a110e6 Provide more control over automatic generation of docstrings (#486) by Alexander Stukowski · 8 years ago
  55. 45e6e6f add note about custom type casters (fixes #480) by Wenzel Jakob · 8 years ago
  56. 44a69f7 std::experimental::optional (#475) by Ivan Smirnov · 8 years ago
  57. f95fda0 Add docs re: shared data API by Ivan Smirnov · 8 years ago
  58. 03f627e Make reference(_internal) the default return value policy for properties (#473) by Dean Moldovan · 8 years ago
  59. 6ba9865 a bit of work on the new documentation structure by Wenzel Jakob · 8 years ago
  60. fb7c9fd Remove obsolete example reference (#457) by Jason Rhinelander · 8 years ago
  61. 5d28dd1 Support std::shared_ptr holder type out of the box by Dean Moldovan · 8 years ago
  62. f0b0df5 Directly compare 3 ways of moving data between C++ and Python by Dean Moldovan · 8 years ago
  63. 67b52d8 Reorganize documentation by Dean Moldovan · 8 years ago
  64. 9273af4 Document dynamic attributes by Dean Moldovan · 8 years ago
  65. 632dee1 Merge pull request #356 from TrentHouliston/master by Wenzel Jakob · 8 years ago
  66. 10a6a90 Redo documentation to make it easier to read by Trent Houliston · 8 years ago
  67. 242b146 Extend attribute and item accessor interface using object_api by Dean Moldovan · 8 years ago
  68. 20ef626 Fix minor documentation spelling mistakes by Jason Rhinelander · 8 years ago
  69. d4285a6 ..one more typo by Wenzel Jakob · 8 years ago
  70. 514371e typo fixes (spotted by @TheGhostHuCodes) by Wenzel Jakob · 8 years ago
  71. 8e5dceb Multiple inheritance support by Wenzel Jakob · 8 years ago
  72. bad589a deprecated py::base<>, added a macro for improved readability by Wenzel Jakob · 8 years ago
  73. b3794f1 Added py::register_exception for simple case (#296) by Jason Rhinelander · 8 years ago
  74. 2f59768 Changed non system clocks to be time deltas by Trent Houliston · 8 years ago
  75. 352149e Refactor the chrono cast functions into chrono.h. by Trent Houliston · 8 years ago
  76. 7dfb932 Update OVERLOAD macros to support ref/ptr return type overloads by Jason Rhinelander · 8 years ago
  77. 6eca083 Fix doc typo by Jason Rhinelander · 8 years ago
  78. 1f2e417 Merge pull request #403 from jagerman/alias-initialization by Wenzel Jakob · 8 years ago
  79. 382484a operators should return NotImplemented given unsupported input (fixes #393) by Wenzel Jakob · 8 years ago
  80. ec62d97 Implement py::init_alias<>() constructors by Jason Rhinelander · 8 years ago
  81. 6b52c83 Allow passing base types as a template parameter by Jason Rhinelander · 8 years ago
  82. 5fffe20 Allow arbitrary class_ template option ordering by Jason Rhinelander · 8 years ago
  83. 625bd48 Document calling function with keyword arguments from C++ by Dean Moldovan · 8 years ago
  84. 6f017cf basics.rst: minor table update for Eigen types by Wenzel Jakob · 8 years ago
  85. 48ce072 added docs for custom type casters (fixes #298) by Wenzel Jakob · 8 years ago
  86. fe34241 minor doc & style fixes by Wenzel Jakob · 8 years ago
  87. 7520418 Adding bind_map by Sergey Lyskov · 8 years ago
  88. 70f5a4d minor: added error message to faq by Wenzel Jakob · 8 years ago
  89. 64830e3 Doc fix for OVERLOAD*_NAME macros by Jason Rhinelander · 8 years ago
  90. 5e4e477 minor fixes to PR #368 by Wenzel Jakob · 8 years ago
  91. 6333825 Added support for exposing classes with private destructors and corresponding documentation by Nickolai Belakovski · 8 years ago
  92. 606160e Update the changelog re: generalized iterators by Ivan Smirnov · 8 years ago
  93. faec30c Merge pull request #321 from dean0x7d/pytest by Wenzel Jakob · 8 years ago
  94. bf09958 documentation clarifications (fixes #346) by Wenzel Jakob · 8 years ago
  95. ec0d38e Update the docs to reflect the new test structure by Dean Moldovan · 8 years ago
  96. 192eb88 ..mention in benchmark docs as well by Wenzel Jakob · 8 years ago
  97. 68b193e mention pyrosetta stats by Wenzel Jakob · 8 years ago
  98. 0b63231 minor doc touchups by Wenzel Jakob · 8 years ago
  99. f45bb58 Support keep_alive where nurse may be None by Glen Walker · 8 years ago
  100. aebca12 Fix sphinx doc missing code blocks and warnings by Dean Moldovan · 8 years ago