Kuzu

Latest version: v0.9.0

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

Scan your dependencies

Page 5 of 5

0.0.6

Not secure
This release is a bug fix release addressing the following issues

- Segmentation fault while loading overflow data type with parallelism
- Read out of bound for LIST vector null buffer
- Missing data type switch in C, JAVA, Rust & Python

What's Changed
* Resolve npm publish issue due to symlink by mewim in https://github.com/kuzudb/kuzu/pull/1799
* Added deployment workflow for rust API by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1800
* Table star by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1803
* Add UDF support to c++ API by acquamarin in https://github.com/kuzudb/kuzu/pull/1808
* Tck match1 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1806
* Fix lock issue in string node copy by ray6080 in https://github.com/kuzudb/kuzu/pull/1811
* Add new data type support for C, Java, Python API by mewim in https://github.com/kuzudb/kuzu/pull/1814
* Implemented support for RecursiveRel in the Rust API by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1813
* Add vectorized UDF support by acquamarin in https://github.com/kuzudb/kuzu/pull/1817
* Fix create with serial by acquamarin in https://github.com/kuzudb/kuzu/pull/1812
* Add self-loop-edge by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1815
* Add tck match2 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1818
* Fix overflow cursor concurrency bugs by ray6080 in https://github.com/kuzudb/kuzu/pull/1820
* Fix struct datavector resizing by acquamarin in https://github.com/kuzudb/kuzu/pull/1822
* Fix multi-label recursive join bug by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1823
* Remove openssl linking for tests by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1819
* Bump version number to 0.0.6 by mewim in https://github.com/kuzudb/kuzu/pull/1824


**Full Changelog**: https://github.com/kuzudb/kuzu/compare/v0.0.5...v0.0.6

0.0.5

Not secure
Welcome to Kùzu 0.0.5! In this release, we've introduced following improvements and features:

- Supported named path. Users can now assign a named variable to a connected graph pattern.
- Supported filters of relationships in recursive patterns. Users can now put predicates on the relationships that will be "traversed/joined" in recursive patterns.
- Supported all shortest paths semantic with key word `ALL SHORTEST`.
- Introduced `Call` as a reading clause with a set of predefined procedures that can be used to query the database schemas.
- Supported `Call` for modifying database configurations.
- Added new data type `BLOB` to store arbitrary binary objects.
- Added Rust and Java client APIs.
- Introduced improvements to testing framework.

