FastAi library function code deprecated question

Hi, I want to know if the fastai library keep updating its code or the function became deprecated, will it broke my already deployed web app, if so, how to prevent this from happening?

Can anyone here kind of provide the hints.

Thank you!
Best regards,

There are not much code deprecation’s in the minor released. But in major releases there is. Like in fastaiv2 callback system is going to change and the data API is also getting reworked.

Follow this Major new changes and features for announcement of all breaking changes in fastai.

Hi, I am asking if the code is changes, will it break my already built app, if so, should I update my code?

Stay on the version you built it on is your safest option. Keep track of that and you’re golden :slight_smile: