Copilot
Copilot
Implements vertex-edge incidence matrix computation as requested in #1122. The incidence matrix B has vertices as rows and edges as columns, encoding graph connectivity. ## Implementation - **Function**: `as_veincidence_matrix(graph, attr...
Exposes the C widest paths implementation to R users with two new functions mirroring the existing `shortest_paths()` and `distances()` API. ## Implementation - **`widest_path_widths()`** - Returns widest path widths matrix...
- [x] Explored repository structure and identified .Call() usage - [x] Found 394 unique C functions called directly outside aaa-auto.R - [x] Identified that functions-R.yaml contains IGNORE directives preventing autogeneration...
This PR removes the historical `arraydist` and `filldist` functions along with their associated specialized types from DistributionsAD.jl. These functions predate `Distributions.product_distribution` and provide largely redundant functionality. ## Background Based on...
- [x] Fix flow hint markers to only draw on current axis (not all shared axes) - [x] Update mock test call counts to reflect the change - [x] Regenerate...
CI builds fail on macOS (arm64) and Windows due to dependency version conflicts. CGAL is installed from source against conda's GMP/MPFR/TBB, but the build then requests different versions from Conan,...
## What this PR does This PR adds comprehensive support for Microsoft AppConfiguration child resources using the latest 2024-06-01 API version, addressing the community request for KeyValue management capabilities. ##...
## What this PR does ASO v2 provides 9 extension interfaces for customizing resource behavior, but lacked documentation causing contributor friction. This PR adds comprehensive technical documentation covering all extension...
## What this PR does Adds support for Microsoft.Databricks resources using the stable 2024-05-01 API version. Closes #4345 ### Resources Added - `AccessConnector` - Secure data access for Databricks workspaces...
Tests in `internal/controllers` were creating resources sequentially with multiple `CreateResourceAndWait()` calls, hiding potential issues with resource ordering and dependency resolution. ## Changes Modified 7 test files to use `CreateResourcesAndWait()` for...