Skip to content
  • PyBind11 Upstream's avatar
    pybind11 2018-02-07 (f117a48e) · 7040b90d
    PyBind11 Upstream authored and Atkins, Charles Vernon's avatar Atkins, Charles Vernon committed
    Code extracted from:
    
        https://github.com/pybind/pybind11.git
    
    at commit f117a48ea2fd446d2865826a58d08027d4579cb3 (v2.2.2).
    
    Upstream Shortlog
    -----------------
    
    Antony Lee (1):
          7ab1cd34 Remove spurious quote in error message. (#1202)
    
    Elliott Sales de Andrade (1):
          53e0aa03 Update PyPI URLs.
    
    Jason Rhinelander (17):
          fe1266e0 Fix `char &` arguments being non-bindable
          a28393cf Fix 2D Nx1/1xN inputs to eigen dense vector args
          6519388f Build /permissive- under VS2017
          fbb2ef7e Miscellaneous travis-ci updates/fixes
          fc8d1c76 Fix new flake8 E741 error from using `l` variable
          07dc73da __qualname__ and nested class naming fixes (#1171)
          3793c7ed Silence new MSVC C++17 deprecation warnings
          c715c70e Fix premature destruction of args/kwargs arguments
          0c7aec48 Simplify arg copying
          8310aa46 Added py::args ref counting tests
          7f170fe4 Fixes for numpy 1.14.0 compatibility
          c8f07b5d Use a named rather than anon struct in instance
          20d6d1d4 Fix segfault when reloading interpreter with external modules (#1092)
          56c1edb4 Don't add duplicate patients
          c3d81d23 Use stricter brace initialization
          f99f6851 MSVC workaround for broken `using detail::_` warning
          19e90dc3 Updated version/changelog for 2.2.2
    
    Jeff VanOss (1):
          17ad517d fix return from std::map bindings to __delitem__ (#1229)
    
    Unknown (1):
          09579726 Trivial typos
    
    Wenzel Jakob (4):
          2406a0cf added citation reference (fixes #767) (#1189)
          83e73091 Moved section on licensing of contributions (fixes #1109) (#1188)
          ebe16361 Fix pybind11 interoperability with Clang trunk
          f117a48e mark release date in changelog
    
    Zach DeVito (1):
          155cc7c4 Fix leak in var arg handling
    
    luz.paz (1):
          ed0a72eb misc. typos
    7040b90d
This project is licensed under the Apache License 2.0. Learn more