From d0db599945f705ffba325d81ed7a9e9b25fe9468 Mon Sep 17 00:00:00 2001 From: Alexander Ororbia Date: Sat, 30 Mar 2024 19:03:56 -0400 Subject: [PATCH 1/2] nudge to beta2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc9734fe1..6da49ec75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ngclearn" -version = "1.0.beta1" +version = "1.0.beta2" 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 95d36bc7d36d9b063f475da346ab861763e2c88b Mon Sep 17 00:00:00 2001 From: Alexander Ororbia Date: Sat, 30 Mar 2024 19:05:13 -0400 Subject: [PATCH 2/2] nudge to beta2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba62450a2..3f6d08fa1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ ngc-learn requires: --> --- -ngc-learn 1.0.beta0 and later require Python 3.10 or newer as well as ngcsimlib >=0.2.b1. +ngc-learn 1.0.beta0 and later require Python 3.10 or newer as well as ngcsimlib >=0.2.b2. ngc-learn's plotting capabilities (routines within `ngclearn.utils.viz`) require Matplotlib (>=3.8.0) and imageio (>=2.31.5) and both plotting and density estimation tools (routines within ``ngclearn.utils.density``) will require Scikit-learn (>=0.24.2). @@ -132,7 +132,7 @@ $ python install -e . **Version:**
-1.0.0-Beta +1.0.2-Beta Author: Alexander G. Ororbia II