File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 1.7.1: 2016-10-02
2+ - Fixed: macOS build works again.
3+
14Version 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.
Original file line number Diff line number Diff line change 11# -*- Autoconf -*-
22# Process this file with autoconf to produce a configure script.
3-
43AC_PREREQ ( [ 2.61] )
5- AC_INIT ( [ Somoclu] , [ 1.7.0 ] )
4+ AC_INIT ( [ Somoclu] , [ 1.7.1 ] )
65m4_include ( [ m4/ax_mpi_options.m4] )
76m4_include ( [ m4/ax_mpi_tests.m4] )
7+ AC_CONFIG_AUX_DIR ( [ .] )
88AC_CONFIG_SRCDIR ( [ src/somoclu.h] )
99AC_CONFIG_HEADERS ( [ config.h] )
1010
Original file line number Diff line number Diff line change 1- Version: 1.7.0
1+ Version: 1.7.1
22
33Maintainer: ShichaoGao<xgdgsc at gmail.com>
44
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ def build_extensions(self):
147147
148148try :
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):
175175except :
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 = "" ,
Original file line number Diff line number Diff line change 11Package: Rsomoclu
2- Version: 1.7.0
3- Date: 2016-09-30
2+ Version: 1.7.1
3+ Date: 2016-10-02
44Title: Somoclu
55Depends: Rcpp
66Imports: kohonen, class
You can’t perform that action at this time.
0 commit comments