mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* reduced usage of numpy and substituted built-in libraries * added release note * edited expit function to support both float as well as list (this case was giving error CI) * revert code , numpy can't be removed here * more cleaning * fix relnote --------- Co-authored-by: anakin87 <stefanofiorucci@gmail.com>
5 lines
69 B
YAML
5 lines
69 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Reduced numpy usage to speed up imports.
|