QuantEcon / CompEcon.jl

Julia versions of the CompEcon routines by Miranda and Fackler.
BSD 3-Clause "New" or "Revised" License
47 stars 27 forks source link

Fixed deprecation warnings for 0.7 and 1.0 #36

Closed IljaK91 closed 6 years ago

IljaK91 commented 6 years ago

I fixed the deprecation warnings and tests pass now without warnings.

sglyon commented 6 years ago

Thanks! IT looks like tests are not passing on CI quite yet, but that could be because we are still trying to test on old Julia versions.

Would you mind changing these lines to read

julia:
    - 1.0
    - nightly
IljaK91 commented 6 years ago

Thanks for your comment, I changed those lines and now all checks pass.

sglyon commented 6 years ago

Excellent, I have merged.

Thanks for working on this