-
Notifications
You must be signed in to change notification settings - Fork 31
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
Feat/log #568
Commits on Nov 30, 2017
-
- show_graph(): fixed bug producing empty image for graphs with just one Mechanism added auto-recurrent projections
Configuration menu - View commit details
-
Copy full SHA for 3276e28 - Browse repository at this point
Copy the full SHA 3276e28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6908d7f - Browse repository at this point
Copy the full SHA 6908d7fView commit details
Commits on Dec 1, 2017
-
- deferred_init: fixed bug in which "Deferred Init" was remaining in name of initialized Component
Configuration menu - View commit details
-
Copy full SHA for 8603622 - Browse repository at this point
Copy the full SHA 8603622View commit details -
- added call to _assign_default_name() • PathwayProjection, Projection - added _assign_default_name to trap call from Component
Configuration menu - View commit details
-
Copy full SHA for 3467d63 - Browse repository at this point
Copy the full SHA 3467d63View commit details -
- added call to _assign_default_name() • PathwayProjection, Projection - added _assign_default_name to trap call from Component
Configuration menu - View commit details
-
Copy full SHA for 856dd03 - Browse repository at this point
Copy the full SHA 856dd03View commit details -
Merge branches 'devel' and 'fix/Component/default_naming' of https://…
…github.com/PrincetonUniversity/PsyNeuLink into JDC_clean_up
Configuration menu - View commit details
-
Copy full SHA for 36307e9 - Browse repository at this point
Copy the full SHA 36307e9View commit details -
- added call to _assign_default_name() • PathwayProjection, Projection - added _assign_default_name to trap call from Component
Configuration menu - View commit details
-
Copy full SHA for cd8fede - Browse repository at this point
Copy the full SHA cd8fedeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83221cc - Browse repository at this point
Copy the full SHA 83221ccView commit details -
Merge branches 'devel' and 'fix/Component/default_naming' of https://…
…github.com/PrincetonUniversity/PsyNeuLink into fix/Component/default_naming
Configuration menu - View commit details
-
Copy full SHA for 54d50ea - Browse repository at this point
Copy the full SHA 54d50eaView commit details -
- _validate_variable: removed: if not context: context = kwAssign + ' Base Value' else: context = context + kwAssign + ' Base Value'
Configuration menu - View commit details
-
Copy full SHA for 3c5e89f - Browse repository at this point
Copy the full SHA 3c5e89fView commit details -
- _validate_variable: removed: if not context: context = kwAssign + ' Base Value' else: context = context + kwAssign + ' Base Value'
Configuration menu - View commit details
-
Copy full SHA for 5f7e71b - Browse repository at this point
Copy the full SHA 5f7e71bView commit details -
Configuration menu - View commit details
-
Copy full SHA for abc48be - Browse repository at this point
Copy the full SHA abc48beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47adbf2 - Browse repository at this point
Copy the full SHA 47adbf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9251d15 - Browse repository at this point
Copy the full SHA 9251d15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b5420 - Browse repository at this point
Copy the full SHA 22b5420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b1eb99 - Browse repository at this point
Copy the full SHA 0b1eb99View commit details
Commits on Dec 2, 2017
-
- added states and projections properties (as well as ones for each projection time) - added log_items property that returns a list of logged items and allows them to be set • State - fixed a bug preventing proper logging
Configuration menu - View commit details
-
Copy full SHA for 5f874b2 - Browse repository at this point
Copy the full SHA 5f874b2View commit details -
- added states and projections properties (as well as ones for each projection time) - added log_items property that returns a list of logged items and allows them to be set • State - fixed a bug preventing proper logging
Configuration menu - View commit details
-
Copy full SHA for fb41fbf - Browse repository at this point
Copy the full SHA fb41fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa54a4 - Browse repository at this point
Copy the full SHA 5fa54a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac2e128 - Browse repository at this point
Copy the full SHA ac2e128View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7aa152 - Browse repository at this point
Copy the full SHA f7aa152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5743c61 - Browse repository at this point
Copy the full SHA 5743c61View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf6418b - Browse repository at this point
Copy the full SHA cf6418bView commit details
Commits on Dec 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cc46228 - Browse repository at this point
Copy the full SHA cc46228View commit details -
- docstring: updated to include states, and projections attributes
Configuration menu - View commit details
-
Copy full SHA for 4038ecf - Browse repository at this point
Copy the full SHA 4038ecfView commit details -
- docstring: updated to include states, and projections attributes
Configuration menu - View commit details
-
Copy full SHA for 0842cdc - Browse repository at this point
Copy the full SHA 0842cdcView commit details -
- docstring: updated to include states, and projections attributes
Configuration menu - View commit details
-
Copy full SHA for 09aa207 - Browse repository at this point
Copy the full SHA 09aa207View commit details -
- docstring: updated to include states, and projections attributes
Configuration menu - View commit details
-
Copy full SHA for 761cddd - Browse repository at this point
Copy the full SHA 761cdddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3583a1 - Browse repository at this point
Copy the full SHA f3583a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05388b4 - Browse repository at this point
Copy the full SHA 05388b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e99edb - Browse repository at this point
Copy the full SHA 5e99edbView commit details -
Merge branch 'TEMP' of https://github.com/jdcpni/PsyNeuLink into TEMP
# Conflicts: # Scripts/Scratch Pad.py # psyneulink/components/projections/pathway/mappingprojection.py # psyneulink/components/projections/projection.py # psyneulink/components/states/inputstate.py # psyneulink/components/states/modulatorysignals/controlsignal.py # psyneulink/components/states/outputstate.py # psyneulink/components/states/parameterstate.py # psyneulink/components/states/state.py # tests/mechanisms/test_input_state_spec.py # tests/projections/test_projections_specifications.py
jdcpni committedDec 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 51a54ca - Browse repository at this point
Copy the full SHA 51a54caView commit details -
Merge branch 'TEMP' of https://github.com/jdcpni/PsyNeuLink into TEMP
# Conflicts: # Scripts/Scratch Pad.py # psyneulink/components/projections/pathway/mappingprojection.py # psyneulink/components/projections/projection.py # psyneulink/components/states/inputstate.py # psyneulink/components/states/modulatorysignals/controlsignal.py # psyneulink/components/states/outputstate.py # psyneulink/components/states/parameterstate.py # psyneulink/components/states/state.py # tests/mechanisms/test_input_state_spec.py # tests/projections/test_projections_specifications.py
jdcpni committedDec 3, 2017 Configuration menu - View commit details
-
Copy full SHA for d3465e3 - Browse repository at this point
Copy the full SHA d3465e3View commit details -
Merge branch 'TEMP' of https://github.com/jdcpni/PsyNeuLink into TEMP
# Conflicts: # Scripts/Scratch Pad.py # psyneulink/components/projections/pathway/mappingprojection.py # psyneulink/components/projections/projection.py # psyneulink/components/states/inputstate.py # psyneulink/components/states/modulatorysignals/controlsignal.py # psyneulink/components/states/outputstate.py # psyneulink/components/states/parameterstate.py # psyneulink/components/states/state.py # tests/mechanisms/test_input_state_spec.py # tests/projections/test_projections_specifications.py
jdcpni committedDec 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 3fa9ba4 - Browse repository at this point
Copy the full SHA 3fa9ba4View commit details -
Merge branch 'TEMP' into feat/log
jdcpni committedDec 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 01b66c6 - Browse repository at this point
Copy the full SHA 01b66c6View commit details -
Merge branch 'TEMP' of https://github.com/jdcpni/PsyNeuLink into TEMP
# Conflicts: # Scripts/Scratch Pad.py # psyneulink/components/projections/pathway/mappingprojection.py # psyneulink/components/projections/projection.py # psyneulink/components/states/inputstate.py # psyneulink/components/states/modulatorysignals/controlsignal.py # psyneulink/components/states/outputstate.py # psyneulink/components/states/parameterstate.py # psyneulink/components/states/state.py # tests/mechanisms/test_input_state_spec.py # tests/projections/test_projections_specifications.py
jdcpni committedDec 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 33fdac7 - Browse repository at this point
Copy the full SHA 33fdac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b924c75 - Browse repository at this point
Copy the full SHA b924c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3fce3f - Browse repository at this point
Copy the full SHA e3fce3fView commit details -
Merge branch 'TEMP' of https://github.com/jdcpni/PsyNeuLink into TEMP
# Conflicts: # Scripts/Scratch Pad.py # psyneulink/components/projections/pathway/mappingprojection.py # psyneulink/components/projections/projection.py # psyneulink/components/states/inputstate.py # psyneulink/components/states/modulatorysignals/controlsignal.py # psyneulink/components/states/outputstate.py # psyneulink/components/states/parameterstate.py # psyneulink/components/states/state.py # tests/mechanisms/test_input_state_spec.py # tests/projections/test_projections_specifications.py
jdcpni committedDec 3, 2017 Configuration menu - View commit details
-
Copy full SHA for fd75e2b - Browse repository at this point
Copy the full SHA fd75e2bView commit details
Commits on Dec 4, 2017
-
Merge branch 'TEMP' of https://github.com/jdcpni/PsyNeuLink into TEMP
# Conflicts: # Scripts/Scratch Pad.py # psyneulink/components/projections/pathway/mappingprojection.py # psyneulink/components/projections/projection.py # psyneulink/components/states/inputstate.py # psyneulink/components/states/modulatorysignals/controlsignal.py # psyneulink/components/states/outputstate.py # psyneulink/components/states/parameterstate.py # psyneulink/components/states/state.py # tests/mechanisms/test_input_state_spec.py # tests/projections/test_projections_specifications.py
jdcpni committedDec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for e3f0a1f - Browse repository at this point
Copy the full SHA e3f0a1fView commit details -
jdcpni committed
Dec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 11402f8 - Browse repository at this point
Copy the full SHA 11402f8View commit details -
jdcpni committed
Dec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for ec771b0 - Browse repository at this point
Copy the full SHA ec771b0View commit details -
jdcpni committed
Dec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for fcc391b - Browse repository at this point
Copy the full SHA fcc391bView commit details -
jdcpni committed
Dec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 5d9c2b9 - Browse repository at this point
Copy the full SHA 5d9c2b9View commit details -
jdcpni committed
Dec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for b7c8504 - Browse repository at this point
Copy the full SHA b7c8504View commit details -
jdcpni committed
Dec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for b95f495 - Browse repository at this point
Copy the full SHA b95f495View commit details -
jdcpni committed
Dec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for a850c0b - Browse repository at this point
Copy the full SHA a850c0bView commit details -
jdcpni committed
Dec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for e8a1db2 - Browse repository at this point
Copy the full SHA e8a1db2View commit details -
jdcpni committed
Dec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 4588e63 - Browse repository at this point
Copy the full SHA 4588e63View commit details -
jdcpni committed
Dec 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 2a6b46c - Browse repository at this point
Copy the full SHA 2a6b46cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3febc44 - Browse repository at this point
Copy the full SHA 3febc44View commit details -
Configuration menu - View commit details
-
Copy full SHA for b83590b - Browse repository at this point
Copy the full SHA b83590bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b4819c - Browse repository at this point
Copy the full SHA 5b4819cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8974f3f - Browse repository at this point
Copy the full SHA 8974f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7aac29 - Browse repository at this point
Copy the full SHA b7aac29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8429bf5 - Browse repository at this point
Copy the full SHA 8429bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a95dab7 - Browse repository at this point
Copy the full SHA a95dab7View commit details -
- docstring: added full example (including logging a MappingProjection)
Configuration menu - View commit details
-
Copy full SHA for e71f73e - Browse repository at this point
Copy the full SHA e71f73eView commit details -
- docstring: added full example (including logging a MappingProjection)
Configuration menu - View commit details
-
Copy full SHA for f79d202 - Browse repository at this point
Copy the full SHA f79d202View commit details -
- docstring: added full example (including logging a MappingProjection)
Configuration menu - View commit details
-
Copy full SHA for 21923e7 - Browse repository at this point
Copy the full SHA 21923e7View commit details -
- docstring: added full example (including logging a MappingProjection)
Configuration menu - View commit details
-
Copy full SHA for a04fca6 - Browse repository at this point
Copy the full SHA a04fca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1675eb - Browse repository at this point
Copy the full SHA a1675ebView commit details