Skip to content

Tags: openbraininstitute/BlueCelluLab

Tags

2.6.59

Toggle 2.6.59's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
new function to compute rin and threshold after setting neuron globals (

#28)

2.6.58

Toggle 2.6.58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
thumbnail plotting in validation (#27)

2.6.57

Toggle 2.6.57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add tests for validation module (#26)

* add tests for validation module

2.6.56

Toggle 2.6.56's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
do not use cvode for stochastic models (#24)

* do not use cvode for stochastic models

2.6.55

Toggle 2.6.55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refine SONATA output handling (#22)

* fix default spike_file

* use sonata spike_location in spikes recording

* fix data dt in write reports

* fix misleading warning

* fix unit test

* update test data

2.6.54

Toggle 2.6.54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove multiprocessing from validation functions (#23)

2.6.53

Toggle 2.6.53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add tests for BPAP analysis (#21)

* add tests for BPAP analysis

2.6.52

Toggle 2.6.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for compartment reports (soma + named section) as well as…

… spike reports (#18)

* add compartment report support

* update write reports

* support custom output path for reports

* update resolve_segments and get_section(s)

* add unit tests

* lint fix

* remove prints

* use default output dir and create it if missing

* Refactor compartment report logic to support arbitrary variables

* update docstring

* address review comments

* lint fix

* silence mypy warning

* fix circular import

* add spike report

* always create a spike report file even if no spikes

* minor changes + include spikes report in write_reports()

* call write_reports() inside run()

* minor update

* handle empty spike train inputs in merge_pre_spike_trains

* write 'sorting' attribute as hdf5 enum for sonata compatibility

* update unit-tests

2.6.51

Toggle 2.6.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
use multiprocessing in validation and analysis for speedup (#20)

* use multiprocessing in validation and analysis for speedup

* fix tests using multiprocessing

* add NoDaemonProcess tests

---------

Co-authored-by: Aurélien <aurelien@mac.home>

2.6.50

Toggle 2.6.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add BPAP validation (#16)

* add bpap validation and update validation output

---------

Co-authored-by: Aurélien <aurelien@MacBook-Pro-de-Aurelien.local>
Co-authored-by: Aurélien <aurelien@mac.home>