Skip to content

LiveBook Feedback and Bug Fixes

Compare
Choose a tag to compare
@hobson hobson released this 04 Jan 06:18
· 288 commits to master since this release
  • delete large (5MB) keras h5 model files from repository (src/nlpia/book/examples)
  • ignore talk.py in pytest.ini and coverage.rc because it requires pyaudio and pocketsphinx which are hard to install
  • add more BIG_URLS aliases for loaders.get_data like 'wv' -> 'w2v' to fix bug found by LiveBook contributor Jettro Coenradie
  • fix get_data so that it doesn't load w2v.bin files as txt
  • book/examples/ch05_...py