1. b14f065 numpy.h replace macros with functions (#514) by Sylvain Corlay · 9 years ago
  2. 7146d62 Changed "Invoked with" output to use repr() instead of str() (#518) by Jason Rhinelander · 9 years ago
  3. c4d8196 include LICENSE, README.md, CONTRIBUTING.md in pip archive (fixes #512) by Wenzel Jakob · 9 years ago
  4. bad1740 Add checks to maintain a consistent Python code style and prevent bugs (#515) by Dean Moldovan · 9 years ago
  5. df81546 added forgotten initialization by Wenzel Jakob · 9 years ago
  6. d079f41 Always use return_value_policy::move for rvalues (#510) by Dean Moldovan · 9 years ago
  7. 31fbf18 replace redundant function_record->class_ field with 1 bit by Wenzel Jakob · 9 years ago
  8. 7c2461e resolve issue involving inheritance + def_static + override (fixes #511) by Wenzel Jakob · 9 years ago
  9. 405f6d1 make arithmetic operators of enum_ optional (#508) by Wenzel Jakob · 9 years ago
  10. 99ddc9a equals needed for test_copy_move_policies to build icpc 2016.3 (#507) by Lori A. Burns · 9 years ago
  11. 4de2710 Improve consistency of array and array_t with regard to other pytypes by Dean Moldovan · 9 years ago
  12. c7ac16b Add py::reinterpret_borrow<T>()/steal<T>() for low-level unchecked casts by Dean Moldovan · 9 years ago
  13. e18bc02 Add default and converting constructors for all concrete Python types by Dean Moldovan · 9 years ago
  14. b4498ef Add py::isinstance<T>(obj) for generalized Python type checking by Dean Moldovan · 9 years ago
  15. 281ccc6 exception constructor consistency improvements (fixes #492) by Wenzel Jakob · 9 years ago
  16. 5027c4f Switch NumPy variadic indexing to per-value arguments (#500) by Sylvain Corlay · 9 years ago
  17. 2fb5f1d added message about recursion limits by Wenzel Jakob · 9 years ago
  18. 90d2780 Extended enum support (#503) by Pim Schellart · 9 years ago
  19. 2e76daa Enable testing for <optional> when available (#501) by Jason Rhinelander · 9 years ago
  20. 425b497 Add type casters for nullopt_t, fix none refcount (#499) by Ivan Smirnov · 9 years ago
  21. 9a110e6 Provide more control over automatic generation of docstrings (#486) by Alexander Stukowski · 9 years ago
  22. 617fbcf Fix stl_bind to support movable, non-copyable value types (#490) by Jason Rhinelander · 9 years ago
  23. 06bd27f import size_t into pybind11 namespace (fixes #498) by Wenzel Jakob · 9 years ago
  24. 0780655 Fix test compilation failure under gcc 4.9 (#496) by Jason Rhinelander · 9 years ago
  25. 920e0e3 Add cmake option to override tests (#489) by Jason Rhinelander · 9 years ago
  26. 5e1c044 include backtrace in pybind11::detail::error_string (#494) by Wenzel Jakob · 9 years ago
  27. 219b10a Update travis and appveyor builds to eigen 3.3.0 (#491) by Jason Rhinelander · 9 years ago
  28. 2b92a49 updated check-style.sh docs by Wenzel Jakob · 9 years ago
  29. cc4efe6 more code style checks in Travis CI :) by Wenzel Jakob · 9 years ago
  30. fe40dfe address number caster regression (fixes #484) by Wenzel Jakob · 9 years ago
  31. c07ec31 Don't construct unique_ptr around unowned pointers (#478) by Jason Rhinelander · 9 years ago
  32. e916d84 minor: have enum::export_values() return a reference to *this as usual by Wenzel Jakob · 9 years ago
  33. f1b44a0 <optional> requires -std=c++17 (#479) by Jason Rhinelander · 9 years ago
  34. dc0b4bd Add debugging info about .so size to build output (#477) by Jason Rhinelander · 9 years ago
  35. 45e6e6f add note about custom type casters (fixes #480) by Wenzel Jakob · 9 years ago
  36. 12edaaa Only enable std::optional if compiling in >= C++14 (#476) by Jason Rhinelander · 9 years ago
  37. 44a69f7 std::experimental::optional (#475) by Ivan Smirnov · 9 years ago
  38. bd560ac smart pointer refcount fix by @dean0x7d with slight modifications (fixes #471) by Wenzel Jakob · 9 years ago
  39. 0a9ef9c Merge pull request #472 from aldanor/feature/shared-dtypes by Wenzel Jakob · 9 years ago
  40. cc8ff16 Move register_dtype() outside of the template by Ivan Smirnov · 9 years ago
  41. f95fda0 Add docs re: shared data API by Ivan Smirnov · 9 years ago
  42. 2dbf029 Add public shared_data API by Ivan Smirnov · 9 years ago
  43. c546655 Use pytest fixtures in numpy dtypes test module by Ivan Smirnov · 9 years ago
  44. 2184f6d NumPy dtypes are now shared across extensions by Ivan Smirnov · 9 years ago
  45. a743ead Merge pull request #474 from aldanor/feature/numpy-dtype-ex by Wenzel Jakob · 9 years ago
  46. abd3429 Add a test for numpy dtypes with custom names by Ivan Smirnov · 9 years ago
  47. e8b5036 Add dtype binding macro that allows setting names by Ivan Smirnov · 9 years ago
  48. 03f627e Make reference(_internal) the default return value policy for properties (#473) by Dean Moldovan · 9 years ago
  49. 030d10e minor style fix by Wenzel Jakob · 9 years ago
  50. 496feac pybind11: implicitly convert NumPy integer scalars by Wenzel Jakob · 9 years ago
  51. a6f85eb Merge pull request #465 from jagerman/prevent-object-overwriting by Wenzel Jakob · 9 years ago
  52. 6873c20 Prevent overwriting previous declarations by Jason Rhinelander · 9 years ago
  53. dd9bd77 Merge pull request #453 from aldanor/feature/numpy-scalars by Wenzel Jakob · 9 years ago
  54. 8f3e045 Use detail::get_type_info() wherever sensible by Ivan Smirnov · 9 years ago
  55. 6ba9865 a bit of work on the new documentation structure by Wenzel Jakob · 9 years ago
  56. a6e6a8b Require existing typeinfo for direct conversions by Ivan Smirnov · 9 years ago
  57. c0d1919 minor indentation change by Wenzel Jakob · 9 years ago
  58. f4eec65 Merge pull request #455 from bennorth/bugfix/bad-delete-if-no-copy-ctor by Wenzel Jakob · 9 years ago
  59. 43a88f4 Reraise existing exception if dtype ctor fails by Ivan Smirnov · 9 years ago
  60. 6942694 Allow implicit casts from literal strings to dtype by Ivan Smirnov · 9 years ago
  61. ef5a380 A few dtype method docstrings by Ivan Smirnov · 9 years ago
  62. f70cc11 Make dtype from string ctor accept const ref by Ivan Smirnov · 9 years ago
  63. fb7c9fd Remove obsolete example reference (#457) by Jason Rhinelander · 9 years ago
  64. 18e9590 Merge pull request #458 from dean0x7d/fix-property by Wenzel Jakob · 9 years ago
  65. 5b7e190 Fix def_property and related functions by Dean Moldovan · 9 years ago
  66. bbe4508 Test uncopyable static member by Ben North · 9 years ago
  67. 24a2054 Fix wrapper's 'value' and 'owned' if ctor missing by Ben North · 9 years ago
  68. 77898af Merge pull request #454 from dean0x7d/shared_ptr by Wenzel Jakob · 9 years ago
  69. 7edd72d Disallow registering dtypes multiple times by Ivan Smirnov · 9 years ago
  70. ccc69f9 Cache direct converters in the generic type caster by Ivan Smirnov · 9 years ago
  71. 4f30446 Merge pull request #448 from dean0x7d/docs by Wenzel Jakob · 9 years ago
  72. cbbb783 Add a test for NumPy scalar conversion by Ivan Smirnov · 9 years ago
  73. 85e1626 Enable direct conversions with no typeinfo present by Ivan Smirnov · 9 years ago
  74. 7bf90e8 Add a direct converter for numpy scalars by Ivan Smirnov · 9 years ago
  75. c275ee6 Add support for "direct" converters by Ivan Smirnov · 9 years ago
  76. ba08db4 Import a few more numpy extern symbols by Ivan Smirnov · 9 years ago
  77. 5d28dd1 Support std::shared_ptr holder type out of the box by Dean Moldovan · 9 years ago
  78. f0b0df5 Directly compare 3 ways of moving data between C++ and Python by Dean Moldovan · 9 years ago
  79. 67b52d8 Reorganize documentation by Dean Moldovan · 9 years ago
  80. 3eb569f Merge pull request #452 from aldanor/feature/numpy-enum by Wenzel Jakob · 9 years ago
  81. 2f3f368 Add tests for numpy enum descriptors by Ivan Smirnov · 9 years ago
  82. fb74df5 Implement format/numpy descriptors for enums by Ivan Smirnov · 9 years ago
  83. 3599585 Merge pull request #450 from dean0x7d/explicit-bool by Wenzel Jakob · 9 years ago
  84. c889ebd Make operator bool() explicit by Dean Moldovan · 9 years ago
  85. 135fd14 Merge pull request #449 from jagerman/no-implicit-conversions by Wenzel Jakob · 9 years ago
  86. 12d7660 Disable most implicit conversion constructors by Jason Rhinelander · 9 years ago
  87. 946f897 Merge pull request #445 from lsst-dm/master by Wenzel Jakob · 9 years ago
  88. fcab621 Merge pull request #4 from lsst-dm/tickets/DM-7115 by Pim Schellart · 9 years ago
  89. 8b51ed1 Merge pull request #444 from dean0x7d/inherit-dynamic-attr by Wenzel Jakob · 9 years ago
  90. b8cb5ca Fix dynamic attribute inheritance in C++ by Dean Moldovan · 9 years ago
  91. 5c13749 Merge pull request #437 from dean0x7d/dynamic-attrs by Wenzel Jakob · 9 years ago
  92. 9273af4 Document dynamic attributes by Dean Moldovan · 9 years ago
  93. c01a1c1 added array::ensure() function wrapping PyArray_FromAny by Wenzel Jakob · 9 years ago
  94. 22726c9 Only allocate dict pointer when needed for dynamic attributes by Dean Moldovan · 9 years ago
  95. 00488a3 Merge pull request #440 from wjakob/master by Wenzel Jakob · 9 years ago
  96. fac7c09 NumPy "base" feature: integrated feedback by @aldanor by Wenzel Jakob · 9 years ago
  97. c49d6e5 py::print robustness improvements, added import exception class by Wenzel Jakob · 9 years ago
  98. 369e9b3 Permit creation of NumPy arrays with a "base" object that owns the data by Wenzel Jakob · 9 years ago
  99. 43f6aa6 added numpy test (minor): check that 'strides' is respected even when creating new arrays by Wenzel Jakob · 9 years ago
  100. d2afe7f Accept any sequence type as std::vector (or std::list) by Pim Schellart · 9 years ago