v0.5.0
TensorInference v0.5.0
Breaking changes
- Add ProblemReductions as a dependency. Now we can convert a statistical model into a tensor network with a single function call.
- Add the CUDA extension, replacing the previous Requires.
Merged pull requests:
- Switch from Requires to extensions (#81) (@GiggleLiu)
- Fix show method for the MMAP model (#95) (@GiggleLiu)
- Fix sampling algorithm (#96) (@GiggleLiu)
Closed issues:
- Issue with
MMAPModel
andmost_probable_config
Function (#93)