Skip to content

Commit 89ec11e

Browse files
committed
Preparing for release 1.7.1
1 parent c110740 commit 89ec11e

6 files changed

Lines changed: 12 additions & 9 deletions

File tree

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 1.7.1: 2016-10-02
2+
- Fixed: macOS build works again.
3+
14
Version 1.7.0: 2016-09-30
25
- New: Julia interface is available (https://github.com/peterwittek/Somoclu.jl).
36
- New: Method `get_surface_state` of the `Somoclu` object in Python calculates the activation map for all data instances.

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
3-
43
AC_PREREQ([2.61])
5-
AC_INIT([Somoclu], [1.7.0])
4+
AC_INIT([Somoclu], [1.7.1])
65
m4_include([m4/ax_mpi_options.m4])
76
m4_include([m4/ax_mpi_tests.m4])
7+
AC_CONFIG_AUX_DIR([.])
88
AC_CONFIG_SRCDIR([src/somoclu.h])
99
AC_CONFIG_HEADERS([config.h])
1010

src/MATLAB/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version: 1.7.0
1+
Version: 1.7.1
22

33
Maintainer: ShichaoGao<xgdgsc at gmail.com>
44

src/Python/doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = '1.7.0'
66+
version = '1.7.1'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '1.7.0'
68+
release = '1.7.1'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

src/Python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def build_extensions(self):
147147

148148
try:
149149
setup(name='somoclu',
150-
version='1.7.0',
150+
version='1.7.1',
151151
license='GPL3',
152152
author="Peter Wittek, Shi Chao Gao",
153153
author_email="",
@@ -175,7 +175,7 @@ def build_extensions(self):
175175
except:
176176
traceback.print_exc()
177177
setup(name='somoclu',
178-
version='1.7.0',
178+
version='1.7.1',
179179
license='GPL3',
180180
author="Peter Wittek, Shi Chao Gao",
181181
author_email="",

src/R/DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: Rsomoclu
2-
Version: 1.7.0
3-
Date: 2016-09-30
2+
Version: 1.7.1
3+
Date: 2016-10-02
44
Title: Somoclu
55
Depends: Rcpp
66
Imports: kohonen, class

0 commit comments

Comments
 (0)