Kuzu

Latest version: v0.4.2

Safety actively analyzes 638720 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

0.0.3

We are happy to release Kùzu 0.0.3. This release comes with the following new main features and improvements:
- Kùzu as a Pytorch Geometric (PyG) Remote Backend: You can now train PyG GNNs and other models directly using graphs (and node features) stored on Kùzu. See this [Colab notebook](https://colab.research.google.com/drive/12fOSqPm1HQTz_m9caRW7E_92vaeD9xq6) for a demonstrative example.
- Data ingestion from multiple files and numpy files.
- Query optimizer improvements.
- New buffer manager.
- INT32, INT16, FLOAT, and FIXED LIST data types (the latter is particularly suitable to store node features in graph ML applications)
- Query timeout mechanism and interrupting queries from CLI.

See our [blog post](https://kuzudb.com/blog/kuzu-0.0.3-release.html) for more details. Enjoy your reading and don't forget to `pip install kuzu`!

What's Changed
* Update readme by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1285
* Add internal offset function by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1291
* Decouple group pos between operator and planner by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1290
* Rename config to constants by ray6080 in https://github.com/kuzudb/kuzu/pull/1293
* Unify logger create, get, and drop by ray6080 in https://github.com/kuzudb/kuzu/pull/1294
* Add collect agg function by acquamarin in https://github.com/kuzudb/kuzu/pull/1292
* Add CI and slack badge to README by ray6080 in https://github.com/kuzudb/kuzu/pull/1300
* Fix `getRelPropertyNames` result by mewim in https://github.com/kuzudb/kuzu/pull/1301
* Fix build issue on Arch Linux by mewim in https://github.com/kuzudb/kuzu/pull/1304
* Add Python API binding for prepared statement by mewim in https://github.com/kuzudb/kuzu/pull/1305
* Factorization rewriter by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1307
* Add Fixed-list DataType to System by acquamarin in https://github.com/kuzudb/kuzu/pull/1298
* Arithmetic function framework refactor by acquamarin in https://github.com/kuzudb/kuzu/pull/1312
* Fix 998 by ray6080 in https://github.com/kuzudb/kuzu/pull/1315
* Fix tensor bug by acquamarin in https://github.com/kuzudb/kuzu/pull/1318
* Hash join build projection push down by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1319
* Replace getRawName with toString by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1324
* Simplify mask struct by ray6080 in https://github.com/kuzudb/kuzu/pull/1320
* Implement float(alias: REAL) dataType by acquamarin in https://github.com/kuzudb/kuzu/pull/1321
* Add twitter badge to readme by ray6080 in https://github.com/kuzudb/kuzu/pull/1326
* Sink projection push down by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1325
* Add INT16,INT32 datatype by acquamarin in https://github.com/kuzudb/kuzu/pull/1328
* Fix logo by mewim in https://github.com/kuzudb/kuzu/pull/1330
* Add remove unnecessary join optimizer by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1329
* Fix issue 1323 by acquamarin in https://github.com/kuzudb/kuzu/pull/1331
* Add CLA by ray6080 in https://github.com/kuzudb/kuzu/pull/1334
* Add logical operator visitor by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1333
* Solve format string vulnerability by acquamarin in https://github.com/kuzudb/kuzu/pull/1335
* Remove csv reader by mewim in https://github.com/kuzudb/kuzu/pull/1341
* Fix min/max agg function on string column BUG by acquamarin in https://github.com/kuzudb/kuzu/pull/1342
* Remove jo connection by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1348
* Fix benchmark query by acquamarin in https://github.com/kuzudb/kuzu/pull/1349
* Fix plan deep copy by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1345
* Patch c str api by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1353
* Update slack link by ray6080 in https://github.com/kuzudb/kuzu/pull/1354
* Refactor FT interface by acquamarin in https://github.com/kuzudb/kuzu/pull/1351
* Change databasePath to positional argument by acquamarin in https://github.com/kuzudb/kuzu/pull/1350
* Fix drop node property bug by acquamarin in https://github.com/kuzudb/kuzu/pull/1356
* Fix empty list bug by acquamarin in https://github.com/kuzudb/kuzu/pull/1358
* Flat schema by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1357
* Bump benchmark threads to 10 by mewim in https://github.com/kuzudb/kuzu/pull/1337
* Asp optimizer rework by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1361
* Add support to copy multiple csv files by acquamarin in https://github.com/kuzudb/kuzu/pull/1363
* Multi key asp by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1364
* Separate FileHandle and BufferManagedFileHandle by ray6080 in https://github.com/kuzudb/kuzu/pull/1365
* Add asp for wcoj by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1366
* Multi label asp by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1370
* Sequential read for StringPropertyList by rfdavid in https://github.com/kuzudb/kuzu/pull/1327
* Add glob support to copycsv by acquamarin in https://github.com/kuzudb/kuzu/pull/1376
* Add test coverage report to CI by acquamarin in https://github.com/kuzudb/kuzu/pull/1378
* Add codecov badge by mewim in https://github.com/kuzudb/kuzu/pull/1380
* Fix codecov link & reorder badge by mewim in https://github.com/kuzudb/kuzu/pull/1381
* Add support to copy from multiple parquet files by acquamarin in https://github.com/kuzudb/kuzu/pull/1377
* Multi scans asp by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1375
* Remove bm resize interface by ray6080 in https://github.com/kuzudb/kuzu/pull/1382
* Rework BM to unify the physical memory usage of BM and MM by ray6080 in https://github.com/kuzudb/kuzu/pull/1368
* Factorization aware dp by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1384
* Fix issue 1385 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1387
* Implement query interruption by acquamarin in https://github.com/kuzudb/kuzu/pull/1389
* Change cypher comment rule by acquamarin in https://github.com/kuzudb/kuzu/pull/1403
* Add query timeout mechanism by acquamarin in https://github.com/kuzudb/kuzu/pull/1395
* Fix ctrl-D by acquamarin in https://github.com/kuzudb/kuzu/pull/1402
* Filter push down by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1397
* Separate WAL page idx lock from page lock in BMFileHandle by ray6080 in https://github.com/kuzudb/kuzu/pull/1398
* Encode plan when inserting to dp table by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1406
* Add min/max agg function support for more types by acquamarin in https://github.com/kuzudb/kuzu/pull/1410
* Refactor index nested loop join planning by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1411
* Copy node tables from npy files by mewim in https://github.com/kuzudb/kuzu/pull/1396
* BM optimistic reads by ray6080 in https://github.com/kuzudb/kuzu/pull/1409
* Fix hash index slot alignment by ray6080 in https://github.com/kuzudb/kuzu/pull/1414
* Cardinality est by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1415
* Add python APIs by acquamarin in https://github.com/kuzudb/kuzu/pull/1423
* Rework asp optimizer by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1417
* Optimize copy node memory usage by ray6080 in https://github.com/kuzudb/kuzu/pull/1425
* Populate by column by acquamarin in https://github.com/kuzudb/kuzu/pull/1424
* Fix copy invalid filepath by acquamarin in https://github.com/kuzudb/kuzu/pull/1426
* Add limit to TENSOR size by acquamarin in https://github.com/kuzudb/kuzu/pull/1427
* Numerical downcast by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1429
* Fix issue 1428, 1408 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1430
* Remote backend for PyG by mewim in https://github.com/kuzudb/kuzu/pull/1418
* Add storage version info by acquamarin in https://github.com/kuzudb/kuzu/pull/1436
* change copy from npy keyword by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1438
* Add python bindings for new types by mewim in https://github.com/kuzudb/kuzu/pull/1440
* Fix bm file handle remove pages in eviction queue by ray6080 in https://github.com/kuzudb/kuzu/pull/1431
* Change npy copy grammar by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1441
* Fix copy options case by acquamarin in https://github.com/kuzudb/kuzu/pull/1447
* Fix pyg `getAllEdgesForTorchGeometric` by ray6080 in https://github.com/kuzudb/kuzu/pull/1442
* Fix hash vector creation in hj by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1449
* Get version from CMakeLists for Python build by mewim in https://github.com/kuzudb/kuzu/pull/1450
* Remove `spdlog/fmt` from header by mewim in https://github.com/kuzudb/kuzu/pull/1451
* On demand import for PyG by mewim in https://github.com/kuzudb/kuzu/pull/1452
* Remove unused np by mewim in https://github.com/kuzudb/kuzu/pull/1453

New Contributors
* rfdavid made their first contribution in https://github.com/kuzudb/kuzu/pull/1327

**Full Changelog**: https://github.com/kuzudb/kuzu/compare/v0.0.2...v0.0.3

0.0.2

Not secure
This release introduces several major changes:
- Support data import from parquet and arrow IPC files.
- Support data export to PyG, NetworkX, Pandas, Arrow.
- Support UTF-8 strings and regular expression matching for strings.
- Support ALTER TABLE DDL and SET/DROP for node/rel properties.
- Support multi/un -labelled queries.
- New expressions/functions. (CASE expression, string regular expression match ~=, etc.)

We've written a [blog post](https://kuzudb.com/blog/kuzu-0.0.2-release.html) to explain our major new features in this release.
In case you missed it, Semih also had written two nice blog posts to explain [the goals and vision of Kùzu](https://kuzudb.com/blog/what-every-gdbms-should-do-and-vision.html) and [how we implemented factorization inside Kùzu](https://kuzudb.com/blog/factorization.html).
Enjoy your reading and don't forget to `pip install kuzu`!

All Changes
* Fix issue 948 by aziz-mu in https://github.com/kuzudb/kuzu/pull/1018
* Change default logging level by acquamarin in https://github.com/kuzudb/kuzu/pull/1036
* Fix issue 938 by aziz-mu in https://github.com/kuzudb/kuzu/pull/1035
* Add logging level option by acquamarin in https://github.com/kuzudb/kuzu/pull/1038
* Change default bm size for testing to 64MB by acquamarin in https://github.com/kuzudb/kuzu/pull/1039
* Remove parser unit test and unstr related operators by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1043
* Fix issue 967 by aziz-mu in https://github.com/kuzudb/kuzu/pull/1040
* Add setValue and getValue for ValueVector by ray6080 in https://github.com/kuzudb/kuzu/pull/1045
* Rework srcDstTableID by acquamarin in https://github.com/kuzudb/kuzu/pull/1041
* UTF-8 string by anuchak in https://github.com/kuzudb/kuzu/pull/1037
* Remove unstructured properties by acquamarin in https://github.com/kuzudb/kuzu/pull/1051
* Plan delete rel by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1050
* Refactor implicit cast and logical scan of unstructured properties by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1052
* Fix multi-line query slow pasting issue by aziz-mu in https://github.com/kuzudb/kuzu/pull/1048
* Enable multi-thread testing by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1060
* Fix issue 968 by aziz-mu in https://github.com/kuzudb/kuzu/pull/1054
* Move from bazel to cmake by ray6080 in https://github.com/kuzudb/kuzu/pull/1064
* Update build guideline in README by ray6080 in https://github.com/kuzudb/kuzu/pull/1067
* Multi labeled node scan by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1057
* Scan multi-labeled node properties by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1069
* Remove excessive logging, remove json from buffer manager by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1071
* Add `getNextTupleInternal` by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1072
* Scan rel ID blindly by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1074
* Add init global state interface by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1077
* Fix failing tests by acquamarin in https://github.com/kuzudb/kuzu/pull/1081
* Fix memory sanitizer issues by acquamarin in https://github.com/kuzudb/kuzu/pull/1084
* Integrate pytest with ctest by acquamarin in https://github.com/kuzudb/kuzu/pull/1090
* Unlabeled rel in match patterns by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1087
* Fix issue 606 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1091
* Delete rels without transaction inside storage by acquamarin in https://github.com/kuzudb/kuzu/pull/1075
* Init local state by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1093
* Fix CLI utf8 issue by aziz-mu in https://github.com/kuzudb/kuzu/pull/1080
* Remove `getPositionOfCurrIdx` by ray6080 in https://github.com/kuzudb/kuzu/pull/1095
* Unlabeled rel property by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1096
* Fix issue 1047 by aziz-mu in https://github.com/kuzudb/kuzu/pull/1094
* Add installation guideline and simple examples to README by ray6080 in https://github.com/kuzudb/kuzu/pull/1102
* Multi labeled graph pattern by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1104
* Extend property reading by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1108
* Rework logical operator type by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1097
* Rework physical operator type by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1110
* Unlabeled query by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1114
* Refactoring filtering and flatten operator by ray6080 in https://github.com/kuzudb/kuzu/pull/1118
* Move schema to operator by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1119
* Fix issue 941 by aziz-mu in https://github.com/kuzudb/kuzu/pull/1120
* Remove mapper context by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1121
* Wrap pybind11 API and and Fix 1106 by mewim in https://github.com/kuzudb/kuzu/pull/1124
* Numeric ops by aziz-mu in https://github.com/kuzudb/kuzu/pull/1123
* Add transaction to rel deletions by acquamarin in https://github.com/kuzudb/kuzu/pull/1126
* Delete rels from many-one, one-one tables by acquamarin in https://github.com/kuzudb/kuzu/pull/1132
* Source sink op interface by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1127
* Case expression by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1125
* Plan rel property update by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1136
* Simplify initListReadingState by ray6080 in https://github.com/kuzudb/kuzu/pull/1138
* Rework table scans by ray6080 in https://github.com/kuzudb/kuzu/pull/1141
* Enable large lists scan to copy multi-pages sequentially by ray6080 in https://github.com/kuzudb/kuzu/pull/1143
* Fix issue 1092 by ray6080 in https://github.com/kuzudb/kuzu/pull/1144
* Avoid setting result expression state at runtime by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1137
* Sink subset of expressions by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1148
* Fix issue 1033 by anuchak in https://github.com/kuzudb/kuzu/pull/1145
* Refactor property variable expression by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1152
* Update rel property by acquamarin in https://github.com/kuzudb/kuzu/pull/1149
* Refactor benchmark script by mewim in https://github.com/kuzudb/kuzu/pull/1151
* Clean up unstructured related code and force using property_id_t by ray6080 in https://github.com/kuzudb/kuzu/pull/1147
* Arrow node copier by printfCalvin in https://github.com/kuzudb/kuzu/pull/1146
* Fix issue 1129 by anuchak in https://github.com/kuzudb/kuzu/pull/1153
* Build Arrow from source by mewim in https://github.com/kuzudb/kuzu/pull/1157
* Add dependencies to CI workflow by mewim in https://github.com/kuzudb/kuzu/pull/1158
* Fix issue 1100 by anuchak in https://github.com/kuzudb/kuzu/pull/1155
* Node map agg by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1160
* Fix for CMake linking issue on Ubuntu 18.04 by mewim in https://github.com/kuzudb/kuzu/pull/1164
* Return node and rel data type by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1168
* Delete node/rel properties without transactions by acquamarin in https://github.com/kuzudb/kuzu/pull/1169
* Fix issue 1161 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1171
* Fix issue 1073 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1174
* Add Slack workspace to README by mewim in https://github.com/kuzudb/kuzu/pull/1176
* Add transaction to update rel by acquamarin in https://github.com/kuzudb/kuzu/pull/1159
* Add transaction to drop property statement by acquamarin in https://github.com/kuzudb/kuzu/pull/1175
* Arrow rel copier by weipang142857 in https://github.com/kuzudb/kuzu/pull/1154
* Update rel properties stored as columns by acquamarin in https://github.com/kuzudb/kuzu/pull/1177
* Fix issue 1112 by ray6080 in https://github.com/kuzudb/kuzu/pull/1179
* Fix arrow path search issue for RHEL-based Linux distros by mewim in https://github.com/kuzudb/kuzu/pull/1180
* Separate compilation of source and tests by ray6080 in https://github.com/kuzudb/kuzu/pull/1181
* Compile CI test in parallel by ray6080 in https://github.com/kuzudb/kuzu/pull/1183
* Value literal by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1178
* Add address sanitizer to CI pipeline with `LD_PRELOAD` by mewim in https://github.com/kuzudb/kuzu/pull/1185
* Alter table add column by acquamarin in https://github.com/kuzudb/kuzu/pull/1186
* Add Python binding for NODE & REL types; output query results to NetworkX by mewim in https://github.com/kuzudb/kuzu/pull/1192
* Export query result (fixed sized values only) to arrow by ray6080 in https://github.com/kuzudb/kuzu/pull/1193
* Add transaction to add property statement by acquamarin in https://github.com/kuzudb/kuzu/pull/1194
* Alter table rename by acquamarin in https://github.com/kuzudb/kuzu/pull/1198
* Export query result to arrow: string data type by ray6080 in https://github.com/kuzudb/kuzu/pull/1199
* Add ldbc snb IS and IC benchmark queries by anuchak in https://github.com/kuzudb/kuzu/pull/1197
* Split expression binding to multiple cpp files by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1210
* Implment `get_as_torch_geometric` by mewim in https://github.com/kuzudb/kuzu/pull/1200
* Add clang-format python script by ray6080 in https://github.com/kuzudb/kuzu/pull/1211
* Fix tests for add property by acquamarin in https://github.com/kuzudb/kuzu/pull/1214
* Rework RelID from global to local by acquamarin in https://github.com/kuzudb/kuzu/pull/1207
* Add scripts to generate cypher parser by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1215
* Return unconverted properties for PyG converter by mewim in https://github.com/kuzudb/kuzu/pull/1213
* Temp patch Arrow to remove hash check by mewim in https://github.com/kuzudb/kuzu/pull/1217
* Revert arrow patch by mewim in https://github.com/kuzudb/kuzu/pull/1219
* Regex match by anuchak in https://github.com/kuzudb/kuzu/pull/1208
* Fix PyG converter crash when no property is extracted at all by mewim in https://github.com/kuzudb/kuzu/pull/1225
* Remove in-memory-mode by acquamarin in https://github.com/kuzudb/kuzu/pull/1224
* Rework bm frames with mmap by ray6080 in https://github.com/kuzudb/kuzu/pull/1218
* Export query result to arrow: NodeID, Node, Rel, LIST data types by ray6080 in https://github.com/kuzudb/kuzu/pull/1209
* Fix issue 1203 by acquamarin in https://github.com/kuzudb/kuzu/pull/1223
* Index nested loop join optimizer by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1226
* Fix bm mmap size by ray6080 in https://github.com/kuzudb/kuzu/pull/1232
* Flatten mark join probe keys by ray6080 in https://github.com/kuzudb/kuzu/pull/1233
* Rel label function by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1230
* Greedy search for large joins by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1231
* Continue benchmark in same dir on benchmark failure by mewim in https://github.com/kuzudb/kuzu/pull/1234
* rewrite ldbc snb queries by anuchak in https://github.com/kuzudb/kuzu/pull/1227
* Fix PyG conversion issues by mewim in https://github.com/kuzudb/kuzu/pull/1238
* Fix PyG test errors by mewim in https://github.com/kuzudb/kuzu/pull/1239
* CMake Python wheel pipeline for macOS and Linux by mewim in https://github.com/kuzudb/kuzu/pull/1240
* Expose edge properties for PyG converter by mewim in https://github.com/kuzudb/kuzu/pull/1247
* Rework header file to get rid of `using namespace` by ray6080 in https://github.com/kuzudb/kuzu/pull/1248
* Fix package script for Python on Linux by mewim in https://github.com/kuzudb/kuzu/pull/1252
* Remove multiple src/dst nodetable support by acquamarin in https://github.com/kuzudb/kuzu/pull/1241
* Return primary key instead of offset for networkx by mewim in https://github.com/kuzudb/kuzu/pull/1256
* Fix alter table bug by acquamarin in https://github.com/kuzudb/kuzu/pull/1253
* Fix rel-update bug by acquamarin in https://github.com/kuzudb/kuzu/pull/1258
* Rework headers for APIs by ray6080 in https://github.com/kuzudb/kuzu/pull/1257
* Fix issue 1255 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1261
* Add script to collect and merge headers by mewim in https://github.com/kuzudb/kuzu/pull/1262
* Fix join benchmark by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1235
* Add contributing guideline by ray6080 in https://github.com/kuzudb/kuzu/pull/1260
* Change `setLoggingLevel` to take string as the input param by ray6080 in https://github.com/kuzudb/kuzu/pull/1264
* Fix pipeline for building C++ lib and CLI by mewim in https://github.com/kuzudb/kuzu/pull/1266
* Add c++ api documentation by acquamarin in https://github.com/kuzudb/kuzu/pull/1265
* Disallow user to execute copy commands twice on a relt able by acquamarin in https://github.com/kuzudb/kuzu/pull/1268
* Fix order by bugs by acquamarin in https://github.com/kuzudb/kuzu/pull/1269
* Remove DatabaseConfig by ray6080 in https://github.com/kuzudb/kuzu/pull/1270
* Demo db test update by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1267
* Generate python documents on CI by mewim in https://github.com/kuzudb/kuzu/pull/1272
* Fix Python document generation by mewim in https://github.com/kuzudb/kuzu/pull/1274
* Add std to fix gcc-12 compatibility by mewim in https://github.com/kuzudb/kuzu/pull/1275
* Update cpp api docs by ray6080 in https://github.com/kuzudb/kuzu/pull/1271
* Add algorithm include by mewim in https://github.com/kuzudb/kuzu/pull/1277
* Fix delete nodes error bug by acquamarin in https://github.com/kuzudb/kuzu/pull/1276
* Fix incorrect size calculation for LIST by ray6080 in https://github.com/kuzudb/kuzu/pull/1278
* Fix incorrect substring over list by ray6080 in https://github.com/kuzudb/kuzu/pull/1279
* Error when returning empty list. by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1280
* Default to multi-thread execution by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1283
* Upload C++ lib and cli separately for ci build by mewim in https://github.com/kuzudb/kuzu/pull/1281
* Update python documentation by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1284


**Full Changelog**: https://github.com/kuzudb/kuzu/compare/0.0.1...v0.0.2

0.0.1

Not secure
First release!

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.