Closed scart97 closed 4 years ago
Core and Augment notebooks are split into multiple files
Breaking change: from fastai2_audio.core import * is now from fastai2_audio.core.all import *
from fastai2_audio.core import *
from fastai2_audio.core.all import *
Breaking change: from fastai2_audio.augment import * is now from fastai2_audio.augment.all import *
from fastai2_audio.augment import *
from fastai2_audio.augment.all import *
AudioTensor show method has a new parameter hear that controls if the audio player will show
hear
Unused imports were removed from the notebooks
Code used to setup examples in the notebooks is now in a unique file nbs/setup_examples.py
nbs/setup_examples.py
Titles of the notebooks were fixed to properly display in the docs
Each module has a new *_overview.ipynb to serve as a introduction to what is present
Check out this pull request on
Review Jupyter notebook visual diffs & provide feedback on notebooks.
Powered by ReviewNB
Core and Augment notebooks are split into multiple files
Breaking change:
from fastai2_audio.core import *
is nowfrom fastai2_audio.core.all import *
Breaking change:
from fastai2_audio.augment import *
is nowfrom fastai2_audio.augment.all import *
AudioTensor show method has a new parameter
hear
that controls if the audio player will showUnused imports were removed from the notebooks
Code used to setup examples in the notebooks is now in a unique file
nbs/setup_examples.py
Titles of the notebooks were fixed to properly display in the docs
Each module has a new *_overview.ipynb to serve as a introduction to what is present