Added
- Metropolis-Hastings sampler
- Ojalgo
LinearSpace
implementation.
Changed
- attributes-kt moved to a separate project, and the version used is 0.3.0
- Kotlin 2.1. Now use cross-compilation to deploy macOS targets.
- Changed
origin
tocmMatrix
in kmath-commons to avoid property name clash. Expose bidirectional conversion inCMLinearSpace
- (BREAKING CHANGE) Changed implementations in
kmath-ejml
to match CM and ojalgo style. Specifically, provide bidirectional conversion for library types.
Fixed
- (BREAKING CHANGE) Fix EJML to properly treat vectors as columns
What's Changed
- Draft: STUD-7: Metropolis-Hastings sampler implementation by @Vasilev-Ilya in #533
New Contributors
- @Vasilev-Ilya made their first contribution in #533
Full Changelog: v0.4.0...v0.4.1