Commit bbea397
Major release update merge to main (in prep for 2.0.0 release on release branch/pip) (#99)
* add initial patch mask features
* minor edit to bern-cell
* fixed bernoulli error cell
* example rate cell test
* made some corrections to bern err-cell and heb syn
* made some corrections to bern err-cell and heb syn
* cleaned up bern-cell, hebb-syn
* minor mod to model-utils
* attempted rewrite of bernoulli-cell
* got bernoulli-cell rewritten and unit-tested
* edit to bern-cell
* bernoulli and poisson cells revised, unit-tested
* latency-cell refactored and unit-tested
* refactored Rate Cell
* minor revisions to input-encoders, revised phasor-cell w/ unit-test
* revised and add unit-test for varTrace
* revised and added unit-test for exp-kernel
* revised and added unit-test for exp-kernel
* revised slif cell w/ unit-test; needed mod to diffeq
* revised slif-cell w/ unit-test; cleaned up ode_utils to play nicer w/ new sim-lib
* revised lif-cell w/ unit-test
* revised unit-tests to pass globally; some minor patches to phasor-cell and lif
* minor cleanup of unit-test for phasor
* revised if-cell w/ unit-test
* revised if-cell w/ unit-test
* revised quad-lif w/ unit-test
* revised adex-cell w/ unit test, minor cleanup of quad-lif
* minor edit to adex unit-test
* refactor bernoulli, laplacian, and rewarderror cells
* revised raf-cell w/ unit test; fixed typos/mistakes in all spiking cells
* revised wtas-cell w/ unit test
* revised fh-cell w/ unit test
* revised izh-cell w/ unit test
* patched ode_utils backend wrt jax, cleaned up unit-tests, added disable flag for phasor-cell
* update rate cell
* fix test rate cell
* update test for bernoulli cell
* update refactoring for gaussian error cell
* update unit testing for all graded neurons
* wrote+unit-test of hodgkin-huxley spike cell, minor tweaks/clean-up elsewhere
* added rk2 support for H-H cell
* update rate cell and fix bug of passing a tuple of (jax Array -- not hashable) to jax jit functions. Basically, simplify the codebase by using a hashmap of functions
* update test rate cell
* refactored dense and trace-stdp syn w/ unit-test
* refactored exp-stdp syn w/ unit-test
* refactored event-stdp w/ unit-test
* cleanup of stdp-syn
* refactored bcm syn w/ unit-test
* refactored stp-syn with unit-test
* cleaned up modulated
* refactored mstdp-et syn w/ unit-test
* refactored lava components to new sim-lib
* refactored conv/hebb-conv syn w/ unit-test
* refactored/revised hebb-deconv syn w/ unit-test
* revised/refactored hebb/stdp conv/deconv syn w/ unit-tests
* updated modeling doc to point to hodgkin-huxley cell
* updated modeling docs
* fixed typo in adex-cell tutorial doc
* revised tutorials to reflect new sim-lib config/syntax
* revised tutorials to reflect new sim-lib config/syntax
* patched docs to reflect revisions/refactor
* tweaked requirements in prep for major release
* cleaned up a few unit tests to use deterministic syn init vals
* mod to requirements
* nudge toml to upcoming 2.0.0
* update to support docs in prep for 2.0.0
* update patched synapses and their test cases
* cleaned up syn modeling doc
* push hebbian synapse
* push reinforce synapse
* push np seed
* patched minor prior None arg issue in hebb-syn
* moved reinforce-syn to right spot
* update reinforce synapse and testing
* tweaked trace-stdp and mstdpet
* patched mstdpet unit-test
* update reinforce synapse and test cases
* add reinforce synapse fix
* minor mod to mstdpet
* update test code for more than 1 steps
* Updated monitors
* patched tests to use process naming
* Added wrapper for reset and advance_state
* Added a JaxProcess
Added Jax Process to allow for scanning over the process.
* update the old rate cell
* update old hebbian synapse
* minor edit to if-cell
* ported over adex tutorial to new ngclearn format
* hh-cell supports rk4 integration
* clean up and integrated hodgkin-huxley mini lesson in neurocog tutorials
* Update jaxProcess.py
Updated the jax process to allow for more configurations of inputs.
* update working reinforce synapse
* update correct reinforce and testing
* update documentation
* update features, documentation, and testing
* update testing for REINFORCE cell
* update code and test
* update code
* add clipping gradient to model utils
* update reinforce cell to the new model utils clip
* update test cases
---------
Co-authored-by: Viet Dung Nguyen <[email protected]>
Co-authored-by: Alexander Ororbia <[email protected]>
Co-authored-by: Will Gebhardt <[email protected]>1 parent b0b496a commit bbea397
File tree
144 files changed
+6327
-3004
lines changed- docs
- modeling
- museum
- source
- tutorials
- model_basics
- neurocog
- ngclearn
- components
- input_encoders
- lava
- neurons
- synapses
- traces
- neurons
- graded
- spiking
- other
- synapses
- convolution
- hebbian
- modulated
- patched
- utils
- diffeq
- masks
- tests/components
- input_encoders
- neurons
- graded
- spiking
- other
- synapses
- convolution
- hebbian
- modulated
- patched
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
144 files changed
+6327
-3004
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
0 commit comments