Skip to content

Version 0.3.1

Latest
Compare
Choose a tag to compare
@HunterBelanger HunterBelanger released this 22 Jan 16:43
· 16 commits to develop since this release

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

A summary of all changes can be found here: v0.3.0...v0.3.1