From 84626197142eebad05acbfc86a85c85fda163e0c Mon Sep 17 00:00:00 2001 From: Alexander Ororbia Date: Tue, 25 Jun 2024 14:06:58 -0400 Subject: [PATCH 1/3] nudge docs --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 8b6bead03..969753d74 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,7 +7,7 @@ Welcome to ngc-learn's documentation! **ngc-learn** is a Python library for building, simulating, and analyzing biomimetic computational models, arbitrary predictive processing/coding models, -and spiking neural networks. This toolkit is built on top of +and spiking neural networks. This toolkit is built on top of `JAX `_ and is distributed under the 3-Clause BSD license. .. toctree:: From 5856e59a9b15bf02a8d657d793a0d626fec03499 Mon Sep 17 00:00:00 2001 From: Alexander Ororbia Date: Sun, 30 Jun 2024 17:59:48 -0400 Subject: [PATCH 2/3] version nudge to beta1 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b38f4d6a4..c31b1044b 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ $ python install -e . **Version:**
-1.2.0-Beta +1.2.1-Beta Author: Alexander G. Ororbia II
diff --git a/pyproject.toml b/pyproject.toml index 8e7da02c6..2902427a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ngclearn" -version = "1.2.beta0" +version = "1.2.beta1" description = "Simulation software for building and analyzing arbitrary predictive coding, spiking network, and biomimetic neural systems." authors = [ {name = "Alexander Ororbia", email = "ago@cs.rit.edu"}, From ecd76cd6c24ebe6866d0a9c8d7fd65c919c9f653 Mon Sep 17 00:00:00 2001 From: ago109 Date: Sun, 30 Jun 2024 19:29:43 -0400 Subject: [PATCH 3/3] minor revision to make docs reflect version beta1 --- README.md | 2 +- docs/installation.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c31b1044b..adc78abe5 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Python 3.11.4 (main, MONTH DAY YEAR, TIME) [GCC XX.X.X] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import ngclearn >>> ngclearn.__version__ -'1.2b0' +'1.2b1' ``` Note: For access to the previous Tensorflow-2 version of ngc-learn (of diff --git a/docs/installation.md b/docs/installation.md index a158d2e31..ac3f22f52 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -9,7 +9,7 @@ requires that you ensure that you have installed the following base dependencies your system. Note that this library was developed and tested on Ubuntu 22.04 (and 18.04). Specifically, ngc-learn requires: * Python (>=3.10) -* ngcsimlib (>=0.3.b2), (official page) +* ngcsimlib (>=0.3.b3), (official page) * NumPy (>=1.26.0) * SciPy (>=1.7.0) * JAX (>= 0.4.18; and jaxlib>=0.4.18) @@ -78,7 +78,7 @@ Python 3.11.4 (main, MONTH DAY YEAR, TIME) [GCC XX.X.X] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import ngclearn >>> ngclearn.__version__ -'1.2b0' +'1.2b1' ``` Note: If you do not have a JSON configuration file in place (see tutorials