Commit 54ec2dd
Major release update (to 2.0.0) (#100)
* 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
* major cleanup in prep for merge over to main/prep for major release
* update test cases
* update to require file in docs
---------
Co-authored-by: Viet Dung Nguyen <[email protected]>
Co-authored-by: Alexander Ororbia <[email protected]>
Co-authored-by: Will Gebhardt <[email protected]>1 parent bbea397 commit 54ec2dd
File tree
23 files changed
+72
-72
lines changed- docs
- museum
- tutorials
- model_basics
- neurocog
- ngclearn/utils
- tests/components/input_encoders
23 files changed
+72
-72
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 5 | + | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
17 | | - | |
| 13 | + | |
18 | 14 | | |
19 | 15 | | |
20 | 16 | | |
| |||
36 | 32 | | |
37 | 33 | | |
38 | 34 | | |
39 | | - | |
40 | | - | |
| 35 | + | |
| 36 | + | |
41 | 37 | | |
42 | 38 | | |
43 | 39 | | |
| |||
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
49 | | - | |
| 45 | + | |
50 | 46 | | |
51 | 47 | | |
52 | 48 | | |
| |||
66 | 62 | | |
67 | 63 | | |
68 | 64 | | |
69 | | - | |
| 65 | + | |
70 | 66 | | |
71 | 67 | | |
72 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments