feat: New voronoi_cells() to compute the Voronoi partitioning of a graph#1173
feat: New voronoi_cells() to compute the Voronoi partitioning of a graph#1173aviator-app[bot] merged 2 commits intomainfrom
voronoi_cells() to compute the Voronoi partitioning of a graph#1173Conversation
Current Aviator status
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.
|
b720bc9 to
cc3f523
Compare
maelle
left a comment
There was a problem hiding this comment.
Thanks! I added a few comments.
|
Thanks for the review @maelle ! |
|
Why do the checks fail though? |
|
Undocumented arguments in documentation object 'voronoi' See https://rlang.r-lib.org/reference/args_dots_empty.html?q=args_dots_e#null . |
|
Thanks for the comments, @krlmlr. This PR is not urgent for me. I want to take this slow and use the opportunity to learn how to best do this. |
01af0fc to
c90916d
Compare
c90916d to
6b5f673
Compare
|
This PR has revealed a larger bug: in auto-generated code, vectors created with (But priority should be given to the "phoenix" milestone before this memory leak.) |
|
@Antonov548 In Whenever there is allocation in the INCONV section, there needs to be deallocation in the OUTCONV section. The It seems to me that there are lots of memory leaks at the moment. |
6b5f673 to
d77888d
Compare
|
@krlmlr Now that the memory leak issue is fixed, this PR is ready for merging or another review (but not urgent). |
voronoi() to compute the Voronoi partitioning of a graph
|
I think If we do go with a different name, I'd like to use Merging this is not urgent, it's fine to make this decision after the Tuesday release. |
|
Thanks. |
d77888d to
5940f08
Compare
voronoi() to compute the Voronoi partitioning of a graphvoronoi_cells() to compute the Voronoi partitioning of a graph
|
Renamed to |
|
Thanks! |
5940f08 to
8f25b90
Compare
@krlmlr @maelle Please have a look before I add a test.