Skip to content

Commit 31efc90

Browse files
authored
Merge pull request #57 from NACLab/main
Making sure dev matches main minor edits at this point
2 parents f21cc12 + ecd76cd commit 31efc90

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
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.2b0'
82+
'1.2b1'
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.0-Beta <!-- -Alpha -->
129+
1.2.1-Beta <!-- -Alpha -->
130130

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

docs/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires that you ensure that you have installed the following base dependencies
99
your system. Note that this library was developed and tested on Ubuntu 22.04 (and 18.04).
1010
Specifically, ngc-learn requires:
1111
* Python (>=3.10)
12-
* ngcsimlib (>=0.3.b2), (<a href="https://github.com/NACLab/ngc-sim-lib">official page</a>)
12+
* ngcsimlib (>=0.3.b3), (<a href="https://github.com/NACLab/ngc-sim-lib">official page</a>)
1313
* NumPy (>=1.26.0)
1414
* SciPy (>=1.7.0)
1515
* JAX (>= 0.4.18; and jaxlib>=0.4.18) <!--(tested for cuda 11.8)-->
@@ -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.2b0'
81+
'1.2b1'
8282
```
8383

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

pyproject.toml

+1-1
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.beta0"
7+
version = "1.2.beta1"
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)