Releases: wsphillips/Conductor.jl
Releases · wsphillips/Conductor.jl
v0.0.6
Conductor v0.0.6
Closed issues:
- Start using new unit validation features in MTK (#5)
- Support event/time-based synaptic models (#28)
- Rebase MulticompartmentSystem onto tree data structure (#45)
- implement Stimulus objects (#46)
- Optional refractory period (#55)
Merged pull requests:
- using native unit checks from MTK (#44) (@wsphillips)
- Drop IfElse and remove stale generated files (#47) (@wsphillips)
- Stimulus objects (#48) (@wsphillips)
- remove symmetric keyword. use implicit construction with tuples instead (#49) (@wsphillips)
- add exports for mc methods, extend remake for multicompartment (#50) (@wsphillips)
- Use SciML formatting (#51) (@wsphillips)
- Reorganize dynamics/channels/synapses/junctions (#52) (@wsphillips)
- CurrentSystem (#53) (@wsphillips)
- [WIP] Callback-based synapses (#54) (@wsphillips)
- allow repetitive synaptic events while suprathreshold (#56) (@wsphillips)
- implement constants for cleaner symbolic equations (#60) (@wsphillips)
Population
updates (#62) (@wsphillips)
v0.0.5
Conductor v0.0.5
Closed issues:
- Simulation timescale factor x1000 different than expected (#42)
Merged pull requests:
- Scaling up network simulations (#36) (@wsphillips)
- populations + getindex/iteration support (#37) (@wsphillips)
- Parametric CompartmentSystems: Specialize by model formalism (#38) (@wsphillips)
- [WIP] Implement IF-style neurons/compartments (#39) (@wsphillips)
- Fix a few typos in README, docs and docstrings (#40) (@pitmonticone)
- use symbolic arrays for voltages (#41) (@wsphillips)
- tweak lif neuron demo (#43) (@wsphillips)
v0.0.4
Conductor v0.0.4
Closed issues:
- Allow neurons composed of multiple compartments (#3)
Merged pull requests:
- more flexible gate types and handling (#25) (@wsphillips)
- WIP: MultiCompartmentSystem (#26) (@wsphillips)
- gates with mutable properties (#29) (@wsphillips)
- Conductance no longer wraps vanilla MTK systems (#30) (@wsphillips)
- State subscribers (#31) (@wsphillips)
- Pinsky/Traub Synapse Models (#32) (@wsphillips)
- update doc workflows (#33) (@wsphillips)
- First draft documentation (#35) (@wsphillips)
v0.0.3
Conductor v0.0.3
Closed issues:
- Direct support for ustrip? (#1)
- Reduce type parameters -- use enums instead (#6)
- Revamp
Compartment
toCompartmentSystem
(#12) - Fix Networks, implement NetworkSystem (#15)
- @info message in Conductor.jl (#19)
- Adding conductance dynamics to ConductanceSystem (#20)
- Demo STGneuron not working (#22)
Merged pull requests:
- Revamp
Gate
introduceConductanceSystem
(#8) (@pjh6654) - Implement CompartmentSystem (#13) (@wsphillips)
- make ions enums and simplify primitive symbols (#14) (@wsphillips)
- [WIP]
NetworkSystem
(#18) (@wsphillips) - fix for dynamic gbar (#21) (@wsphillips)
- Fix typo in channels.jl (#23) (@pfcrowe)
v0.0.2
Conductor v0.0.2
Closed issues:
- Update to new
compose
/extend
provided by MTK (#2)
Merged pull requests:
- Update internal MTK API usage (#4) (@wsphillips)
- add more granular tests (#7) (@wsphillips)
- Fix typo (#9) (@ChrisRackauckas)
v0.0.1
Conductor.jl now on the public registry.
initial working
0.0.1-alpha simple pulse stimulus