simsurace / FeedbackParticleFilters.jl

A Julia package that provides (feedback) particle filters for nonlinear stochastic filtering and data assimilation problems
MIT License
12 stars 2 forks source link

Get ready for v0.3.0 #3

Closed simsurace closed 2 years ago

simsurace commented 2 years ago

Long overdue maintenance

codecov[bot] commented 2 years ago

Codecov Report

Merging #3 (8d9d8f5) into master (7824547) will increase coverage by 11.16%. The diff coverage is 93.75%.

@@             Coverage Diff             @@
##           master       #3       +/-   ##
===========================================
+ Coverage   57.71%   68.88%   +11.16%     
===========================================
  Files          35       35               
  Lines         901      948       +47     
===========================================
+ Hits          520      653      +133     
+ Misses        381      295       -86     
Impacted Files Coverage Δ
src/FilteringAlgorithms/EKSPF.jl 0.00% <0.00%> (ø)
src/FilteringAlgorithms/BPF.jl 90.56% <100.00%> (+0.36%) :arrow_up:
src/FilteringAlgorithms/FPF.jl 82.71% <100.00%> (+0.43%) :arrow_up:
src/FilteringAlgorithms/ppFPF.jl 89.47% <100.00%> (+89.47%) :arrow_up:
src/StateModels/BrownianMotionTorus.jl 90.47% <100.00%> (+90.47%) :arrow_up:
src/StateModels/DiffusionStateModel.jl 82.29% <100.00%> (+1.39%) :arrow_up:
...rc/GainEstimationMethods/DifferentialRKHSMethod.jl 92.72% <0.00%> (-7.28%) :arrow_down:
.../GainEstimationMethods/DifferentialRKHSMethodS1.jl 93.75% <0.00%> (-6.25%) :arrow_down:
src/GainEstimationMethods/SemigroupMethod.jl 91.52% <0.00%> (-0.79%) :arrow_down:
src/Simulation/Simulation.jl 0.00% <0.00%> (ø)
... and 13 more

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 7824547...8d9d8f5. Read the comment docs.