Commit 8296236
committed
ci(release): 1.5.0 [skip ci]
## [1.5.0](v1.4.0...v1.5.0) (2024-05-26)
### Features
* **knowledgegraph:** add knowledge graph node ([0196423](0196423))
* add logger integration ([e53766b](e53766b))
* **smart-scraper-multi:** add schema to graphs and created SmartScraperMultiGraph ([fc58e2d](fc58e2d))
* **burr:** added burr integration in graphs and optional burr installation ([ac10128](ac10128))
* **base_graph:** alligned with main ([73fa31d](73fa31d))
* **burr-bridge:** BurrBridge class to integrate inside BaseGraph ([6cbd84f](6cbd84f))
* **verbose:** centralized graph logging on debug or warning depending on verbose ([c807695](c807695))
* **burr:** first burr integration and docs ([19b27bb](19b27bb))
* **node:** knowledge graph node ([8c33ea3](8c33ea3))
* **version:** python 3.12 is now supported 🚀 ([5fb9115](5fb9115))
* **multiple:** quick fix working ([58cc903](58cc903))
* **kg:** removed import ([a338383](a338383))
* **docloaders:** undetected-playwright ([7b3ee4e](7b3ee4e))
* **burr-node:** working burr bridge ([654a042](654a042))
* **multiple_search:** working multiple example ([bed3eed](bed3eed))
* **kg:** working rag kg ([c75e6a0](c75e6a0))
### Bug Fixes
* error in jsons ([ca436ab](ca436ab))
* **pdf_scraper:** fix the pdf scraper gaph ([d00cde6](d00cde6))
* **local_file:** fixed textual input pdf, csv, json and xml graph ([8d5eb0b](8d5eb0b))
* **kg:** removed unused nodes and utils ([5684578](5684578))
* **logger:** set up centralized root logger in base node ([4348d4f](4348d4f))
* **logging:** source code citation ([d139480](d139480))
* template names ([b82f33a](b82f33a))
* **node-logging:** use centralized logger in each node for logging ([c251cc4](c251cc4))
* **web-loader:** use sublogger ([0790ecd](0790ecd))
### Docs
* **burr:** added dependecies and switched to furo ([819f071](819f071))
* **faq:** added faq section and refined installation ([545374c](545374c))
* **graph:** added new graphs and schema ([d27cad5](d27cad5))
* updated requirements ([e43b801](e43b801))
### CI
* **release:** 1.2.0-beta.1 [skip ci] ([fd3e0aa](fd3e0aa))
* **release:** 1.3.0-beta.1 [skip ci] ([191db0b](191db0b))
* **release:** 1.4.0-beta.1 [skip ci] ([2caddf9](2caddf9))
* **release:** 1.4.0-beta.2 [skip ci] ([f1a2523](f1a2523))
* **release:** 1.5.0-beta.1 [skip ci] ([e1006f3](e1006f3))
* **release:** 1.5.0-beta.2 [skip ci] ([edf221d](edf221d))
* **release:** 1.5.0-beta.3 [skip ci] ([90d5691](90d5691))
* **release:** 1.5.0-beta.4 [skip ci] ([15b7682](15b7682))
* **release:** 1.5.0-beta.5 [skip ci] ([1f51147](1f51147))1 parent 2526831 commit 8296236
2 files changed
+57
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
1 | 57 | | |
2 | 58 | | |
3 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments