biaslab / ForneyLab.jl

Julia package for automatically generating Bayesian inference algorithms through message passing on Forney-style factor graphs.
MIT License
149 stars 33 forks source link

Update compat for automated release #191

Closed ThijsvdLaar closed 2 years ago

ThijsvdLaar commented 2 years ago

This PR updates the compat entries to (hopefully) enable the automated release of FL v0.11.4. It also removes CI support for Julia 1.2, which introduced difficulties with SpecialFunctions compatibility.

codecov-commenter commented 2 years ago

Codecov Report

Merging #191 (1898e5c) into master (92cbafe) will decrease coverage by 0.04%. The diff coverage is n/a.

:exclamation: Current head 1898e5c differs from pull request most recent head 9910401. Consider uploading reports for the commit 9910401 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #191      +/-   ##
==========================================
- Coverage   86.63%   86.59%   -0.05%     
==========================================
  Files          95       95              
  Lines        4400     4400              
==========================================
- Hits         3812     3810       -2     
- Misses        588      590       +2     
Impacted Files Coverage Δ
src/engines/julia/generators.jl 96.51% <0.00%> (-1.17%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 92cbafe...9910401. Read the comment docs.

albertpod commented 2 years ago

All good! Merging.