Releases: joey-kilgore/Nerve-Block-Modeling
Git history rework to reduce repo size
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
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
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
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