Changelog#
Versions follow SemVer. The next MAJOR version bump will happen once the library is out of early development stages.
0.3.2 (2023-06-24)#
Features#
Improved Documentation#
Deprecations and Removals#
Removed deprecated utility function validate_matrix_positive.
0.3.1 (2023-05-23)#
Features#
Improved speed of matrix multiplications, output remains the same. (#23)
0.3.0 (2023-05-22)#
Bugfixes#
Improved Documentation#
Transition matrices no longer progress one step too far forward in time. (#19)
Deprecations and Removals#
0.2.2 (2023-04-21)#
Bugfixes#
Adjusted transition matrix validators to be compatible with SciPy COO/CSC/CSR formats. (#1)