No breaking changes. Just update with pip install -U sentence-transformers
Bugfixes:
- SentenceTransformers can now be used with Windows (threw an exception before about invalid tensor types before)
- Outputs a warning if seq. length for BERT / RoBERTa is too long
Improvements:
- A flag can be set to hide the progress bar when a dataset is convert or an evaluator is executed