fixed: - Remove references to `paper-qa` (530) - Reduce memory footprint of `TopicModel.filter` (531)
0.41.3
new: - N/A
changed - N/A
fixed: - Removed `tf_keras` as dependencies due to issues in varioius dependencies related to TF 2.16 and allow TF to prompt user for it (528) - Removed auto-setting `TF_USE_LEGACY_KERAS`, as it causes problems in `tensorflow<2.16` (528) - Unpin `transformers` due to incompatibilites with different versions of TensorFlow.
0.41.2
new: - N/A
changed - N/A
fixed: - Added `tf_keras` to dependencies and set `USE_TF_TF_USE_LEGACY_KERAS` (525)
0.41.1
new: - N/A
changed - N/A
fixed: - temporarily pinning to `transformers==4.37.2` due to issue (523) on Google Colab
0.41.0
new: - N/A
changed - **Breaking Change**: Removed the `ktrain.text.qa.generative_qa` module. Users should use our [OnPrem.LLM](https://amaiya.github.io/onprem/examples_rag.html) for generative question-answering (522)
fixed: - use arrays in `TextPredictor` due to possible issues with `tf.Dataset` (521)
0.40.0
new: - N/A
changed - Changed `shallownlp.classifier` API with respect to hyperparameters and defaults
fixed: - Ensure weight files in checkpoint folder have `val_loss` in file name (519)