Skip to content

Releases: joey-kilgore/Nerve-Block-Modeling

Git history rework to reduce repo size

11 Dec 15:46
Compare
Choose a tag to compare

Complete rework of git history.

It was observed that the size of this repository was growing exceedingly large. This was in large part due to data files that were contained in this repo that didn't need to be included. To fully remove these old data files the git history was reworked to remove the files altogether. This rippled through the entire repo. It is because of this that we have a new history, and move to version 2 because the git histories are no longer compatible.

From this point forward we plan to have a potential new repository for data sharing, or leave that for another data management system.

Custom Electrode Update

06 Dec 16:09
Compare
Choose a tag to compare

Bug fix:
File name changes to allow for linux support (more info available HERE)
Fixes were made to allow for multiple different node sizes (more info available HERE)

New Features:
Custom electrode configuration ability (more info available HERE)
More data saving options (including internodal compartmental voltages and persistent sodium current)
Additional test functions (more info available HERE)
More data analysis scripts (UsefulFunctions.R and jpgToGif.py)

Waveform Update

15 May 15:05
Compare
Choose a tag to compare

Bug fix:
Asymmetry bug (#17) fixed for all electrodes!

New Features:
Python functions to find block threshold or activation threshold of Sinusoidal/Triangular/Rectangular waves.
HOC procedure to find minimum frequency for block of Sinusoidal/Triangular/Rectangular waves.
R code sample for basic data analysis

Initial Release

13 Mar 14:06
Compare
Choose a tag to compare

After the inclusion of the frequency-dependent membrane capacitance, this software is ready for use.
Currently supported features:
-- Multiple electrode configs
-- Block threshold testing as well as other testing
-- Easily save data from trials
-- Basic python scripts giving a good base for any future multi-threaded workloads
-- Electrode API for use with ML-Neuroscience