-
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
Add cell builder utility functions #107
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fee5846 - Browse repository at this point
Copy the full SHA fee5846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7880bfa - Browse repository at this point
Copy the full SHA 7880bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a885a4d - Browse repository at this point
Copy the full SHA a885a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47b5cab - Browse repository at this point
Copy the full SHA 47b5cabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 819e76d - Browse repository at this point
Copy the full SHA 819e76dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e9d4db - Browse repository at this point
Copy the full SHA 4e9d4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5df48b - Browse repository at this point
Copy the full SHA a5df48bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4cca51 - Browse repository at this point
Copy the full SHA c4cca51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b2feb8 - Browse repository at this point
Copy the full SHA 4b2feb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb3111 - Browse repository at this point
Copy the full SHA 3fb3111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 107352e - Browse repository at this point
Copy the full SHA 107352eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 731ddcd - Browse repository at this point
Copy the full SHA 731ddcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95994db - Browse repository at this point
Copy the full SHA 95994dbView commit details -
feat: allow omission of proximal point in add_segment
An omitted proximal point means that it is equal to the distal point of the parent segment
Configuration menu - View commit details
-
Copy full SHA for ec46850 - Browse repository at this point
Copy the full SHA ec46850View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3daaa24 - Browse repository at this point
Copy the full SHA 3daaa24View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2cca2f - Browse repository at this point
Copy the full SHA a2cca2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29de814 - Browse repository at this point
Copy the full SHA 29de814View commit details -
feat(cellbuilder): add default segment groups
Segments will be added to these by default, for convenience
Configuration menu - View commit details
-
Copy full SHA for bf5a553 - Browse repository at this point
Copy the full SHA bf5a553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 098df66 - Browse repository at this point
Copy the full SHA 098df66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04ce495 - Browse repository at this point
Copy the full SHA 04ce495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91345a4 - Browse repository at this point
Copy the full SHA 91345a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fadf0d - Browse repository at this point
Copy the full SHA 8fadf0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9735a51 - Browse repository at this point
Copy the full SHA 9735a51View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff1b0de - Browse repository at this point
Copy the full SHA ff1b0deView commit details -
feat(cell-builder): use py3 type annotations
since we've dropped py2 support
Configuration menu - View commit details
-
Copy full SHA for b6123c4 - Browse repository at this point
Copy the full SHA b6123c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d687e - Browse repository at this point
Copy the full SHA 49d687eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffadf98 - Browse repository at this point
Copy the full SHA ffadf98View commit details -
feat(deps): set version constraint: libNeuroML>= 0.3.1
This is required because the CellBuilder uses methods that were only added to libNeuroML in version 0.3.1. Reference: NeuralEnsemble/libNeuroML#105
Configuration menu - View commit details
-
Copy full SHA for 2f9eac0 - Browse repository at this point
Copy the full SHA 2f9eac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 429d0a8 - Browse repository at this point
Copy the full SHA 429d0a8View commit details -
test(CellBuilder): re-enable skipped tests
These were skipped because of issues in the validator, but those have now been fixed. References: - NeuroML/NeuroML2#162 - NeuroML/NeuroML2#165
Configuration menu - View commit details
-
Copy full SHA for 313c262 - Browse repository at this point
Copy the full SHA 313c262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b604f5 - Browse repository at this point
Copy the full SHA 8b604f5View commit details -
feat(cell-builder): add missing check
(imported from experimental branch)
Configuration menu - View commit details
-
Copy full SHA for 8066c59 - Browse repository at this point
Copy the full SHA 8066c59View commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f6ba895 - Browse repository at this point
Copy the full SHA f6ba895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 911ed4b - Browse repository at this point
Copy the full SHA 911ed4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3b0b89 - Browse repository at this point
Copy the full SHA c3b0b89View commit details
Commits on Aug 4, 2022
-
fix(cell-builder): append to resistivities instead of overwriting
Different segments can have different resistivity, and we should be able to set them independently.
Configuration menu - View commit details
-
Copy full SHA for 0ab7859 - Browse repository at this point
Copy the full SHA 0ab7859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 311c561 - Browse repository at this point
Copy the full SHA 311c561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18fedd3 - Browse repository at this point
Copy the full SHA 18fedd3View commit details -
improvement(cell-builder): re-order function args
.. to match order in the ConductanceDensity constructor.
Configuration menu - View commit details
-
Copy full SHA for 1ff8211 - Browse repository at this point
Copy the full SHA 1ff8211View commit details -
feat(cell-builder): add generic channel density helper
.. allows users to add all types of defined channel densities
Configuration menu - View commit details
-
Copy full SHA for 32d2e05 - Browse repository at this point
Copy the full SHA 32d2e05View commit details -
Configuration menu - View commit details
-
Copy full SHA for f42acf3 - Browse repository at this point
Copy the full SHA f42acf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e9b2e6 - Browse repository at this point
Copy the full SHA 3e9b2e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd9e99 - Browse repository at this point
Copy the full SHA fdd9e99View commit details -
improvement(utils): make component factory case sensitive
If someone uses `iafcell`, we can't get `IafCell` from that without going through the whole libNeuroML nml module.
Configuration menu - View commit details
-
Copy full SHA for f418f5a - Browse repository at this point
Copy the full SHA f418f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cbc383 - Browse repository at this point
Copy the full SHA 8cbc383View commit details -
test(cell-builder): correct tests
... to verify that channel density objects were added
Configuration menu - View commit details
-
Copy full SHA for f42dda8 - Browse repository at this point
Copy the full SHA f42dda8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b84a33 - Browse repository at this point
Copy the full SHA 4b84a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eb1220 - Browse repository at this point
Copy the full SHA 0eb1220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 381e9a5 - Browse repository at this point
Copy the full SHA 381e9a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e7ae42 - Browse repository at this point
Copy the full SHA 6e7ae42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 627a7ed - Browse repository at this point
Copy the full SHA 627a7edView commit details
Commits on Aug 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a74a26c - Browse repository at this point
Copy the full SHA a74a26cView commit details
Commits on Aug 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be491cc - Browse repository at this point
Copy the full SHA be491ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 813217e - Browse repository at this point
Copy the full SHA 813217eView commit details