Please see our [blog post](https://kuzudb.com/blog/kuzu-0.0.5-release.html) for more details. Enjoy your reading!

What's Changed
* Fix typo in WALReplayer::replayRelTableRecord by gaurav8297 in https://github.com/kuzudb/kuzu/pull/1636
* Node.js build for Windows by mewim in https://github.com/kuzudb/kuzu/pull/1638
* Remove glob cmake file by ray6080 in https://github.com/kuzudb/kuzu/pull/1639
* Refactor copy node by acquamarin in https://github.com/kuzudb/kuzu/pull/1590
* Convert parser/ tests to end to end tests by rfdavid in https://github.com/kuzudb/kuzu/pull/1635
* Fix Node.js CI build on Windows by mewim in https://github.com/kuzudb/kuzu/pull/1641
* Add libcurl to runners by mewim in https://github.com/kuzudb/kuzu/pull/1642
* Sanitize escape char in Transformer::transformSymbolicName by gaurav8297 in https://github.com/kuzudb/kuzu/pull/1645
* Test Framework: Support CSV to Parquet conversion by rfdavid in https://github.com/kuzudb/kuzu/pull/1611
* Implement query processing for map dataType by acquamarin in https://github.com/kuzudb/kuzu/pull/1648
* Add all shortest path by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1652
* Change page-list-group-size to 20 by acquamarin in https://github.com/kuzudb/kuzu/pull/1653
* Scan and parse test files only once by rfdavid in https://github.com/kuzudb/kuzu/pull/1654
* Append FTableScan before RecursiveJoin by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1658
* Move CSV->Parquet conversion to test register instance by rfdavid in https://github.com/kuzudb/kuzu/pull/1656
* Rework copy transaction to not rely on file renaming by ray6080 in https://github.com/kuzudb/kuzu/pull/1649
* Rework hash join build mapper by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1659
* Implement map functions by acquamarin in https://github.com/kuzudb/kuzu/pull/1660
* Run tests in parallel by rfdavid in https://github.com/kuzudb/kuzu/pull/1657
* Add const keyword to C API params by mewim in https://github.com/kuzudb/kuzu/pull/1661
* LDBC testing: add working interactive complex tests by aziz-mu in https://github.com/kuzudb/kuzu/pull/1664
* Change recursive rel physical type by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1674
* Implement union functions by acquamarin in https://github.com/kuzudb/kuzu/pull/1675
* Deprecated test code cleanup by rfdavid in https://github.com/kuzudb/kuzu/pull/1677
* Convert copy tests to end to end tests by rfdavid in https://github.com/kuzudb/kuzu/pull/1647
* Scalar compile func by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1679
* Added CHECK_ORDER and PARALLELISM 1 to IC12 Test by rfdavid in https://github.com/kuzudb/kuzu/pull/1682
* remove overflow buffer utils by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1684
* Remove copyNonNullDataWithSameTypeIntoPos by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1687
* remove copyValue from ValueVectorUtils by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1688
* remove ValueVectorUtils by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1689
* Implement blob dataType by acquamarin in https://github.com/kuzudb/kuzu/pull/1690
* Add windows precompiled binary workflow and shared library to pre-compiled binary archive by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1686
* Install rust for CI runners by mewim in https://github.com/kuzudb/kuzu/pull/1695
* Implement loader for blob type by acquamarin in https://github.com/kuzudb/kuzu/pull/1693
* Scan path property by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1696
* Fix issue-1678 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1698
* Rust API by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1685
* Fix string pk copy by ray6080 in https://github.com/kuzudb/kuzu/pull/1702
* Read NPY chunk at a time by aziz-mu in https://github.com/kuzudb/kuzu/pull/1697
* Implement struct/list comparison operations by acquamarin in https://github.com/kuzudb/kuzu/pull/1707
* Use semi mask when scanning properties for path by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1709
* Extension of PyQueryResult by lehners in https://github.com/kuzudb/kuzu/pull/1700
* Java-API implementation by KasunaStony in https://github.com/kuzudb/kuzu/pull/1650
* Implement call statement by acquamarin in https://github.com/kuzudb/kuzu/pull/1717
* Testing framework adjustments by rfdavid in https://github.com/kuzudb/kuzu/pull/1719
* Recursive join key equality comparison by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1721
* Fix issue 1704 by ray6080 in https://github.com/kuzudb/kuzu/pull/1723
* Rust API on Windows by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1703
* Fix use of PreparedStatement in releases by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1725
* Recursive join rel filter by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1726
* Implement table function framework by acquamarin in https://github.com/kuzudb/kuzu/pull/1731
* Testing framework: Throw an exception when -CASE is missing by rfdavid in https://github.com/kuzudb/kuzu/pull/1735
* Make table functions as part of the reading clause by acquamarin in https://github.com/kuzudb/kuzu/pull/1737
* Testing framework: add ${count} to REPEAT by rfdavid in https://github.com/kuzudb/kuzu/pull/1733
* fix in query call op bug by acquamarin in https://github.com/kuzudb/kuzu/pull/1744
* Add expression visitor by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1746
* Refactor explain pipeline by acquamarin in https://github.com/kuzudb/kuzu/pull/1747
* Bind group by agg rework by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1748
* Refactor scan rel table by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1749
* Profile pipeline refactor by acquamarin in https://github.com/kuzudb/kuzu/pull/1751
* Restructure Java API by mewim in https://github.com/kuzudb/kuzu/pull/1757
* Add Java test for Windows CI by mewim in https://github.com/kuzudb/kuzu/pull/1758
* Add windows-specific build instructions to readme by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1742
* Rust packaging by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1741
* Struct-field-name printing by acquamarin in https://github.com/kuzudb/kuzu/pull/1759
* Issue 1727 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1761
* Unified CMake Build by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1752
* Current setting/version function by acquamarin in https://github.com/kuzudb/kuzu/pull/1760
* Set CMAKE_BUILD_PARALLEL_LEVEL so that NUM_THREADS gets passed to the arrow build in CI by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1764
* fix concat-null by acquamarin in https://github.com/kuzudb/kuzu/pull/1765
* Node rel evaluator by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1743
* Update Node and Rel in the Rust API to use the new interface by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1766
* Add struct support for Java API by mewim in https://github.com/kuzudb/kuzu/pull/1768
* solve issue-1732 by acquamarin in https://github.com/kuzudb/kuzu/pull/1769
* Fix issue 1738 by acquamarin in https://github.com/kuzudb/kuzu/pull/1767
* Example Fix and CI by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1753
* Add bindings for SERIAL and BLOB for client APIs by mewim in https://github.com/kuzudb/kuzu/pull/1773
* Named path by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1771
* Store raw blob data in value by acquamarin in https://github.com/kuzudb/kuzu/pull/1774
* Fix benchmark-ci by acquamarin in https://github.com/kuzudb/kuzu/pull/1772
* Skip building kuzu when building docs for docs-rs by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1775
* Fix issue-1720 by acquamarin in https://github.com/kuzudb/kuzu/pull/1776
* Add API bindings for recursive rel type by mewim in https://github.com/kuzudb/kuzu/pull/1777
* Change IC12 query by acquamarin in https://github.com/kuzudb/kuzu/pull/1778
* Support for Serial and Blob types in the Rust API by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1779
* Fix issue-1665 by acquamarin in https://github.com/kuzudb/kuzu/pull/1781
* Rework npy copy to integrate with query processor pipeline by aziz-mu in https://github.com/kuzudb/kuzu/pull/1734
* Move rust builds into separate job by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1780
* Add Java CI build for Windows, Linux, and Mac ARM by mewim in https://github.com/kuzudb/kuzu/pull/1782
* Update self-hosted runner version by mewim in https://github.com/kuzudb/kuzu/pull/1783
* Fix arch labeling issue on Mac CI for Java build by mewim in https://github.com/kuzudb/kuzu/pull/1784
* Fix issue-1643 by acquamarin in https://github.com/kuzudb/kuzu/pull/1786
* Fix kuzu version function by acquamarin in https://github.com/kuzudb/kuzu/pull/1787
* all shortest path lower bound fix by acquamarin in https://github.com/kuzudb/kuzu/pull/1788
* Fix issue-1673 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1790
* add path properties function by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1789
* Add consecutive property lookup by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1791
* Add Javadoc for Java apis by ray6080 in https://github.com/kuzudb/kuzu/pull/1785
* Fix rust build on mac by acquamarin in https://github.com/kuzudb/kuzu/pull/1793
* update readme by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1794
* Add CI pipeline for build and deploy everything by mewim in https://github.com/kuzudb/kuzu/pull/1796
* Add recursive rel support for networkx by mewim in https://github.com/kuzudb/kuzu/pull/1797

New Contributors
* lehners made their first contribution in https://github.com/kuzudb/kuzu/pull/1700
* KasunaStony made their first contribution in https://github.com/kuzudb/kuzu/pull/1650

**Full Changelog**: https://github.com/kuzudb/kuzu/compare/v0.0.4...v0.0.5

0.0.4

Not secure
Welcome to Kùzu 0.0.4! In this release, we've introduced following improvements and features:
- Improved the performance of ingesting both node and rel tables for quite a bit.
- Supported undirected relationships in queries.
- Supported shortest path queries, and also improved variable-length joins.
- Added new data types, including SERIAL and STRUCT.
- Made Kùzu available on windows platforms.
- Added C and nodejs client APIs.

Please see our [blog post](https://kuzudb.com/blog/kuzu-0.0.4-release.html) for more details. Enjoy your reading!

What's Changed
* Update README.md by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1454
* Fix set number threads by acquamarin in https://github.com/kuzudb/kuzu/pull/1456
* Fix fedora compiling by ray6080 in https://github.com/kuzudb/kuzu/pull/1458
* Add struct data type front end by acquamarin in https://github.com/kuzudb/kuzu/pull/1457
* fixing issue 1404 by semihsalihoglu-uw in https://github.com/kuzudb/kuzu/pull/1460
* Upgrade CI runner version for benchmark docker by mewim in https://github.com/kuzudb/kuzu/pull/1463
* Specify column types in csv reader and remove arrow status return value from functions by ray6080 in https://github.com/kuzudb/kuzu/pull/1461
* Fix compilation on fedora 38 by ray6080 in https://github.com/kuzudb/kuzu/pull/1467
* Rework hashjoin by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1465
* Rework arrow array copy in node table copier by ray6080 in https://github.com/kuzudb/kuzu/pull/1469
* Fix issue 1466 by ray6080 in https://github.com/kuzudb/kuzu/pull/1470
* Shortest path planning by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1472
* Shortest Path changes by anuchak in https://github.com/kuzudb/kuzu/pull/1468
* Fix macOS compilation issue by mewim in https://github.com/kuzudb/kuzu/pull/1473
* Add C API bindings by mewim in https://github.com/kuzudb/kuzu/pull/1471
* Rework node copy task by ray6080 in https://github.com/kuzudb/kuzu/pull/1475
* Add struct literal support by acquamarin in https://github.com/kuzudb/kuzu/pull/1462
* Update README.md python code example by wenhoujx in https://github.com/kuzudb/kuzu/pull/1478
* Skip first pass read of parquet data by ray6080 in https://github.com/kuzudb/kuzu/pull/1480
* Struct planning by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1479
* Fix incorrect cast int16 func name by ray6080 in https://github.com/kuzudb/kuzu/pull/1484
* Add c, cpp examples by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1485
* Add int16 int32 support to get_as_arrow. by wenhoujx in https://github.com/kuzudb/kuzu/pull/1483
* Remove PropertyNameDataType by ray6080 in https://github.com/kuzudb/kuzu/pull/1488
* Fix process fork support for Python API by mewim in https://github.com/kuzudb/kuzu/pull/1487
* Encapsulate templatizing of `HashIndexBuilder` inside `PrimaryKeyIndexBuilder` by ray6080 in https://github.com/kuzudb/kuzu/pull/1491
* Add loader and storage support for struct by acquamarin in https://github.com/kuzudb/kuzu/pull/1490
* SSP pipeline by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1489
* Add SERIAL as node table primary key by ray6080 in https://github.com/kuzudb/kuzu/pull/1493
* Add sink before recursive join by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1500
* Update cost model for shortest path by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1499
* Node.js API prototyping by ynoza in https://github.com/kuzudb/kuzu/pull/1501
* Add sideway information passing for shortest path extend by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1502
* Vlq rework by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1505
* List valueVector refactor by acquamarin in https://github.com/kuzudb/kuzu/pull/1503
* Issue 951 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1508
* Fix bug in var length queries sorting by anuchak in https://github.com/kuzudb/kuzu/pull/1509
* Fix struct pack bug by acquamarin in https://github.com/kuzudb/kuzu/pull/1515
* Add aggreate key dependency optimizer by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1517
* Auto-parse end2end tests by rfdavid in https://github.com/kuzudb/kuzu/pull/1507
* Add support to struct of list by acquamarin in https://github.com/kuzudb/kuzu/pull/1518
* Regex String Functions by gaurav8297 in https://github.com/kuzudb/kuzu/pull/1516
* Remove large rel list by ray6080 in https://github.com/kuzudb/kuzu/pull/1520
* Convert e2_read_list test to the new framework by rfdavid in https://github.com/kuzudb/kuzu/pull/1523
* Support null values in list by acquamarin in https://github.com/kuzudb/kuzu/pull/1524
* Add document for PyG remote backend by mewim in https://github.com/kuzudb/kuzu/pull/1525
* Add STRUCT binding for Python API by mewim in https://github.com/kuzudb/kuzu/pull/1527
* Converted order_by and copy tests to the new format by rfdavid in https://github.com/kuzudb/kuzu/pull/1526
* Add struct binding for C API by mewim in https://github.com/kuzudb/kuzu/pull/1531
* Add null to struct fields by acquamarin in https://github.com/kuzudb/kuzu/pull/1533
* Allow passing a test as an argument to e2e_read_test by rfdavid in https://github.com/kuzudb/kuzu/pull/1535
* Add list_sum and list_sort functions by gaurav8297 in https://github.com/kuzudb/kuzu/pull/1529
* Undirected query logical changes by aziz-mu in https://github.com/kuzudb/kuzu/pull/1528
* Rework column scan and lookup functions by ray6080 in https://github.com/kuzudb/kuzu/pull/1539
* List field name to idx cache by acquamarin in https://github.com/kuzudb/kuzu/pull/1534
* Rework column write function by ray6080 in https://github.com/kuzudb/kuzu/pull/1540
* Recursive path by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1538
* More list functions by gaurav8297 in https://github.com/kuzudb/kuzu/pull/1543
* Undirected query for single label Nodes/Rels by aziz-mu in https://github.com/kuzudb/kuzu/pull/1542
* Move scans of tableID into node/relIDs out of Column by ray6080 in https://github.com/kuzudb/kuzu/pull/1550
* Separate null bits from data in columns by ray6080 in https://github.com/kuzudb/kuzu/pull/1545
* Recursive join no path tracking optimizer by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1547
* Physical type by acquamarin in https://github.com/kuzudb/kuzu/pull/1549
* Undirected query for multi-labelled and unlabelled nodes. by aziz-mu in https://github.com/kuzudb/kuzu/pull/1552
* Add recursive rel logical type by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1553
* Fix issue 1546 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1554
* Add visitor pattern to bound statement by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1557
* Push recursive path length into operator by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1555
* Testing framework v2 by rfdavid in https://github.com/kuzudb/kuzu/pull/1548
* Refactor commit/rollback/checkpoint interface by ray6080 in https://github.com/kuzudb/kuzu/pull/1558
* Refactor extend direction & rel data direction by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1560
* Rework ResultSetDescriptor by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1561
* Change hash index concurrent build by ray6080 in https://github.com/kuzudb/kuzu/pull/1564
* Check statement read only through visitor pattern by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1559
* Enable multiple test cases inside one test file by rfdavid in https://github.com/kuzudb/kuzu/pull/1567
* add LSQB queries as test by aziz-mu in https://github.com/kuzudb/kuzu/pull/1566
* Add loader support for struct of list/struct/string by acquamarin in https://github.com/kuzudb/kuzu/pull/1563
* Use cross-platform glob library by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1562
* Convert binder error tests to end to end tests by rfdavid in https://github.com/kuzudb/kuzu/pull/1569
* Fix parser error by acquamarin in https://github.com/kuzudb/kuzu/pull/1572
* Add Windows Support by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1573
* Fix win ci by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1576
* Fix issue-1575 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1579
* Convert demo db tests to e2e tests by rfdavid in https://github.com/kuzudb/kuzu/pull/1574
* Track edge ID in recursive join by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1565
* Convert lsqb cpp tests to end to end tests by rfdavid in https://github.com/kuzudb/kuzu/pull/1580
* Fix return functor windows compatibility by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1586
* NPY loader fix by acquamarin in https://github.com/kuzudb/kuzu/pull/1571
* Decrease Windows CI runner thread by mewim in https://github.com/kuzudb/kuzu/pull/1591
* Convert e2e_exception_test to end to end test by rfdavid in https://github.com/kuzudb/kuzu/pull/1584
* Fix issue-1512 by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1593
* Update Slack links by mewim in https://github.com/kuzudb/kuzu/pull/1594
* Add LDBC interactive short queries to test by aziz-mu in https://github.com/kuzudb/kuzu/pull/1589
* Convert e2e_update_node.cpp to e2e test files by rfdavid in https://github.com/kuzudb/kuzu/pull/1597
* Multi label recursive join by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1581
* Don't always set GENERIC_READ when opening files on windows by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1585
* Use GetFileSizeEX instead of GetFileSize on windows by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1587
* Rename e2e_read_test to e2e_test by rfdavid in https://github.com/kuzudb/kuzu/pull/1599
* Print error details on test failure by rfdavid in https://github.com/kuzudb/kuzu/pull/1598
* Allow writing test queries in multiple lines by rfdavid in https://github.com/kuzudb/kuzu/pull/1602
* Add more test cases from documentation by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1604
* Support more native parquet types by acquamarin in https://github.com/kuzudb/kuzu/pull/1600
* Add option -SKIP to skip test cases by rfdavid in https://github.com/kuzudb/kuzu/pull/1603
* Fix compilation issue on mac by acquamarin in https://github.com/kuzudb/kuzu/pull/1606
* Add c api documentation by acquamarin in https://github.com/kuzudb/kuzu/pull/1608
* Recursive join fix by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1607
* Build Python wheels on Windows by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1595
* Node js binding rework by mewim in https://github.com/kuzudb/kuzu/pull/1613
* Make Node.js build optional by mewim in https://github.com/kuzudb/kuzu/pull/1615
* value refactor by acquamarin in https://github.com/kuzudb/kuzu/pull/1614
* add update to table with serial by acquamarin in https://github.com/kuzudb/kuzu/pull/1610
* Fix struct parsing by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1609
* Port bundled linenoise to windows by benjaminwinger in https://github.com/kuzudb/kuzu/pull/1612
* Fix spdlog header resolution by mewim in https://github.com/kuzudb/kuzu/pull/1620
* Add CI build scripts for Node.js by mewim in https://github.com/kuzudb/kuzu/pull/1622
* Auto-select precompiled bin for Node.js install by mewim in https://github.com/kuzudb/kuzu/pull/1625
* Serial query processing by acquamarin in https://github.com/kuzudb/kuzu/pull/1624
* Add documentations for Node.js API by mewim in https://github.com/kuzudb/kuzu/pull/1626
* Add assertion import for Node.js API by mewim in https://github.com/kuzudb/kuzu/pull/1629
* Rework rel copy task scheduling and improve copy performance by ray6080 in https://github.com/kuzudb/kuzu/pull/1621
* Add constant to test_files directory & fix directory by rfdavid in https://github.com/kuzudb/kuzu/pull/1631
* update readme by andyfengHKU in https://github.com/kuzudb/kuzu/pull/1623

New Contributors
* wenhoujx made their first contribution in https://github.com/kuzudb/kuzu/pull/1478
* gaurav8297 made their first contribution in https://github.com/kuzudb/kuzu/pull/1516
* benjaminwinger made their first contribution in https://github.com/kuzudb/kuzu/pull/1562

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

0.0.3

Not secure
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 5 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.