Skip to content

Commit e72d75e

Browse files
committed
Merge branch 'main' of github.com:NACLab/ngc-learn
2 parents 1dee123 + bbf0330 commit e72d75e

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Python 3.11.4 (main, MONTH DAY YEAR, TIME) [GCC XX.X.X] on linux
7979
Type "help", "copyright", "credits" or "license" for more information.
8080
>>> import ngclearn
8181
>>> ngclearn.__version__
82-
'1.2b2'
82+
'1.2b3'
8383
```
8484

8585
<i>Note:</i> For access to the previous Tensorflow-2 version of ngc-learn (of
@@ -126,7 +126,7 @@ $ python install -e .
126126
</pre>
127127

128128
**Version:**<br>
129-
1.2.2-Beta <!-- -Alpha -->
129+
1.2.3-Beta <!-- -Alpha -->
130130

131131
Author:
132132
Alexander G. Ororbia II<br>

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Python 3.11.4 (main, MONTH DAY YEAR, TIME) [GCC XX.X.X] on linux
7878
Type "help", "copyright", "credits" or "license" for more information.
7979
>>> import ngclearn
8080
>>> ngclearn.__version__
81-
'1.2b2'
81+
'1.2b3'
8282
```
8383

8484
<i>Note</i>: If you do not have a JSON configuration file in place (see tutorials

docs/source/ngclearn.components.synapses.hebbian.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ ngclearn.components.synapses.hebbian.BCMSynapse module
1212
:undoc-members:
1313
:show-inheritance:
1414

15+
ngclearn.components.synapses.hebbian.STDPSynapse module
16+
-------------------------------------------------------
17+
18+
.. automodule:: ngclearn.components.synapses.hebbian.STDPSynapse
19+
:members:
20+
:undoc-members:
21+
:show-inheritance:
22+
1523
ngclearn.components.synapses.hebbian.eventSTDPSynapse module
1624
------------------------------------------------------------
1725

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ngclearn"
7-
version = "1.2.beta2"
7+
version = "1.2.beta3"
88
description = "Simulation software for building and analyzing arbitrary predictive coding, spiking network, and biomimetic neural systems."
99
authors = [
1010
{name = "Alexander Ororbia", email = "[email protected]"},

0 commit comments

Comments
 (0)