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

Rc/5.2.0 #763

Merged
merged 85 commits into from
Nov 2, 2023
Merged

Rc/5.2.0 #763

merged 85 commits into from
Nov 2, 2023

Conversation

mariusconjeaud
Copy link
Collaborator

@mariusconjeaud mariusconjeaud commented Nov 2, 2023

  • Add an option to pass your own driver instead of relying on the automatically created one. See set_connection method. NB : only accepts the synchronous driver for now.
  • Add a close_connection method to explicitly close the driver to match Neo4j deprecation.
  • Add a DATABASE_NAME config option, available for both auto- and self-managed driver modes.
  • Add neomodel_inspect_database script, which inspects an existing database and creates neomodel class definitions for all objects.
  • Add support for pandas DataFrame and Series ; numpy Array
  • Add relationship uniqueness constraints - for Neo4j >= 5.7

Thank you @aanastasiou and @curious-broccoli for contributions

Marius Conjeaud and others added 30 commits August 29, 2023 15:54
Add tests for install/remove labels scripts
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (fb3ad1a) 86.46% compared to head (bf4025c) 89.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #763      +/-   ##
==========================================
+ Coverage   86.46%   89.28%   +2.82%     
==========================================
  Files          19       22       +3     
  Lines        2431     2651     +220     
==========================================
+ Hits         2102     2367     +265     
+ Misses        329      284      -45     
Files Coverage Δ
neomodel/_version.py 100.00% <100.00%> (ø)
neomodel/cardinality.py 100.00% <100.00%> (ø)
neomodel/config.py 100.00% <ø> (ø)
neomodel/core.py 95.18% <100.00%> (+0.02%) ⬆️
neomodel/integration/numpy.py 100.00% <100.00%> (ø)
neomodel/integration/pandas.py 100.00% <100.00%> (ø)
neomodel/match.py 91.44% <100.00%> (ø)
neomodel/properties.py 91.69% <100.00%> (ø)
neomodel/scripts/neomodel_install_labels.py 85.71% <100.00%> (+85.71%) ⬆️
neomodel/scripts/neomodel_remove_labels.py 88.88% <100.00%> (+88.88%) ⬆️
... and 2 more

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

Copy link

sonarqubecloud bot commented Nov 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mariusconjeaud mariusconjeaud merged commit 7a54588 into master Nov 2, 2023
56 checks passed
@mariusconjeaud mariusconjeaud deleted the rc/5.2.0 branch November 2, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants