aimacode / aima-julia

Julia implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
126 stars 50 forks source link

Julia 0.5->0.6 #14

Closed femtotrader closed 6 years ago

femtotrader commented 6 years ago

Hello,

This https://github.com/JuliaLang/julia/blob/release-0.6/NEWS.md should help migrating code from Julia 0.5 to 0.6

Using this GitHub bot https://github.com/JuliaComputing/FemtoCleaner.jl should help to remove a lot of deprecated syntax.

Here is build status https://travis-ci.org/aimacode/aima-julia/jobs/293646584

Kind regards

mikhail-j commented 6 years ago

@femtotrader I have fixed all deprecation warnings encountered between v0.5 and v0.6 for Base.Test tests.