Skip to content

Commit

Permalink
Preparing for release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwittek committed Oct 2, 2016
1 parent c110740 commit 89ec11e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.7.1: 2016-10-02
- Fixed: macOS build works again.

Version 1.7.0: 2016-09-30
- New: Julia interface is available (https://github.com/peterwittek/Somoclu.jl).
- New: Method `get_surface_state` of the `Somoclu` object in Python calculates the activation map for all data instances.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.61])
AC_INIT([Somoclu], [1.7.0])
AC_INIT([Somoclu], [1.7.1])
m4_include([m4/ax_mpi_options.m4])
m4_include([m4/ax_mpi_tests.m4])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_SRCDIR([src/somoclu.h])
AC_CONFIG_HEADERS([config.h])

Expand Down
2 changes: 1 addition & 1 deletion src/MATLAB/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version: 1.7.0
Version: 1.7.1

Maintainer: ShichaoGao<xgdgsc at gmail.com>

Expand Down
4 changes: 2 additions & 2 deletions src/Python/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '1.7.0'
version = '1.7.1'
# The full version, including alpha/beta/rc tags.
release = '1.7.0'
release = '1.7.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions src/Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def build_extensions(self):

try:
setup(name='somoclu',
version='1.7.0',
version='1.7.1',
license='GPL3',
author="Peter Wittek, Shi Chao Gao",
author_email="",
Expand Down Expand Up @@ -175,7 +175,7 @@ def build_extensions(self):
except:
traceback.print_exc()
setup(name='somoclu',
version='1.7.0',
version='1.7.1',
license='GPL3',
author="Peter Wittek, Shi Chao Gao",
author_email="",
Expand Down
4 changes: 2 additions & 2 deletions src/R/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Rsomoclu
Version: 1.7.0
Date: 2016-09-30
Version: 1.7.1
Date: 2016-10-02
Title: Somoclu
Depends: Rcpp
Imports: kohonen, class
Expand Down

0 comments on commit 89ec11e

Please sign in to comment.