Skip to content

Commit a6d9b0c

Browse files
Release v0.4.0 (#1361)
* Release v0.4.0 * Missing change track
1 parent 635c211 commit a6d9b0c

File tree

57 files changed

+281
-217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+281
-217
lines changed

.semversioner/0.4.0.json

Lines changed: 222 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,222 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Add Incremental Indexing",
5+
"type": "minor"
6+
},
7+
{
8+
"description": "Added DRIFT graph reasoning query module",
9+
"type": "minor"
10+
},
11+
{
12+
"description": "embeddings moved to a different workflow",
13+
"type": "minor"
14+
},
15+
{
16+
"description": "Add DRIFT search cli and example notebook",
17+
"type": "patch"
18+
},
19+
{
20+
"description": "Add config for incremental updates",
21+
"type": "patch"
22+
},
23+
{
24+
"description": "Add embeddings to subflow.",
25+
"type": "patch"
26+
},
27+
{
28+
"description": "Add naive community merge using time period",
29+
"type": "patch"
30+
},
31+
{
32+
"description": "Add relationship merge",
33+
"type": "patch"
34+
},
35+
{
36+
"description": "Add runtime-only storage option.",
37+
"type": "patch"
38+
},
39+
{
40+
"description": "Add text units update",
41+
"type": "patch"
42+
},
43+
{
44+
"description": "Allow empty workflow returns to avoid disk writing.",
45+
"type": "patch"
46+
},
47+
{
48+
"description": "Apply pandas optimizations to create final entities",
49+
"type": "patch"
50+
},
51+
{
52+
"description": "Calculate new inputs and deleted inputs on update",
53+
"type": "patch"
54+
},
55+
{
56+
"description": "Collapse covariates flow.",
57+
"type": "patch"
58+
},
59+
{
60+
"description": "Collapse create-base-entity-graph.",
61+
"type": "patch"
62+
},
63+
{
64+
"description": "Collapse create-final-community-reports.",
65+
"type": "patch"
66+
},
67+
{
68+
"description": "Collapse create-final-documents.",
69+
"type": "patch"
70+
},
71+
{
72+
"description": "Collapse create-final-entities.",
73+
"type": "patch"
74+
},
75+
{
76+
"description": "Collapse create-final-nodes.",
77+
"type": "patch"
78+
},
79+
{
80+
"description": "Collapse create_base_documents.",
81+
"type": "patch"
82+
},
83+
{
84+
"description": "Collapse create_base_text_units.",
85+
"type": "patch"
86+
},
87+
{
88+
"description": "Collapse create_final_relationships.",
89+
"type": "patch"
90+
},
91+
{
92+
"description": "Collapse entity extraction.",
93+
"type": "patch"
94+
},
95+
{
96+
"description": "Collapse entity summarize.",
97+
"type": "patch"
98+
},
99+
{
100+
"description": "Collapse intermediate workflow outputs.",
101+
"type": "patch"
102+
},
103+
{
104+
"description": "Dependency updates",
105+
"type": "patch"
106+
},
107+
{
108+
"description": "Extract DataShaper-less flows.",
109+
"type": "patch"
110+
},
111+
{
112+
"description": "Fix embeddings faulty assignments",
113+
"type": "patch"
114+
},
115+
{
116+
"description": "Fix init defaults for vector store and drift img in docs",
117+
"type": "patch"
118+
},
119+
{
120+
"description": "Fix nested json parsing",
121+
"type": "patch"
122+
},
123+
{
124+
"description": "Fix some edge cases on Drift Search over small input sets",
125+
"type": "patch"
126+
},
127+
{
128+
"description": "Fix var name for embedding",
129+
"type": "patch"
130+
},
131+
{
132+
"description": "Merge existing and new entities, updating values accordingly",
133+
"type": "patch"
134+
},
135+
{
136+
"description": "Merge text_embed into create-final-relationships subflow.",
137+
"type": "patch"
138+
},
139+
{
140+
"description": "Move embedding verbs to operations.",
141+
"type": "patch"
142+
},
143+
{
144+
"description": "Moving verbs around.",
145+
"type": "patch"
146+
},
147+
{
148+
"description": "Optimize Create Base Documents subflow",
149+
"type": "patch"
150+
},
151+
{
152+
"description": "Optimize text unit relationship count",
153+
"type": "patch"
154+
},
155+
{
156+
"description": "Perf optimizations in map_query_to_entities()",
157+
"type": "patch"
158+
},
159+
{
160+
"description": "Remove aggregate_df from final coomunities and final text units",
161+
"type": "patch"
162+
},
163+
{
164+
"description": "Remove duplicated relationships and nodes",
165+
"type": "patch"
166+
},
167+
{
168+
"description": "Remove unused column from final entities",
169+
"type": "patch"
170+
},
171+
{
172+
"description": "Reorganized api,reporter,callback code into separate components. Defined debug profiles.",
173+
"type": "patch"
174+
},
175+
{
176+
"description": "Small cleanup in community context history building",
177+
"type": "patch"
178+
},
179+
{
180+
"description": "Transient entity graph and snapshotting.",
181+
"type": "patch"
182+
},
183+
{
184+
"description": "Update Incremental Indexing to new embeddings workflow",
185+
"type": "patch"
186+
},
187+
{
188+
"description": "Use mkdocs for documentation",
189+
"type": "patch"
190+
},
191+
{
192+
"description": "add backwards compatibility patch to vector store.",
193+
"type": "patch"
194+
},
195+
{
196+
"description": "add-autogenerated-cli-docs",
197+
"type": "patch"
198+
},
199+
{
200+
"description": "fix docs image path",
201+
"type": "patch"
202+
},
203+
{
204+
"description": "refactor use of vector stores and update support for managed identity",
205+
"type": "patch"
206+
},
207+
{
208+
"description": "remove redundant error-handling code from global-search",
209+
"type": "patch"
210+
},
211+
{
212+
"description": "reorganize cli layer",
213+
"type": "patch"
214+
},
215+
{
216+
"description": "Fix Community ID loading for DRIFT search over existing indexes",
217+
"type": "patch"
218+
}
219+
],
220+
"created_at": "2024-11-06T00:24:14+00:00",
221+
"version": "0.4.0"
222+
}

.semversioner/next-release/minor-20241011205050985571.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/minor-20241018204541069382.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/minor-20241024220555036046.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20240911201935470388.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20240918221118566693.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20240919003117336827.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20240919223518903171.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20240920000120463201.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20240920192804408249.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)