haystack/releasenotes/notes/enhance-numpy-dependency-reduced-f8a8afa08be098d3.yaml
Ajit Singh 6cf13e8b98
enhancement: reduced usage of numpy and substituted built-in libraries (#8418)
* 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>
2024-10-18 15:42:19 +02:00

5 lines
69 B
YAML

---
enhancements:
- |
Reduced numpy usage to speed up imports.