UCIDataScienceInitiative / IntroToJulia

A Deep Introduction to Julia for Data Science and Scientific Computing
http://ucidatascienceinitiative.github.io/IntroToJulia/
MIT License
252 stars 87 forks source link

Modernize the notebooks to Julia v0.6 #30

Closed YingboMa closed 6 years ago

ChrisRackauckas commented 6 years ago

Looks like you used v0.6.3-pre. Can you fix the kernel choices?

Also, since it's a notebook I can't really check the diff. Could you describe some of the changes?

YingboMa commented 6 years ago

I rerun the whole notebook to make sure that every block works. Here are some notable changes

ArraysAndMatrices:

Using BenchmarkTools.jl image

BasicIntroduction:

Change to use cfunction image

DiffEqSolutions:

Modernize the order of derivative function arguments image


I am not sure what should we do regarding this

image

ChrisRackauckas commented 6 years ago

I am not sure what should we do regarding this

Let's just give it a totally different name? broadcast_mult?

YingboMa commented 6 years ago

Done image