S.S.
S.S.
Currently, CompatHelper plugin generates the following CompatHelper.yml: ```yaml name: CompatHelper on: schedule: - cron: 0 0 * * * workflow_dispatch: jobs: CompatHelper: runs-on: ubuntu-latest steps: - name: Pkg.add("CompatHelper") run: julia...
Make codecov ignore coverage changes.
**Description of the change:** Setup Ruff linter CI. **Related issue:** Resolves #140
**Describe the feature you'd like** - tidy up dependencies - migrate from per-app config files to `pyproject.toml`
**Description of the change:** - Fix noncritical import issues - Silence harmless/expected warnings **Related issue:** Related to #134 .
**Describe the feature you'd like** Use Ruff https://docs.astral.sh/ruff/ to detect errors.
# Description Several functions have arguments annotated as `Graph[Hashable]` or similar (ex. `nx.number_of_selfloops`). As `Graph` is invariant, we encounter false-positive type errors when trying to assign concrete types (say `Graph[int]`).
Resolves #232 .
Closes #79 .
## Description This project is not compatible with [CMAKE_CUDA_ARCHITECTURES](https://cmake.org/cmake/help/latest/variable/CMAKE_CUDA_ARCHITECTURES.html) introduced in CMake 3.18. Here is the minimal example to reproduce the problem: ```cmake cmake_minimum_required(VERSION 3.18) project(SampleProject LANGUAGES CXX CUDA) set(CMAKE_CUDA_ARCHITECTURES...