prl-pybind11:henryiii-patch-1

Last commit made on 2021-06-17
Get this branch:
git clone -b henryiii-patch-1 https://git.launchpad.net/prl-pybind11

Branch merges

Branch information

Name:
henryiii-patch-1
Repository:
lp:prl-pybind11

Recent commits

9fa6acd... by Henry³

ci: patch for CentOS 8 build

b4b67f0... by Aaron Gokaslan <email address hidden>

Fix typos (#3044)

cd4b49a... by Aaron Gokaslan <email address hidden>

Update py::kwargs examples to pass by reference (#3038)

4c7697d... by Jack Hale

Add const T to docstring generation. (#3020)

* Add const T to docstring generation.

* Change order.

* See if existing test triggers for a const type.

* Add tests.

* Fix test.

* Remove experiment.

* Reformat.

* More tests, checks run.

* Adding `test_fmt_desc_` prefix to new test functions.

* Using pytest.mark.parametrize to 1. condense test; 2. exercise all functions even if one fails; 3. be less platform-specific (e.g. C++ float is not necessarily float32).

Co-authored-by: Ralf W. Grosse-Kunstleve <email address hidden>

e25b150... by "Ralf W. Grosse-Kunstleve" <email address hidden>

Adjusting valgrind suppression for pypocketfft to resolve systematic failures that started to appear on 2020-05-27. (#3022)

3ac690b... by Yichen <email address hidden>

Explicitly export exception types. (#2999)

* Set visibility of exceptions to default.

Co-authored-by: XZiar <email address hidden>

* add test

* update docs

* Skip failed test.

14023c9... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump ilammy/msvc-dev-cmd from 1.8.0 to 1.8.1 (#3021)

f61855b... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump ilammy/msvc-dev-cmd from 1 to 1.8.0 (#3001)

bc7cf6e... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump jwlawson/actions-setup-cmake from 1.8 to 1.9 (#3000)

b6ec0e9... by Eric Cousineau

functions: Add doc on incorrect argument index (#2979)

test_call_policies: Explicitly check free-functions and static methods