h-Klok / StatsWithJuliaBook

https://statisticswithjulia.org/
MIT License
1.08k stars 279 forks source link

@pyimport deprecated in Julia v1.1.0 #11

Closed VincentTam closed 5 years ago

VincentTam commented 5 years ago

The macro @pyimport appears many times in this project. Unluckily, it's deprecated due to JuliaPy/PyCall.jl#633.

I'm working on #10 to get rid of this.