Major new changes and features

fastai2 has been renamed to fastai now in master on every fast.ai repo. pypi and conda won’t be changed until tomorrow morning, however.

To change fastai2 to fastai in your code, run the following in a directory containing files you’d like to modify:

shopt -s globstar
perl -pi -e 's/fastai2/fastai/g' **/*
20 Likes