Skip to content

Commit

Permalink
Preparing for release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwittek committed Feb 22, 2016
1 parent e839936 commit fbcb4df
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Since version 1.6:
Version 1.6.1: 2016-02-22
- New: Option for PCA initialization is added to the Python interface.
- New: Clustering of the codebook with arbitrary clustering algorithm in scikit-learn is now possible in the Python interface.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.61])
AC_INIT([Somoclu], [1.6])
AC_INIT([Somoclu], [1.6.1])
m4_include([m4/ax_mpi_options.m4])
m4_include([m4/ax_mpi_tests.m4])
AC_CONFIG_SRCDIR([src/somoclu.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.6
Version: 1.6.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.6'
version = '1.6.1'
# The full version, including alpha/beta/rc tags.
release = '1.6'
release = '1.6.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.6',
version='1.6.1',
license='GPL3',
author="Peter Wittek, Shi Chao Gao",
author_email="",
Expand All @@ -174,7 +174,7 @@ def build_extensions(self):
except:
traceback.print_exc()
setup(name='somoclu',
version='1.6',
version='1.6.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.6
Date: 2016-01-08
Version: 1.6.1
Date: 2016-02-22
Title: Somoclu
Depends: Rcpp
Imports: kohonen, class
Expand Down

0 comments on commit fbcb4df

Please sign in to comment.