Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control kernels and modularity #200

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

Commits on Dec 15, 2018

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

Commits on Dec 18, 2018

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

Commits on Dec 21, 2018

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

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    d6ae22e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5ce0e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c69f45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e43ae21 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    dcca647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2969652 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

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

Commits on Aug 13, 2020

  1. allow larger networks with dynamic_pin

    np.int has max size 64 bits.  Change to np.object instead to
    use python ints, which can increase in size for larger networks
    bcdaniels committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    87e70e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Merge branch 'master' into ck-and-modularity

    Quick and dirty merge for now.  Still need to incorporate changes to Landscape in the old synchronous.py (and stuff from randomnet.py if we want to include it)
    bcdaniels committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    71014eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a9a4d1 View commit details
    Browse the repository at this point in the history