Skip to content

v0.1.14

Compare
Choose a tag to compare
@marvinpfoertner marvinpfoertner released this 05 Jan 11:28
· 170 commits to main since this release
eab5e6a

Bug Fixes

  • MaxIterations stopping criterion for the linear solver is now stateless (#579)

Refactoring

  • ProbabilisticLinearSolver base class as proposal for general PN method implementation (#565)
  • Cleanup in probnum.typing (#599)
  • Replace NumPy Array Scalars by scalar arrays (#600)

Other

  • ProbNum is now citable, so we added a CITATION.cff file (#587, #596)
  • We now have CODEOWNERS (#589, #592)
  • Changes to the documentation (#584, #586, #595)