Skip to content

Commit

Permalink
[.] Release preparation.
Browse files Browse the repository at this point in the history
  • Loading branch information
annoviko committed Dec 23, 2019
1 parent 594a933 commit 396bffe
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
------------------------------------------------------------------------

CHANGE NOTES FOR 0.9.3 (STARTED Oct 10, 2019), (RELEASED: -)
CHANGE NOTES FOR 0.9.3 (STARTED Oct 10, 2019), (RELEASED: Dev 23, 2019)

------------------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions PKG-INFO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Linux, Windows and MacOS operating systems.

Official repository: https://github.com/annoviko/pyclustering/

Documentation: https://pyclustering.github.io/docs/0.9.2/html/
Documentation: https://pyclustering.github.io/docs/0.9.3/html/

Dependencies
============
Expand Down Expand Up @@ -175,6 +175,6 @@ BibTeX entry:
.. |Documentation| image:: https://codedocs.xyz/annoviko/pyclustering.svg
:target: https://codedocs.xyz/annoviko/pyclustering/
:target: https://pyclustering.github.io/docs/0.9.3/html/
.. |JOSS| image:: http://joss.theoj.org/papers/10.21105/joss.01230/status.svg
:target: https://doi.org/10.21105/joss.01230
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Linux, Windows and MacOS operating systems.

**E-Mail**: [email protected]

**Documentation**: https://pyclustering.github.io/docs/0.9.2/html/index.html
**Documentation**: https://pyclustering.github.io/docs/0.9.3/html/index.html

**Homepage**: https://pyclustering.github.io/

Expand Down Expand Up @@ -109,13 +109,13 @@ PyClustering Status
===================

+----------------------+------------------------------+------------------------------------+--------------------------------+
| Branch | master | 0.9.dev | 0.9.2.rel |
| Branch | master | 0.9.dev | 0.9.3.rel |
+======================+==============================+====================================+================================+
| Build (Linux, MacOS) | |Build Status Linux MacOS| | |Build Status Linux MacOS 0.9.dev| | |Build Status Linux 0.9.2.rel| |
| Build (Linux, MacOS) | |Build Status Linux MacOS| | |Build Status Linux MacOS 0.9.dev| | |Build Status Linux 0.9.3.rel| |
+----------------------+------------------------------+------------------------------------+--------------------------------+
| Build (Win) | |Build Status Win| | |Build Status Win 0.9.dev| | |Build Status Win 0.9.2.rel| |
| Build (Win) | |Build Status Win| | |Build Status Win 0.9.dev| | |Build Status Win 0.9.3.rel| |
+----------------------+------------------------------+------------------------------------+--------------------------------+
| Code Coverage | |Coverage Status| | |Coverage Status 0.9.dev| | |Coverage Status 0.9.2.rel| |
| Code Coverage | |Coverage Status| | |Coverage Status 0.9.dev| | |Coverage Status 0.9.3.rel| |
+----------------------+------------------------------+------------------------------------+--------------------------------+


Expand Down Expand Up @@ -465,12 +465,12 @@ Illustrations
:target: https://ci.appveyor.com/project/annoviko/pyclustering/branch/0.9.dev
.. |Coverage Status 0.9.dev| image:: https://coveralls.io/repos/github/annoviko/pyclustering/badge.svg?branch=0.9.dev&ts=1
:target: https://coveralls.io/github/annoviko/pyclustering?branch=0.9.dev
.. |Build Status Linux 0.9.2.rel| image:: https://travis-ci.org/annoviko/pyclustering.svg?branch=0.9.2.rel
.. |Build Status Linux 0.9.3.rel| image:: https://travis-ci.org/annoviko/pyclustering.svg?branch=0.9.3.rel
:target: https://travis-ci.org/annoviko/pyclustering
.. |Build Status Win 0.9.2.rel| image:: https://ci.appveyor.com/api/projects/status/4uly2exfp49emwn0/branch/0.9.2.rel?svg=true
:target: https://ci.appveyor.com/project/annoviko/pyclustering/branch/0.9.2.rel
.. |Coverage Status 0.9.2.rel| image:: https://coveralls.io/repos/github/annoviko/pyclustering/badge.svg?branch=0.9.2.rel&ts=1
:target: https://coveralls.io/github/annoviko/pyclustering?branch=0.9.2.rel
.. |Build Status Win 0.9.3.rel| image:: https://ci.appveyor.com/api/projects/status/4uly2exfp49emwn0/branch/0.9.3.rel?svg=true
:target: https://ci.appveyor.com/project/annoviko/pyclustering/branch/0.9.3.rel
.. |Coverage Status 0.9.3.rel| image:: https://coveralls.io/repos/github/annoviko/pyclustering/badge.svg?branch=0.9.3.rel&ts=1
:target: https://coveralls.io/github/annoviko/pyclustering?branch=0.9.3.rel
.. |Download Counter| image:: https://pepy.tech/badge/pyclustering
:target: https://pepy.tech/project/pyclustering
.. |JOSS| image:: http://joss.theoj.org/papers/10.21105/joss.01230/status.svg
Expand Down
6 changes: 0 additions & 6 deletions ccore/include/pyclustering/container/cftree.hpp

This file was deleted.

Empty file removed ccore/src/container/cftree.cpp
Empty file.
1 change: 0 additions & 1 deletion pyclustering/container/cftree.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ def __init__(self, feature, parent, successors):
@param[in] feature (cfentry): Clustering feature of the created node.
@param[in] parent (non_leaf_node): Parent of the created node.
@param[in] successors (list): List of successors of the node.
@param[in] payload (*): Data that is stored by the node.
"""

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ def load_readme():
setup(
name='pyclustering',
packages=find_packages(),
version='0.9.2',
version='0.9.3',
description='pyclustring is a python data mining library',
long_description=load_readme(),
url='https://github.com/annoviko/pyclustering',
project_urls={
'Homepage': 'https://pyclustering.github.io/',
'Repository': 'https://github.com/annoviko/pyclustering',
'Documentation': 'https://pyclustering.github.io/docs/0.9.2/html/index.html',
'Documentation': 'https://pyclustering.github.io/docs/0.9.3/html/index.html',
'Bug Tracker': 'https://github.com/annoviko/pyclustering/issues'
},
license='GNU Public License',
Expand Down

0 comments on commit 396bffe

Please sign in to comment.