-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.0 release -- version.go updated
- Loading branch information
Randall C. O'Reilly
committed
Nov 22, 2020
1 parent
f5f82c0
commit 07f47ed
Showing
9 changed files
with
270 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,5 +65,5 @@ gopath-update: | |
cd examples/ra25; go get -u ./... | ||
|
||
release: | ||
$(MAKE) -C leabra release | ||
$(MAKE) -C etorch release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
module github.com/emer/leabra | ||
module github.com/emer/etorch | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2 | ||
github.com/chewxy/math32 v1.0.6 | ||
github.com/emer/emergent v1.1.12 | ||
github.com/emer/empi v1.0.8 | ||
github.com/emer/etable v1.0.17 | ||
github.com/goki/gi v1.0.17 | ||
github.com/emer/emergent v1.1.13 | ||
github.com/emer/empi v1.0.9 | ||
github.com/emer/etable v1.0.18 | ||
github.com/goki/gi v1.1.0 | ||
github.com/goki/ki v1.0.5 | ||
github.com/goki/mat32 v1.0.2 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.