Skip to content

feat: distances() now supports the Floyd-Warshall algorithm#1186

Merged
aviator-app[bot] merged 3 commits intomainfrom
feat/floyd-warshall
Feb 3, 2024
Merged

feat: distances() now supports the Floyd-Warshall algorithm#1186
aviator-app[bot] merged 3 commits intomainfrom
feat/floyd-warshall

Conversation

@szhorvat
Copy link
Copy Markdown
Member

@szhorvat szhorvat commented Feb 1, 2024

No description provided.

@aviator-app
Copy link
Copy Markdown
Contributor

aviator-app bot commented Feb 1, 2024

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged using Aviator.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

@krlmlr
Copy link
Copy Markdown
Contributor

krlmlr commented Feb 3, 2024

Thanks. Moving forward, should we add a test for every new feature? We could also label the new algorithm as "experimental".

@szhorvat
Copy link
Copy Markdown
Member Author

szhorvat commented Feb 3, 2024

I don't think we need to mark this as experimental in R. The reason why it is in C is that the interface might change there (but not the behaviour—it will always return a distance matrix). Do you still want me to do it?

Yes, I'll add tests. Unfortunately there were no distances() tests at all.

This is not urgent to merge.

@szhorvat szhorvat requested a review from krlmlr February 3, 2024 18:24
@krlmlr
Copy link
Copy Markdown
Contributor

krlmlr commented Feb 3, 2024

Thanks!

@krlmlr krlmlr changed the title feat: distances() now supports the Floyd-Warshall algorithm feat: distances() now supports the Floyd-Warshall algorithm Feb 3, 2024
@aviator-app aviator-app bot force-pushed the feat/floyd-warshall branch from 13355e0 to 61e4fbe Compare February 3, 2024 18:53
@aviator-app aviator-app bot merged commit 47290fd into main Feb 3, 2024
@aviator-app aviator-app bot deleted the feat/floyd-warshall branch February 3, 2024 19:24
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants