Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for annotations and calling aggregating functions. #829

Merged
merged 9 commits into from
Sep 23, 2024

Conversation

tonioo
Copy link
Collaborator

@tonioo tonioo commented Sep 20, 2024

Also introduced a new traverse_relations() method which only return the first hop of the path in the return clause.

mariusconjeaud and others added 7 commits August 14, 2024 15:39
…tion-for-vector-index

FIx tests and doc for vector index
Fixed wrongly typed out argument in example command
Also introduced a new traverse_relations() method which only return the
first hop of the path in the return clause.
Copy link

codecov bot commented Sep 20, 2024

Codecov Report

Attention: Patch coverage is 94.91525% with 6 lines in your changes missing coverage. Please review.

Project coverage is 92.46%. Comparing base (95566a1) to head (572c91c).
Report is 10 commits behind head on rc/5.4.0.

Files with missing lines Patch % Lines
neomodel/async_/match.py 94.91% 3 Missing ⚠️
neomodel/sync_/match.py 94.91% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           rc/5.4.0     #829      +/-   ##
============================================
+ Coverage     92.20%   92.46%   +0.25%     
============================================
  Files            34       34              
  Lines          4762     4846      +84     
============================================
+ Hits           4391     4481      +90     
+ Misses          371      365       -6     
Flag Coverage Δ
92.46% <94.91%> (+0.25%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mariusconjeaud mariusconjeaud changed the base branch from master to rc/5.4.0 September 23, 2024 08:12
@mariusconjeaud
Copy link
Collaborator

Will add doc later - more features coming in this featureset

@mariusconjeaud mariusconjeaud merged commit 2060309 into rc/5.4.0 Sep 23, 2024
21 checks passed
Copy link

sonarcloud bot commented Sep 23, 2024

@mariusconjeaud mariusconjeaud deleted the feature/annotate branch September 23, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants