lucasmaystre / choix

Inference algorithms for models based on Luce's choice axiom
MIT License
157 stars 27 forks source link

Support scipy 1.3 #10

Closed bhansconnect closed 5 years ago

bhansconnect commented 5 years ago

update from: from scipy.misc import logsumexp to from scipy.special import logsumexp

codecov-io commented 5 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #10   +/-   ##
======================================
  Coverage    99.8%   99.8%           
======================================
  Files           7       7           
  Lines         516     516           
======================================
  Hits          515     515           
  Misses          1       1
Impacted Files Coverage Δ
choix/utils.py 100% <100%> (ø) :arrow_up:
choix/opt.py 100% <100%> (ø) :arrow_up:
choix/ep.py 99.18% <100%> (ø) :arrow_up:

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 05a57a1...1c2a2d6. Read the comment docs.

lucasmaystre commented 5 years ago

Thanks @bhansconnect ! I will release a new version on PyPI soon.