haystack/releasenotes/notes/stop-using-canals-bfc26ad25e472652.yaml
Massimiliano Pippi 00e1dd6eb8
chore: rearrange the core package, move tests and clean up (#6427)
* rearrange code

* fix tests

* relnote

* merge test modules

* remove extra

* rearrange draw tests

* forgot

* remove unused import
2023-11-28 09:58:56 +01:00

8 lines
217 B
YAML

---
upgrade:
- |
Any import from `canals` should be rewritten to import from `haystack.core`
enhancements:
- |
Use the code formerly in `canals` from the `haystack.core` package across the whole codebase.