Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 13:30

TensorInference v0.1.0

Closed issues:

  • Implement MMAP (#7)
  • CUDA support (#10)
  • Use artifacts in favor of the data dir (#14)
  • Inference errors or fails for 105 of the 142 UAI 2014 Inference Competition problems (#15)
  • Set automatic benchmarks in CI (#20)
  • Implement the sampling algorithm (#21)
  • Use test/Project.toml in favor of [extras] in Project.toml (#23)
  • Use @debug in favor of @info throughout the codebase (#24)
  • Move CI benchmark to another repository (#27)
  • Remove Artifacts as a project dependency (#32)
  • Support reading solution files for the MAP, MMAP and PR tasks (#35)
  • Make the repo public (#37)
  • Hash mismatch when downloading artifact (#38)
  • Refactor MMAPModel such that it takes the query vars instead of the marginalzed vars (#40)

Merged pull requests:

  • Clean up the project (#3) (@GiggleLiu)
  • Finding the most probable configuration with tropical numbers (#4) (@GiggleLiu)
  • refactor interfaces (#5) (@GiggleLiu)
  • MMAP - most probable configuration after marginalizing some variables (#9) (@GiggleLiu)
  • CUDA support (#12) (@GiggleLiu)
  • time space complexity estimate for MMAP (#13) (@GiggleLiu)
  • Rescale tensors and choose correct contraction order optimizer in tests (#16) (@GiggleLiu)
  • Define a format style and format all files using JuliaFormatter.jl (#17) (@mroavi)
  • Run benchmarks in CI and send results to TensorBFS/TensorInference-data (#18) (@mroavi)
  • Run benchmarks in CI and push results to TensorBFS/TensorInference-data (#19) (@mroavi)
  • Add Asia example and polish the interfaces (#22) (@GiggleLiu)
  • Use test/Project.toml in favor of [extras] in Project.toml (#25) (@mroavi)
  • Add tropicalgemm and precompile (#26) (@GiggleLiu)
  • Sampling configurations (#28) (@GiggleLiu)
  • Improve the performance of sampling (#30) (@GiggleLiu)
  • Refactor inference tests (#31) (@mroavi)
  • Move Artifacts.toml from main project to test project (#33) (@mroavi)
  • Use MAP in favor of MPE (#34) (@mroavi)
  • Support reading solution files for the MAP, MMAP and PR tasks (#36) (@mroavi)
  • UAI reference solution comparison tests (#41) (@mroavi)
  • Fix mmap constructor, add UAIInstance pretty printing (#45) (@GiggleLiu)
  • Enhance docs (#46) (@mroavi)