Skip to content

Commit 2bd286a

Browse files
author
Randall C. O'Reilly
committed
readme update in anticipation of release
1 parent 4a20cb8 commit 2bd286a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ This repository contains the neural network simulation models for the [CCN Textb
44

55
To run these simulations on your computer, it is easiest to download the full set of executable programs for the type of computer you are using (Apple Mac, Microsoft Windows, or Linux):
66

7-
* [ccn_sims_v1.3.1_mac.zip](https://github.com/CompCogNeuro/sims/releases/download/v1.3.1/ccn_sims_v1.3.1_mac.zip)
7+
* [ccn_sims_v1.3.2_mac-m1.zip](https://github.com/CompCogNeuro/sims/releases/download/v1.3.2/ccn_sims_v1.3.2_mac-m1.zip)
88

9-
* [ccn_sims_v1.3.1_windows.zip](https://github.com/CompCogNeuro/sims/releases/download/v1.3.1/ccn_sims_v1.3.1_windows.zip)
9+
* [ccn_sims_v1.3.2_mac-intel.zip](https://github.com/CompCogNeuro/sims/releases/download/v1.3.2/ccn_sims_v1.3.2_mac-intel.zip)
1010

11-
* [ccn_sims_v1.3.1_linux.tar.gz](https://github.com/CompCogNeuro/sims/releases/download/v1.3.1/ccn_sims_v1.3.1_linux.tar.gz)
11+
* [ccn_sims_v1.3.2_windows.zip](https://github.com/CompCogNeuro/sims/releases/download/v1.3.2/ccn_sims_v1.3.2_windows.zip)
12+
13+
* [ccn_sims_v1.3.2_linux.tar.gz](https://github.com/CompCogNeuro/sims/releases/download/v1.3.2/ccn_sims_v1.3.2_linux.tar.gz)
1214

1315
Alternatively, you can use the [Python](#python) version -- see instructions at that link for how to install.
1416

@@ -38,6 +40,8 @@ The even older [C++ emergent (cemer)](https://github.com/emer/cemer) sims projec
3840

3941
# Status
4042

43+
* **9/15/2022**: Version 1.3.2 release: updated to new NetView with raster view and separate weight recording.
44+
4145
* **9/3/2021**: Version 1.3.1 release: bug fixes, deep leabra version of sg, python works on windows.
4246

4347
* **11/23/2020**: Version 1.2.2 release: full set of Python versions and the pvlv model.
@@ -124,6 +128,8 @@ Note: no sims for chapter 5
124128

125129
# Python
126130

131+
**Note:** version 1.3.2 does not work with python at this point. The previous 1.3.1 version should still work.
132+
127133
Running the sims under Python uses a compiled version of the underlying Go-based simulation infrastructure (i.e., all of [emer](https://github.com/emer) and all of [GoGi](https://github.com/goki/gi) ) that links in a specific version of Python, in the form of an executable file named `pyleabra`. The pyleabra executable is just like a `python3` executable in all other respects.
128134

129135
Because it is built with a specific version of python3 baked in, you may want to build your own version of this executable based on the version of python that you use for your other work, in which case see the instructions at: [leabra python](https://github.com/emer/leabra/tree/master/python). Also, there can be various library path issues for finding the python library that the executable is linked against -- the install process attempts to ensure that your machine has the same version ours was built from.

0 commit comments

Comments
 (0)