Releases: Neuroblox/Neuroblox.jl
Releases · Neuroblox/Neuroblox.jl
v0.4.4
Resolved problem with MTK.
Full Changelog: v0.4.3...v0.4.4
v0.4.3
Because of an incompatibility of MTK and DataFrames, we set the MTK version to 9.32.
Full Changelog: v0.4.2...v0.4.3
0.4.2
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Patch for test failues by @MasonProtter in #353
- Adding some neural mass models from the Virtual Brain for benchmarking by @hstrey in #354
- add new neurons and basal-ganglia model by @anandpathak31 in #352
Full Changelog: v0.4.0...v0.4.1
Neuroblox v0.4.0
Upgrade to MTK 9.
Neuroblox v0.3.2
- Neural Mass Models now can be instantiated with or without delays
- added GUI support for LinearNeuralMass that is needed for DCM parameter fitting
- Jansen-Rit now has the correct default parameters for ms units
Build first Stable Docs
Small release just for getting the first stable docs build test.
v0.3: First public release
What's Changed
- Restructuring internals towards a Cortical Blox by @harisorgn in #276
- Connect multiple
Cortical
bloxs by @harisorgn in #277 - Fix for namespacing
t
by @harisorgn in #281 - add latest notebook of corticostriatal model by @anandpathak31 in #279
- DDE integration by @agchesebro in #278
- fixed Nextgen NMM by @anandpathak31 in #280
- Add
ImageStimulus
for random dot stimuli by @harisorgn in #282 - Convert blox to new system by @agchesebro in #286
- New
ImageStimulus
by @harisorgn in #287 - Add
density
as graph-edge property by @harisorgn in #289 - Remove
add_blox_list!
function by @harisorgn in #290 - this should now work with the new GUI by @hstrey in #291
- Create subcortical_blox.jl by @anandpathak31 in #283
- [WIP] Initial implementation for reinforcement learning by @harisorgn in #292
- Improvements on reinforcement learning by @harisorgn in #293
- Reorganise component tests with
@testset
by @harisorgn in #294 - Fixing NMM units by @agchesebro in #295
- added I_bg (background current) as a parameter for neurons by @anandpathak31 in #296
- Connecting ascending input by @anandpathak31 in #297
- make spike counting continuous by @anandpathak31 in #298
- fix synaptic connection by @anandpathak31 in #300
- Neuroblox Package cleanup by @hstrey in #299
- define neuron-str connection by @anandpathak31 in #301
- add Distributions by @anandpathak31 in #302
- Use same
tspan
for all RL trials by @harisorgn in #305 - add blox necessary for RFLearning to GUI by @hstrey in #306
- WTA and CB simplification by @hstrey in #308
- adding more blox to GUI by @hstrey in #307
- Make
jcn
a paremeter inAbstractDiscrete
blox by @harisorgn in #311 - add calbacks for spike_window resetting by @anandpathak31 in #312
- implemented learning without policy + test by @hstrey in #313
- new DCM structure by @david-hofmann in #314
- Make discrete state reducible by @anandpathak31 in #315
- Fix
ImageStimulus
parameter changes over RL trials by @harisorgn in #316 - Use Matrisome's
ρ
as competitor state in action selection by @harisorgn in #317 - add tan by @anandpathak31 in #319
- Fix cort str connection by @anandpathak31 in #318
- added warmup and inital conditions to rflearning by @hstrey in #321
- make pixel values nonzero by @anandpathak31 in #322
- striatal learning rule modified by @anandpathak31 in #323
- Add LICENSE / EULA by @ChrisRackauckas in #326
- Setup documentation by @ChrisRackauckas in #327
- Add a license note to package using time by @ChrisRackauckas in #328
- cleanup PR for Neuroblox 0.3 by @hstrey in #324
- Final testing by @anandpathak31 in #325
- removing Pluto and Plots by @anandpathak31 in #329
New Contributors
- @harisorgn made their first contribution in #276
Full Changelog: v0.2...v0.3
second release compatible with NeurobloxGUI
freeze version that is compatible with GUI before we do major structural changes in Neuroblox.jl
first release compatible with NeurobloxGUI
first release of Neuroblox. This release is compatible with the current NeurobloxGUI.