- ✨ Add shuffle parameter to fit function (249 )
- ✨ Improved type hinting for the loaded model (248)
- 🐛 Fix loading models with CRF layers (244, 228)
- 🐛 Fix the configuration changes during embedding save/load (224)
- 🐛 Fix stacked embedding save/load (224)
- 🐛 Fix evaluate function where the list has int instead of str (222)
- 💥 Renaming `model.pre_processor` to `model.processor`
- 🚨 Removing TensorFlow and numpy warnings
- 📝 Add docs how to specify which CPU or GPU
- 📝 Add docs how to compile model with custom optimizer