Graphql
- Added new option to output the graphql schema without running the server via
raphtory-graphql schema > schema.graphql
- Graphql now accepts signed integers (bug with underlying library that we patched)
- Created gqldocuments + output nodes and edges as well as gqldocument in that object -- for vector search
- You can now provide a custom UI as part of a private raphtory server.
misc
- Removed dependency on numpy 2.0, will now install/run with <2
- Several library upgrades for CVE reasons.
- Improved python testing pipeline
What's Changed
- enable setting up custom ui through env variable by @ricopinazo in #2000
- Fix reading of Utf8View columns in parquet reader by @ljeub-pometry in #2003
- Output nodes and edges in similarity search by @rachchan in #1975
- Fix/utf8view by @ljeub-pometry in #2005
- Update python dependencies and testing by @ljeub-pometry in #2021
- add as_ref to NodeView by @ljeub-pometry in #2024
- add option to output graphql schema by @ricopinazo in #2023
- update-ui-db132d339 by @miratepuffin in #2029
- Fix security and deps by @miratepuffin in #2025
- Use fixed dynamic_graphql and up rust version to 1.86 by @louisch in #2020
- add patchelf for docs by @miratepuffin in #2032
- Release v0.15.1 by @github-actions in #2031
Full Changelog: v0.15.0...v0.15.1