File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.2.1
4+
5+ ### Enhancements
6+
7+ * Snapshot tests based on pydoc have been added. For each test target, a
8+ text-only documentation is generated that contains a description of the
9+ contained modules, classes, functions and methods, their default arguments and
10+ docstrings etc. This documentation is compared to artifact files stored in
11+ [ ` tests/expected ` ] ( ./tests/expected ) .
12+
313## 0.2.0
414
515Thanks to several contributors from the [ Electronic Vision(s)
@@ -37,6 +47,7 @@ documentation and helping to test this release!
3747* The test suite has been expanded.
3848
3949### Fixes
50+
4051* Functions with ` pybind::args ` or ` pybind::kwargs ` parameters are now
4152 wrapped properly.
4253* Sub-modules are no longer exposed when the enclosing namespace is not exposed.
You can’t perform that action at this time.
0 commit comments