Skip to content

Commit

Permalink
Preparations for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixriese committed Aug 31, 2020
1 parent 26835e7 commit bbb391e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,9 +1,9 @@
Change Log
==========

[1.1.0] - 2020-XX-XX
[1.1.0] - 2020-08-31
--------------------
- [ADDED] New SuSi logo.
- [ADDED] Logo.
- [ADDED] SOMPlots documentation.
- [REMOVED] Python 3.5 support. Now, only 3.6-3.8 are supported.
- [FIXED] Scikit-learn warnings regarding validation of positional arguments.
Expand Down
7 changes: 4 additions & 3 deletions README.rst
Expand Up @@ -24,9 +24,10 @@

|
.. raw:: html

<a href="https://github.com/felixriese/susi"><img src="https://raw.githubusercontent.com/felixriese/susi/master/docs/_static/susi_logo_small.png" align="right" /></a>
.. image:: https://raw.githubusercontent.com/felixriese/susi/master/docs/_static/susi_logo_small.png
:target: https://github.com/felixriese/susi
:align: right
:alt: SuSi logo

SuSi: Supervised Self-organizing maps in Python
===============================================
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.0.10'
release = '1.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name="susi",
version="1.0.10",
version="1.1.0",
author="Felix M. Riese",
author_email="github@felixriese.de",
description="Python package for unsupervised, supervised and semi-supervised self-organizing maps (SOM)",
Expand Down

0 comments on commit bbb391e

Please sign in to comment.