PySDM v1.24
- module docstring coverage reached 100% (checked with pylint in CI)
- using
python -We -m pdoc
instead ofpdoc
to catch broken code links within docstring (and other issues) - catching OSError when importing ThrustRTC and issuing a warning (
pdoc
parsing works then even on machines without CUDA) - some minor code cleanups/refactors