Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:NACLab/ngc-learn into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ago109 committed Jul 1, 2024
2 parents a2d2a6d + 31efc90 commit 5edb694
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

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

**Version:**<br>
1.2.0-Beta <!-- -Alpha -->
1.2.1-Beta <!-- -Alpha -->

Author:
Alexander G. Ororbia II<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/google/jax>`_ and is distributed under the 3-Clause BSD license.

.. toctree::
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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), (<a href="https://github.com/NACLab/ngc-sim-lib">official page</a>)
* ngcsimlib (>=0.3.b3), (<a href="https://github.com/NACLab/ngc-sim-lib">official page</a>)
* NumPy (>=1.26.0)
* SciPy (>=1.7.0)
* JAX (>= 0.4.18; and jaxlib>=0.4.18) <!--(tested for cuda 11.8)-->
Expand Down Expand Up @@ -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'
```

<i>Note</i>: If you do not have a JSON configuration file in place (see tutorials
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"},
Expand Down

0 comments on commit 5edb694

Please sign in to comment.