-
Notifications
You must be signed in to change notification settings - Fork 26
/
history.txt
63 lines (55 loc) · 2.64 KB
/
history.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
=======
History
=======
0.1.0 (2022–05–05)
— — — — — — — — -
* First public release.
0.2.0 (2022–05–09)
— — — — — — — — -
* Major updated release.
* Changes include: edits to API, inclusion/writing of
demonstrations 4 and 5, and a revamped engine core to utilize a configurable
static graph optimization/framework to obtain a 5-7.5 times speedup of
simulated neural dynamics.
0.3.0-alpha (2022–05–21)
— — — — — — — — -
* NGCGraph .compile() further tweaked to use an injection/clamping look-up
system to allow for dynamic changes to occur w/in a static graph compiled
simulated NGC system
* Cable API slightly modified to increase flexiblity (demonstrations and
tests modified to reflect updated API)
* Demonstration 6 released showcasing how to use ngc-learn to construct/fit a
restricted Boltzmann machine
0.4.0-alpha (2022–05–25)
— — — — — — — — -
* Harmonium written into model museum
* "demonstrations" have been renamed to "walkthroughs"
* tutorial 1 written/provided
* nodes-and-cables system upgraded/polished; incremental simulation centrally supported
* infinite-mnist data generating process integrated into experimental
0.5.0-alpha (2022-07-02)
— — — — — — — — -
* Spiking nodes (LIF and ELIF) support implemented as core nodes
* networkx support provided in experimental auxiliary folder for op-graph visualization
* Walkthrough 7 written to demonstrate how to train a spiking network with error-Hebbian feedback
0.9.9 (2023-10-15; pre-release dev branch)
— — — — — — — — -
* ngc-learn backend re-engineered to be pure Jax
* LIF, quad-LIF spiking cells, as well as a set of graded neuronal cells, integrated
* exponential STDP synaptic plasticity integrated
* power-law STDP synaptic plasticity integrated
* docs rebuilts/revised to adhere to new ngc-learn nodes-and-cables simulator/controller backend -- ngcsimlib
1.0.0-beta, 1.0.1-beta, 1.0.2-beta (beta release of migrated/JAX/ngcsimlib version)
— — — — — — — — -
* backend migration/revision finished; ngc-learn now depends on ngc-sim-lib (ngcsimlib)
* tutorials updated reflected
* STDP is now first-class citizen
1.1.0-beta
— — — — — — — — -
* rewrite of framework to adhere to revised ngc-sim-lib
* simple starting point for lava support
* new adex, wtas, and event-based stdp components integrated
* all current tutorials written
* clean-up of utility sub-package files
* minor clean-up, revisions, bug fixes and doc-string updates
* model museum updates reflect current state of ngc-learn/sim-lib