31 Commits (f1a2e03d1966fd778ed40d855f6fcc23abd168cd)

Author SHA1 Message Date
Ralf W. Grosse-Kunstleve f1a2e03d19
feat: remove Python 3.6 support (#5177) 1 year ago
Sergei Izmailov c9149d995c
fix: Use lowercase builtin collection names (#4833) 2 years ago
T.Yamada d0232b119f
Use annotated for array (#4679) 2 years ago
pre-commit-ci[bot] 5e946c2fa5
chore(deps): update pre-commit hooks (#4605) 2 years ago
Henry Schreiner 438034c5b8
chore: move to Ruff and add rules (#4483) 2 years ago
Ed Catmur 68a0b2dfd8
Add anyset & frozenset, enable copying (cast) to std::set (#3901) 3 years ago
Ed Catmur 9bc2704430
Add tests for cast from tuple to sequence containers (#3900) 3 years ago
Laramie Leavitt b22ee64c73
Add type_caster<std::monostate> (#3818) 3 years ago
Ralf W. Grosse-Kunstleve 6493f496e3
Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 3 years ago
Ryan Cahoon c2d3e220bd
fix: the types for return_value_policy_override in optional_caster (#3376) 4 years ago
Aaron Gokaslan 9df2f1ff13
maint(precommit): Apply isort (#3195) 4 years ago
Henry Schreiner 84fdadfbcc chore: update pre-commit hooks 4 years ago
Ralf W. Grosse-Kunstleve 75090647ce
More precise return_value_policy::automatic documentation. (#2920) 4 years ago
Antony Lee 5bcaaa0423
Add a std::filesystem::path <-> os.PathLike caster. (#2730) 4 years ago
Henry Schreiner c50f90eca6
style: use Black everywhere (#2594) 5 years ago
Henry Schreiner d8c7ee00a6
ci: GHA basic format & pre-commit (#2309) 5 years ago
fatvlady a3daf87d45 Add failing optional test 5 years ago
Blake Thompson 30c0352348 Added __contains__ to stl bindings for maps (#1767) 6 years ago
voxmea 17983e7425 Adds type_caster support for std::deque. (#1609) 7 years ago
Wenzel Jakob adc2cdd5c4
fixed regression in STL type caster RVPs (fixes #1561) (#1603) 7 years ago
Wenzel Jakob 9f73060cc7
std::array<> caster: support arbitrary sequences (#1602) 7 years ago
Allan Leal e76dff7751 Fix for Issue #1258 (#1298) 7 years ago
Wenzel Jakob cbd16a8247
stl.h: propagate return value policies to type-specific casters (#1455) 7 years ago
Antony Lee 0826b3c106 Add spaces around "=" in signature repr. 8 years ago
Jason Rhinelander 5c7a290d37 Fix new flake8 E741 error from using `l` variable 8 years ago
Dean Moldovan 2b4477eb65 Make TypeErrors more informative when an optional header is missing 8 years ago
Dean Moldovan 3c4933cb50 Fix STL casters for containers with proxies (regression) 8 years ago
Jason Rhinelander 67a0cc4eed Fix regression: container pointers not castable 8 years ago
Jason Rhinelander b57281bb00 Use rvalue subcasting when casting an rvalue container 8 years ago
Andreas Bergmeier 34b7b54f29 Add tests for passing STL containers by pointer 8 years ago
Dean Moldovan 83e328f58c Split test_python_types.cpp into builtin_casters, stl and pytypes 8 years ago