This is a small patch release which fixes a few bugs in the source and docs. Additionally, I have added more compiler checks to improve the static analysis of the library. This lead to a few minor warnings which were also fixed. These new compiler options should help to avoid bugs in the future and ensure the quality of the library.
Updates
- The library has now moved to version 2.10.3 of Pybind11 (which is the most recent release).
Bug Fixes
- Fix ZAID streaming bug. by @HunterBelanger in #27
- Fix possible negative argument in square root function when interpolating distributions by @HunterBelanger in #29
- Fix the documentation for constructor of
SummedFissionSpectrum
Static Analysis
- Fix conversions warnings by @HunterBelanger in #26
- Fix Variable Shadow Warnings by @HunterBelanger in #28
A summary of all changes can be found here: v0.3.0...v0.3.1