Skip to content

Conversation

@JohT
Copy link
Owner

@JohT JohT commented Oct 9, 2023

🎉 Reports

🚀 Features

  • Support empty=no relationship weight parameter: To be able to run Centrality algorithms with and without a relationship weight property, the query parameter is converted to null when containing an empty string. Since only string query parameters are supported for now, null can't be passed directly.
  • Add centrality for methods: Now, method invocations are also examined by the Centrality algorithms.

⚙️ Optimization

📦 Updates

🛠 Fixes

  • Fix command line input error for explore mode: Starting an analysis in --explore mode didn't do anything. The shift command, that is used to read the next command line argument, fails when there are no more arguments left. Since activating fail-fast the program stopped right after parsing the command line arguments. Ignoring that specific error fixes this problem.

@JohT JohT force-pushed the feature/refine-centrality branch 3 times, most recently from 49131ac to 055f1fa Compare October 14, 2023 09:42
@JohT JohT force-pushed the feature/refine-centrality branch from 055f1fa to a8a6795 Compare October 14, 2023 10:29
@JohT JohT force-pushed the feature/refine-centrality branch from a8a6795 to 44dfc6f Compare October 14, 2023 19:17
@JohT JohT self-assigned this Oct 14, 2023
@JohT JohT marked this pull request as ready for review October 14, 2023 19:53
@JohT JohT merged commit 6fa6a44 into main Oct 14, 2023
@JohT JohT deleted the feature/refine-centrality branch October 14, 2023 19:53
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.

2 participants