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

Connection rule #2

Open
wants to merge 55 commits into
base: connection_rule
Choose a base branch
from

Commits on Jun 4, 2015

  1. removed main blocks

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    773408c View commit details
    Browse the repository at this point in the history
  2. tracking down stray "ComponentClass" references

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    8736186 View commit details
    Browse the repository at this point in the history
  3. renamed 'componentclass' to 'component_class' to match naming

    conventions for other variables
    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    fb7713b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7259b69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3150ddf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45d7592 View commit details
    Browse the repository at this point in the history
  7. cleaned up missing references to DynamicsClass

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    620f2c3 View commit details
    Browse the repository at this point in the history
  8. updated iaf example with correct dimensions

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    a6c5b99 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0893416 View commit details
    Browse the repository at this point in the history
  10. starting to refactor port connections

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    49d73d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    947c33b View commit details
    Browse the repository at this point in the history
  12. debugging projection refactor

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    796928f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    91ff027 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5a2e6a6 View commit details
    Browse the repository at this point in the history
  15. added num_* properties to container objects to determine the number of

    elements in the container
    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    eb001b7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8881deb View commit details
    Browse the repository at this point in the history
  17. added *Properties objects

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    36b2a5c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    db753b2 View commit details
    Browse the repository at this point in the history
  19. removed old write method from Component and added check for dictionaries

    when normalising iterable parameters to classes
    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    a3195ff View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0ea5234 View commit details
    Browse the repository at this point in the history
  21. cleaned bugs so that unit-tests work

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    27cb5c4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    67f49f6 View commit details
    Browse the repository at this point in the history
  23. Renamed Component to DynamicsProperties

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    07ef173 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    416e4c4 View commit details
    Browse the repository at this point in the history
  25. restructured validators directories

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    4664169 View commit details
    Browse the repository at this point in the history
  26. updated import paths

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    af156c2 View commit details
    Browse the repository at this point in the history
  27. removing redundant visitors

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    5ac1da1 View commit details
    Browse the repository at this point in the history
  28. remove more redundant code

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    ca0de3b View commit details
    Browse the repository at this point in the history
  29. more refactoring of visitors

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    b79a0f6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8c9bbd1 View commit details
    Browse the repository at this point in the history
  31. added unit test (and debugged) all_expressions

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    f5d2a75 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    db7fa7b View commit details
    Browse the repository at this point in the history
  33. added symbol property to ExpressionSymbol class

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    e593ad6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    698fc30 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b6400a9 View commit details
    Browse the repository at this point in the history
  36. deleted old test directory

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    11f09ed View commit details
    Browse the repository at this point in the history
  37. fixed errors introduced by refactoring of reference and constants to use

    attributes over body text
    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    905d0e3 View commit details
    Browse the repository at this point in the history
  38. added comment

    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    22dee3f View commit details
    Browse the repository at this point in the history
  39. added subs method to Expressions and allowed elements passed to index_of

    with a specific key to be not part of the component class
    Tom Close committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    04b098c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    3f479a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. added exception handling for missing XML attributes

    Tom Close committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    5970e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43e5b32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e219fe View commit details
    Browse the repository at this point in the history
  4. fixes to expression parser and dimension checker

    Tom Close committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    f8fa99b View commit details
    Browse the repository at this point in the history
  5. added random variables to transitions

    Tom Close committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    d84738f View commit details
    Browse the repository at this point in the history
  6. added check for valid random distribution names

    Tom Close committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    7a99d43 View commit details
    Browse the repository at this point in the history
  7. added selection rule elements

    Tom Close committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    b68d760 View commit details
    Browse the repository at this point in the history
  8. renamed levels attribute to 'stages'

    Tom Close committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    1d2b199 View commit details
    Browse the repository at this point in the history
  9. implementing visitors for connection rule syntax

    Tom Close committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    ca6a355 View commit details
    Browse the repository at this point in the history
  10. Expanded XML Reader, and Writer

    RussellJarvis authored and Tom Close committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    fc28207 View commit details
    Browse the repository at this point in the history
  11. started implementing connection rule xml reader/writer

    RussellJarvis authored and Tom Close committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    9fdcbd5 View commit details
    Browse the repository at this point in the history
  12. updated syntax of connection rule

    Tom Close committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    1260b1e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2015

  1. Committed everything.

    RussellJarvis committed Jun 20, 2015
    Configuration menu
    Copy the full SHA
    2d7fb5b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

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

Commits on Jun 26, 2015

  1. Created the begining of a meaningful connectionrule test, for the tar…

    …get model of the cerebellar cortex.
    RussellJarvis committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    53a2949 View commit details
    Browse the repository at this point in the history