Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

fix induced_subgraph indexing with vector of Bools #1573

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2021

  1. fix induced_subgraph indexing with vector of Bools

    Currently both `getindex` and `induced_subgraph` handle `AbstractVector{Bool}` argument in a way inconsistent with Julia Base rules.
    bkamins authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    a815e79 View commit details
    Browse the repository at this point in the history
  2. add tests

    bkamins authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    f7f7a1e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    5032b51 View commit details
    Browse the repository at this point in the history