7d68d07 Cosmetic changes to spec

Authored and Committed by victortyau 3 years ago
198 files changed. 113911 lines added. 0 lines removed.
LFPy-2.0.7/.github/workflows/pythonpublish.yml
file added
+33
LFPy-2.0.7/.readthedocs.yml
file added
+18
LFPy-2.0.7/.travis.yml
file added
+28
LFPy-2.0.7/Dockerfile
file added
+10
LFPy-2.0.7/LFPy.egg-info/PKG-INFO
file added
+188
LFPy-2.0.7/LFPy.egg-info/SOURCES.txt
file added
+102
LFPy-2.0.7/LFPy.egg-info/dependency_links.txt
file added
+1
LFPy-2.0.7/LFPy.egg-info/requires.txt
file added
+13
LFPy-2.0.7/LFPy.egg-info/top_level.txt
file added
+1
LFPy-2.0.7/LFPy/__init__.py
file added
+55
LFPy-2.0.7/LFPy/alias_method.c
file added
+9162
LFPy-2.0.7/LFPy/alias_method.py
file added
+108
LFPy-2.0.7/LFPy/alias_method.pyx
file added
+138
LFPy-2.0.7/LFPy/cell.py
file added
+2428
LFPy-2.0.7/LFPy/eegmegcalc.py
file added
+1437
LFPy-2.0.7/LFPy/inputgenerators.py
file added
+106
LFPy-2.0.7/LFPy/lfpcalc.py
file added
+847
LFPy-2.0.7/LFPy/network.py
file added
+1626
LFPy-2.0.7/LFPy/pointprocess.py
file added
+295
LFPy-2.0.7/LFPy/recextelectrode.py
file added
+900
LFPy-2.0.7/LFPy/run_simulation.c
file added
+16102
LFPy-2.0.7/LFPy/run_simulation.py
file added
+333
LFPy-2.0.7/LFPy/run_simulation.pyx
file added
+376
LFPy-2.0.7/LFPy/templatecell.py
file added
+232
LFPy-2.0.7/LFPy/test/__init__.py
file added
+115
LFPy-2.0.7/LFPy/test/ball_and_stick_template.hoc
file added
+13
LFPy-2.0.7/LFPy/test/ball_and_sticks.hoc
file added
+48
LFPy-2.0.7/LFPy/test/ball_and_sticks_w_lists.hoc
file added
+52
LFPy-2.0.7/LFPy/test/common.py
file added
+281
LFPy-2.0.7/LFPy/test/expsyni.mod
file added
+86
LFPy-2.0.7/LFPy/test/fem_mix_dip.npz
file added
+0
LFPy-2.0.7/LFPy/test/sinsyn.mod
file added
+46
LFPy-2.0.7/LFPy/test/stick.hoc
file added
+33
LFPy-2.0.7/LFPy/test/stick_template.hoc
file added
+14
LFPy-2.0.7/LFPy/test/sticks_not_connected_head_to_toe.hoc
file added
+34
LFPy-2.0.7/LFPy/test/test_alias_method.py
file added
+96
LFPy-2.0.7/LFPy/test/test_cell.py
file added
+1636
LFPy-2.0.7/LFPy/test/test_eegmegcalc.py
file added
+742
LFPy-2.0.7/LFPy/test/test_inputgenerators.py
file added
+42
LFPy-2.0.7/LFPy/test/test_lfpcalc.py
file added
+583
LFPy-2.0.7/LFPy/test/test_misc.py
file added
+198
LFPy-2.0.7/LFPy/test/test_network.py
file added
+502
LFPy-2.0.7/LFPy/test/test_networkcell.py
file added
+1343
LFPy-2.0.7/LFPy/test/test_pointprocess.py
file added
+347
LFPy-2.0.7/LFPy/test/test_recextelectrode.py
file added
+599
LFPy-2.0.7/LFPy/test/test_templatecell.py
file added
+1346
LFPy-2.0.7/LFPy/test/test_tools.py
file added
+40
LFPy-2.0.7/LFPy/tools.py
file added
+58
LFPy-2.0.7/LICENSE
file added
+674
LFPy-2.0.7/MANIFEST.in
file added
+14
LFPy-2.0.7/README.md
file added
+158
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/__init__.py
file added
+55
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/alias_method.cpython-38-x86_64-linux-gnu.so
file added
+0
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/alias_method.py
file added
+108
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/alias_method.pyx
file added
+138
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/cell.py
file added
+2428
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/eegmegcalc.py
file added
+1437
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/inputgenerators.py
file added
+106
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/lfpcalc.py
file added
+847
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/network.py
file added
+1626
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/pointprocess.py
file added
+295
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/recextelectrode.py
file added
+900
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/run_simulation.cpython-38-x86_64-linux-gnu.so
file added
+0
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/run_simulation.py
file added
+333
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/run_simulation.pyx
file added
+376
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/templatecell.py
file added
+232
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/__init__.py
file added
+115
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/ball_and_stick_template.hoc
file added
+13
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/ball_and_sticks.hoc
file added
+48
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/ball_and_sticks_w_lists.hoc
file added
+52
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/common.py
file added
+281
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/expsyni.mod
file added
+86
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/fem_mix_dip.npz
file added
+0
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/sinsyn.mod
file added
+46
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/stick.hoc
file added
+33
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/stick_template.hoc
file added
+14
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/sticks_not_connected_head_to_toe.hoc
file added
+34
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/test_alias_method.py
file added
+96
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/test_cell.py
file added
+1636
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/test_eegmegcalc.py
file added
+742
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/test_inputgenerators.py
file added
+42
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/test_lfpcalc.py
file added
+583
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/test_misc.py
file added
+198
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/test_network.py
file added
+502
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/test_networkcell.py
file added
+1343
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/test_pointprocess.py
file added
+347
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/test_recextelectrode.py
file added
+599
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/test_templatecell.py
file added
+1346
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/test/test_tools.py
file added
+40
LFPy-2.0.7/build/lib.linux-x86_64-3.8/LFPy/tools.py
file added
+58
LFPy-2.0.7/build/temp.linux-x86_64-3.8/LFPy/alias_method.o
file added
+0
LFPy-2.0.7/build/temp.linux-x86_64-3.8/LFPy/run_simulation.o
file added
+0
LFPy-2.0.7/conda_environment_macos.yml
file added
+15
LFPy-2.0.7/conda_environment_ubuntu.yml
file added
+15
LFPy-2.0.7/continuous_integration/install.sh
file added
+20
LFPy-2.0.7/continuous_integration/test_script.sh
file added
+23
LFPy-2.0.7/debugfiles.list
file added
+10
LFPy-2.0.7/debuglinks.list
file added
+0
LFPy-2.0.7/debugsourcefiles.list
file added
+1
LFPy-2.0.7/debugsources.list
file added
+0
LFPy-2.0.7/doc/Logo.ai
file added
+1599
LFPy-2.0.7/doc/Logo.png
file added
+0
LFPy-2.0.7/doc/Logo_final.ai
file added
+995
LFPy-2.0.7/doc/Logo_liten.png
file added
+0
LFPy-2.0.7/doc/Makefile
file added
+130
LFPy-2.0.7/doc/_static/custom.css
file added
+12
LFPy-2.0.7/doc/_templates/layout.html
file added
+28
LFPy-2.0.7/doc/additional.rst
file added
+166
LFPy-2.0.7/doc/classes.rst
file added
+119
LFPy-2.0.7/doc/conf.py
file added
+243
LFPy-2.0.7/doc/environment.yml
file added
+12
LFPy-2.0.7/doc/index.rst
file added
+99
LFPy-2.0.7/doc/information.rst
file added
+620
LFPy-2.0.7/doc/requirements.txt
file added
+4
LFPy-2.0.7/doc/stubs/mpi4py/__init__.py
file added
+7
LFPy-2.0.7/doc/stubs/neuron/__init__.py
file added
+1
LFPy-2.0.7/doc/tutorial.rst
file added
+171
LFPy-2.0.7/elfbins.list
file added
+2
LFPy-2.0.7/examples/LFPy-example-1.ipynb
file added
+187
LFPy-2.0.7/examples/LFPy-example-2.ipynb
file added
+216
LFPy-2.0.7/examples/LFPy-example-3.ipynb
file added
+307
LFPy-2.0.7/examples/LFPy-example-4.ipynb
file added
+379
LFPy-2.0.7/examples/LFPy-example-5.ipynb
file added
+162
LFPy-2.0.7/examples/LFPy-example-6.ipynb
file added
+262
LFPy-2.0.7/examples/LFPy-example-7.ipynb
file added
+500
LFPy-2.0.7/examples/LFPy-example-8.ipynb
file added
+300
LFPy-2.0.7/examples/LFPy-example-9.ipynb
file added
+289
LFPy-2.0.7/examples/LFPyCellTemplate.hoc
file added
+17
LFPy-2.0.7/examples/active_declarations_example2.hoc
file added
+137
LFPy-2.0.7/examples/active_declarations_example3.hoc
file added
+137
LFPy-2.0.7/examples/bioRxiv281717/README.md
file added
+24
LFPy-2.0.7/examples/bioRxiv281717/example_parallel_network.job
file added
+15
LFPy-2.0.7/examples/bioRxiv281717/example_parallel_network.py
file added
+597
LFPy-2.0.7/examples/bioRxiv281717/example_parallel_network_methods.py
file added
+230
LFPy-2.0.7/examples/bioRxiv281717/example_parallel_network_parameters.py
file added
+696
LFPy-2.0.7/examples/bioRxiv281717/example_parallel_network_plotting.py
file added
+616
LFPy-2.0.7/examples/bioRxiv281717/figure_2.py
file added
+672
LFPy-2.0.7/examples/bioRxiv281717/figure_4.py
file added
+378
LFPy-2.0.7/examples/bioRxiv281717/figure_5.py
file added
+400
LFPy-2.0.7/examples/bioRxiv281717/figure_6.py
file added
+184
LFPy-2.0.7/examples/bioRxiv281717/figure_7_8/README.md
file added
+24
LFPy-2.0.7/examples/bioRxiv281717/figure_7_8/example_parallel_network.py
file added
+654
LFPy-2.0.7/examples/bioRxiv281717/figure_7_8/example_parallel_network_methods.py
file added
+230
LFPy-2.0.7/examples/bioRxiv281717/figure_7_8/example_parallel_network_parameters.py
file added
+698
LFPy-2.0.7/examples/bioRxiv281717/figure_7_8/example_parallel_network_parameterspace.py
file added
+254
LFPy-2.0.7/examples/bioRxiv281717/figure_7_8/example_parallel_network_plotting.py
file added
+616
LFPy-2.0.7/examples/bioRxiv281717/figure_7_8/figure_7_8.py
file added
+304
LFPy-2.0.7/examples/bioRxiv281717/figure_7_8/requirements.txt
file added
+1
LFPy-2.0.7/examples/bioRxiv281717/requirements.txt
file added
+1
LFPy-2.0.7/examples/bioRxiv281717/simplemorpho_modded.hoc
file added
+306
LFPy-2.0.7/examples/create_rotation_file.py
file added
+193
LFPy-2.0.7/examples/example_ECoG.py
file added
+368
LFPy-2.0.7/examples/example_ECoG_4sphere.py
file added
+144
LFPy-2.0.7/examples/example_EEG.py
file added
+176
LFPy-2.0.7/examples/example_EPFL_neurons.py
file added
+402
LFPy-2.0.7/examples/example_LFPyCellTemplate.py
file added
+67
LFPy-2.0.7/examples/example_MEA.py
file added
+281
LFPy-2.0.7/examples/example_anisotropy.py
file added
+163
LFPy-2.0.7/examples/example_loadL5bPCmodelsEH.py
file added
+119
LFPy-2.0.7/examples/example_mpi.py
file added
+353
LFPy-2.0.7/examples/example_mpi_2.py
file added
+351
LFPy-2.0.7/examples/example_network/BallAndStick.hoc
file added
+32
LFPy-2.0.7/examples/example_network/BallAndStickTemplate.hoc
file added
+12
LFPy-2.0.7/examples/example_network/example_network.py
file added
+528
LFPy-2.0.7/examples/example_network/example_network_cell.py
file added
+70
LFPy-2.0.7/examples/example_network/example_network_population.py
file added
+55
LFPy-2.0.7/examples/example_suppl.py
file added
+236
LFPy-2.0.7/examples/mazzoni_example/Cmatrix_15.1.out
file added
+50
LFPy-2.0.7/examples/mazzoni_example/INTsXYZ.txt
file added
+50
LFPy-2.0.7/examples/mazzoni_example/PCsXYZ.txt
file added
+50
LFPy-2.0.7/examples/mazzoni_example/README.txt
file added
+46
LFPy-2.0.7/examples/mazzoni_example/exp2isyn.mod
file added
+53
LFPy-2.0.7/examples/mazzoni_example/int1.hoc
file added
+31
LFPy-2.0.7/examples/mazzoni_example/pyr1.hoc
file added
+31
LFPy-2.0.7/examples/mazzoni_example/ref_sim.py
file added
+230
LFPy-2.0.7/examples/mazzoni_example/single_cell.py
file added
+186
LFPy-2.0.7/examples/mazzoni_example/spiketimes_15.1.out
file added
+9009
LFPy-2.0.7/examples/morphologies/L5_Mainen96_LFPy.hoc
file added
+4313
LFPy-2.0.7/examples/morphologies/L5_Mainen96_LFPy.rot
file added
+3
LFPy-2.0.7/examples/morphologies/L5_Mainen96_wAxon_LFPy.hoc
file added
+4417
LFPy-2.0.7/examples/morphologies/L5_Mainen96_wAxon_LFPy.rot
file added
+3
LFPy-2.0.7/examples/morphologies/ball_and_stick.hoc
file added
+32
LFPy-2.0.7/examples/morphologies/example_morphology.hoc
file added
+48
LFPy-2.0.7/examples/morphologies/markram/C010398B-P2.xml
file added
+5973
LFPy-2.0.7/examples/morphologies/markram/CNG version/C010398B-P2.CNG.rot
file added
+3
LFPy-2.0.7/examples/morphologies/markram/CNG version/C010398B-P2.CNG.swc
file added
+1371
LFPy-2.0.7/examples/morphologies/markram/Remaining issues/C010398B-P2.CNG.swc.std
file added
+163
LFPy-2.0.7/examples/morphologies/markram/Source-Version/C010398B-P2.asc
file added
+2735
LFPy-2.0.7/examples/morphologies/markram/Source-Version/C010398B-P2.rot
file added
+3
LFPy-2.0.7/examples/morphologies/markram/Standardization log/C010398B-P2.std
file added
+167
LFPy-2.0.7/examples/morphologies/markram/hoc-version/C010398B-P2.hoc
file added
+1723
LFPy-2.0.7/examples/morphologies/markram/hoc-version/C010398B-P2.rot
file added
+3
LFPy-2.0.7/examples/nsg_example/L5_Mainen96_wAxon_LFPy.hoc
file added
+4417
LFPy-2.0.7/examples/nsg_example/nsg_example.py
file added
+238
LFPy-2.0.7/requirements.txt
file added
+10
LFPy-2.0.7/setup.cfg
file added
+2
LFPy-2.0.7/setup.py
file added
+100
bodhi.template.last
file added
+42
    Cosmetic changes to spec
    Add missing Requires/BR on neuron
    Enable test
    List supported arches
    Remove unneeded test files
    
        
file added
+2428
empty file added
file added
+674
file added
+158
empty file added
empty file added
file added
+1599
empty file added
empty file added
file added
+243
file added
+100
file added
+42