Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Commit

Permalink
Release version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Apr 11, 2017
1 parent aa097e8 commit 364dc98
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
7 changes: 2 additions & 5 deletions simulator-ui/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '1.3'
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.3'
release = '1.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -245,6 +245,3 @@
autoclass_content='both'
todo_include_todos=True
autodoc_member_order='bysource'



12 changes: 6 additions & 6 deletions simulator-ui/src/java/main/ca/nengo/ui/NengoGraphics.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Public License license (the GPL License), in which case the provisions of GPL

/**
* Top level instance of the NeoGraphics application
*
*
* @author Shu Wu
*/
/**
Expand All @@ -126,7 +126,7 @@ public class NengoGraphics extends AppFrame implements NodeContainer {
/**
* Nengo version number, no real rhyme or reason to it
*/
public static final double VERSION = 1.4;
public static final string VERSION = 1.4.0;

/**
* String used in the UI to identify Nengo
Expand Down Expand Up @@ -828,7 +828,7 @@ protected void updateScriptConsole() {

/**
* TODO
*
*
* @author TODO
*/
public class ToggleScriptPane extends StandardAction {
Expand Down Expand Up @@ -1028,7 +1028,7 @@ public AuxillarySplitPane toJComponent() {

/**
* Runs the closest network to the currently selected obj
*
*
* @author Shu Wu
*/
class RunNetworkAction extends StandardAction {
Expand Down Expand Up @@ -1059,7 +1059,7 @@ protected void action() throws ActionException {

/**
* Saves the closest network to the currently selected object
*
*
* @author Shu Wu
*/
class SaveNetworkAction extends StandardAction {
Expand Down Expand Up @@ -1088,7 +1088,7 @@ protected void action() throws ActionException {

/**
* Generates a script for the highest network including the selected object
*
*
* @author Chris Eliasmith
*/
class GenerateScriptAction extends StandardAction {
Expand Down
4 changes: 2 additions & 2 deletions simulator/src/resources/ca/nengo/ui/nengo.desktop
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Desktop Entry]
Type=Application
Version=1.3
Version=1.4.0
Name=Nengo
Comment=Large-scale neural simulator
Exec=nengo
Icon=nengologo256
Terminal=false
Categories=Education;Science;Java
Categories=Education;Science;Java

0 comments on commit 364dc98

Please sign in to comment.