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

MPI iclamp fix #332

Open
wants to merge 118 commits into
base: develop
Choose a base branch
from
Open

MPI iclamp fix #332

wants to merge 118 commits into from

Commits on Feb 7, 2023

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

Commits on Feb 10, 2023

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

Commits on Feb 11, 2023

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

Commits on Feb 26, 2023

  1. Auditory filternet refinement

    xpliu16 committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    3e25b69 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    298f344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b2260e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    e98abf7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request AllenInstitute#290 from xpliu16/aud_filternet

    Handling delay, better documentation of filters, passing of threshold
    xpliu16 authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    3119343 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Miscellaneous updates

    xpliu16 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    12dd888 View commit details
    Browse the repository at this point in the history
  2. Merge pull request AllenInstitute#295 from xpliu16/aud_filternet

    Miscellaneous updates
    xpliu16 authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    55ff413 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    5397e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a67a29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42a3361 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    94326fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83a554a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c1954a View commit details
    Browse the repository at this point in the history
  4. Fixed bug on "delay"

    xpliu16 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0e1cea0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request AllenInstitute#311 from xpliu16/aud_filternet

    Fixed bug on "delay"
    xpliu16 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f452c2c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. update comsol module

    nilsvanrompaey committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    840c205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0e163 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a703bcb View commit details
    Browse the repository at this point in the history
  4. small changes

    nilsvanrompaey committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    21af469 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89b7218 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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

