Nosferican / Econometrics.jl

Econometrics in Julia
https://nosferican.github.io/Econometrics.jl/dev
ISC License
69 stars 19 forks source link

Update for deps #79

Closed Nosferican closed 2 years ago

Nosferican commented 2 years ago

Closes #70 #71 #72 #73 #74 #75 #76

Basically, a PR to update a few things which have gathered some dust.

I tried updating the show(io, mime, obj) instead of using the 2-args method but didn't work well so that is out of scope for this one.

codecov[bot] commented 2 years ago

Codecov Report

Merging #79 (d880c08) into master (32659ae) will increase coverage by 0.08%. The diff coverage is 91.66%.

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
+ Coverage   90.22%   90.31%   +0.08%     
==========================================
  Files           9        9              
  Lines         696      702       +6     
==========================================
+ Hits          628      634       +6     
  Misses         68       68              
Impacted Files Coverage Δ
src/Econometrics.jl 0.00% <ø> (ø)
src/solvers.jl 89.02% <66.66%> (ø)
src/main.jl 91.83% <100.00%> (+0.08%) :arrow_up:
src/statsbase.jl 87.50% <100.00%> (+0.16%) :arrow_up:
src/mlj-model-interface.jl 100.00% <0.00%> (ø)
src/structs.jl 89.09% <0.00%> (+0.41%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more