Commits on Sep 29, 2023

  1. fix small errors

    nilsvanrompaey committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    9fe3e37 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. mpi iclamp fix

    tjbanks committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0e3fef4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    37f6891 View commit details
    Browse the repository at this point in the history
  2. Merge pull request AllenInstitute#333 from kaeldai/examples/nsg

    Adding example with instructions for using NSG with BioNet
    kaeldai authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ae1b2c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    1fe1d04 View commit details
    Browse the repository at this point in the history
  2. Revert "Enabling numba speedup on non-separable FilterNet"

    This reverts commit 1fe1d04.
    shixnya committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8b0c5e5 View commit details
    Browse the repository at this point in the history
  3. Making non-separable FilterNet faster (AllenInstitute#335)

    * Enabling numba speedup on non-separable FilterNet
    
    * minor change to reduce characters per line
    
    * Adding numba as a requirement
    
    * making MPI optional.
    shixnya authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    bb8dce1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Fixing FilterNet bug (ON/OFF offset, issue AllenInstitute#339) (Allen…

    …Institute#340)
    
    Before the fix, spatial filters for ON and OFF receptive fields were pointing to the same object. Resolved by creating filter objects separately.
    shixnya authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    3b07c06 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    121044e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8896dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request AllenInstitute#341 from kaeldai/fix/numba_tests_nest

    * Made use of numba optional to prevent conflicts with NEST simulator. 
    * Fixed conftest imports which was having some issues when AllenSDK is also installed (AllenSDK install conftest as a module).
    * Issue with bionet unit tests still running despite not having vecstim module compiled (test_virtualcell)
    kaeldai authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    61cb7c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    741b639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    990024e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5669589 View commit details
    Browse the repository at this point in the history
  4. Merge pull request AllenInstitute#345 from kaeldai/feature/nest_weigh…

    …t_recorder
    
    Feature/nest weight recorder
    kaeldai authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    4eaa609 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. add init files to fix pytest

    kaeldai committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    734c3e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request AllenInstitute#347 from kaeldai/fix/pytest_issues

    add init files to fix pytest
    kaeldai authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    39ebecf View commit details
    Browse the repository at this point in the history
  3. Making physical spacing optional for drifting gratings + faster separ…

    …able FilterNet (AllenInstitute#346)
    
    
    * Making physical_spacing of moving gratings optional + faster separable FilterNet by ignoring zeros in the kernel.
    
    * Changing the variable name + adding documentation
    'physical_spacing' to 'degrees_per_pixel'.
    shixnya authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4a9c230 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Including forgotten docstring (AllenInstitute#348)

    Just adding one docstring for the new parameter
    shixnya authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    187681f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    4e398f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request AllenInstitute#349 from kaeldai/example/bio_all_ac…

    …tive_sweep
    
    Adding example for running all-active cell simulation with full axon
    kaeldai authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ba481de View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    aaa0882 View commit details
    Browse the repository at this point in the history
  2. Merge pull request AllenInstitute#350 from kaeldai/documentation/nwb_…

    …update
    
    fixing issue with writing to nwb with mpi and adding some extra docum…
    kaeldai authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6e2db7a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Use inspect module in add_movie for GratingMovie

    Previously, if 'phase' was added as a parameter to add_movie it would
    not be passed to GratingMovie.create_movie and would be ignored.
    By using the inspect module, we can ensure that any arguments to
    GratingMovie.__init__ and GratingMovie.create_movie are automatically
    supported by FilterSimulator.add_movie.
    
    We also created a test case, the setup of which can be reused to test
    a variety of functionality of FilterSimulator.
    HDictus committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    aba21e2 View commit details
    Browse the repository at this point in the history
  2. resolving merge conflicts

    kaeldai committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    dd4ff02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0187d16 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge pull request AllenInstitute#352 from HDictus/movie-phase

    Use inspect.signature in add_movie for GratingMovie
    kaeldai authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    49a03e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. fixing one last issue

    kaeldai committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9a7c039 View commit details
    Browse the repository at this point in the history
  2. fixing merge

    kaeldai committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3c4e97f View commit details
    Browse the repository at this point in the history
  3. merge was not fully saved

    kaeldai committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    50ef1cf View commit details
    Browse the repository at this point in the history
  4. fixing import issue

    kaeldai committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ea4e7c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11fbb1a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    d54264d View commit details
    Browse the repository at this point in the history
  2. Merge pull request AllenInstitute#353 from AllenInstitute/aud_filternet

    Fixing issue if model_template column is missing
    kaeldai authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ae5d43a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e040d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    a45d4a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request AllenInstitute#355 from xpliu16/develop

    Auditory filternet tutorial draft
    xpliu16 authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7804cfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e86c2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efc2ab0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request AllenInstitute#356 from xpliu16/develop

    Auditory filternet tutorial update
    xpliu16 authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6949431 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Merge pull request AllenInstitute#330 from nilsvanrompaey/develop

    Add functionality to BioNet's comsol module and update bio_comsol example
    kaeldai authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    025e3be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9a332a View commit details
    Browse the repository at this point in the history
  3. Merge pull request AllenInstitute#357 from kaeldai/updates/comsol_exa…

    …mple
    
    minor changes to bio_comsol example
    kaeldai authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    163464b View commit details
    Browse the repository at this point in the history
  4. updating version number

    kaeldai committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9a38165 View commit details
    Browse the repository at this point in the history
  5. Merge pull request AllenInstitute#358 from kaeldai/feature/ver_bump_1…

    ….1.0
    
    updating version number
    kaeldai authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e57c84c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. updated aud filternet

    xpliu16 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9d7d4d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de99e32 View commit details
    Browse the repository at this point in the history
  3. Merge pull request AllenInstitute#359 from xpliu16/develop

    Aud_filternet update
    xpliu16 authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    aa16f2e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

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

Commits on Apr 23, 2024

  1. Merge pull request AllenInstitute#360 from chenziao/develop

    Fix error that random seed is not set when using SpikeGenerator(seed=0)
    kaeldai authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    44256e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f31ed36 View commit details
    Browse the repository at this point in the history
  3. Merge pull request AllenInstitute#361 from kaeldai/fix/test_psg_variable

    fixing minor bug with spike-trains unit test
    kaeldai authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    afd8fbb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. adding tutorial assests

    kaeldai committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6a9c97e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    3565183 View commit details
    Browse the repository at this point in the history
  2. Fixing filter_movie/ example

    kaeldai committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9bab3c1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request AllenInstitute#364 from kaeldai/fix/lgn_movies_exa…

    …mples
    
    Fixing filter_movie/ example
    kaeldai authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    704e4e4 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 2, 2024

  1. Found Hoc models that would fail calls to hobj.soma[0] since it cell …

    …had only one soma section and hobj.soma was not an iteratble list. Added Cell.soma property that can handle this case
    kaeldai committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f153237 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    22a9bdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f29142 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    ad2b466 View commit details
    Browse the repository at this point in the history
  2. Adding ctdb download utils

    kaeldai committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a6aac43 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    3973dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b200cd View commit details
    Browse the repository at this point in the history
  3. Merge pull request AllenInstitute#366 from kaeldai/fix/multicore_iclamp

    Adding fix for when running current clamps across multiple cores
    kaeldai authored May 7, 2024
    Configuration menu
    Copy the full SHA
    d1f41a1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Merge pull request AllenInstitute#362 from kaeldai/fix/aud_filternet_tut

    adding tutorial assests
    kaeldai authored May 8, 2024
    Configuration menu
    Copy the full SHA
    1e2a37e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    c475407 View commit details
    Browse the repository at this point in the history
  2. Merge pull request AllenInstitute#367 from kaeldai/fix/add_membrane_m…

    …agic
    
    Fixing compartment reports to include magic statement when running mu…
    kaeldai authored May 12, 2024
    Configuration menu
    Copy the full SHA
    d2c1229 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Enabling to run run.sim() more than once (AllenInstitute#368)

    * SpikesMod now initialize the SpikeTrain with 'initialize()' so that sim.run() can be run more than once without an error.
    
    Thanks, Kael!
    shixnya authored May 20, 2024
    Configuration menu
    Copy the full SHA
    17d92c0 View commit details
    Browse the repository at this point in the history
  2. NESTML example network

    xpliu16 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    824a66a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge pull request AllenInstitute#369 from xpliu16/develop

    NESTML example network
    kaeldai authored May 22, 2024
    Configuration menu
    Copy the full SHA
    b3662cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20044d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. fixing issues with unit tests

    kaeldai committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cd29402 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    862fd7f View commit details
    Browse the repository at this point in the history
  3. Merge pull request AllenInstitute#372 from AllenInstitute/update/work…

    …shop-2024
    
    Update/workshop 2024
    kaeldai authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    def7f3e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. fixes for Ch5 of workshop tutorial; remove dt attribute in filternet …

    …in create_environment, automatic support for npz movies, fix issue with separable kernel when kernel is empty
    kaeldai committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    af62e77 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    1b58f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eb01f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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

Commits on Jul 6, 2024

  1. some minor fixes

    kaeldai committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    1e67511 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d7071 View commit details
    Browse the repository at this point in the history
  3. Merge pull request AllenInstitute#378 from AllenInstitute/update/work…

    …shop-2024
    
    Update/workshop 2024
    kaeldai authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    acd94d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    169c5f5 View commit details
    Browse the repository at this point in the history
  2. Update version to 1.1.1

    Updating for a new release
    kaeldai authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    81f99e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request AllenInstitute#379 from AllenInstitute/version-upd…

    …ate-1.1.1
    
    Update version to 1.1.1
    kaeldai authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    889c55d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update version to 1.1.1

    Updating for a new release
    kaeldai authored and shixnya committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c08acac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5dcedb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9775f66 View commit details
    Browse the repository at this point in the history
  4. Merge pull request AllenInstitute#375 from shixnya/develop

    Fixing FilterNet behavior for frame_rate != 1000.0
    kaeldai authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b1ebdf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. mpi iclamp fix

    tjbanks committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    60b6af6 View commit details
    Browse the repository at this point in the history
  2. changes

    tjbanks committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0b9c242 View commit details
    Browse the repository at this point in the history
  3. fix

    tjbanks committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    159c543 View commit details
    Browse the repository at this point in the history
  4. fix

    tjbanks committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6b174b2 View commit details
    Browse the repository at this point in the history