-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,13 @@ Python and C++ implementations (via CCORE library) of each algorithm or | |
model. CCORE library is a part of pyclustering and supported only for | ||
Linux, Windows and MacOS operating systems. | ||
|
||
**Version**: 0.9.dev | ||
**Version**: 0.9.1 | ||
|
||
**License**: GNU General Public License | ||
|
||
**E-Mail**: [email protected] | ||
|
||
**Documentation**: https://pyclustering.github.io/docs/0.9.0/html/index.html | ||
**Documentation**: https://pyclustering.github.io/docs/0.9.1/html/index.html | ||
|
||
**Homepage**: https://pyclustering.github.io/ | ||
|
||
|
@@ -118,13 +118,13 @@ PyClustering Status | |
=================== | ||
|
||
+----------------------+------------------------------+------------------------------------+--------------------------------+ | ||
| Branch | master | 0.9.dev | 0.9.0.rel | | ||
| Branch | master | 0.9.dev | 0.9.1.rel | | ||
+======================+==============================+====================================+================================+ | ||
| Build (Linux, MacOS) | |Build Status Linux MacOS| | |Build Status Linux MacOS 0.9.dev| | |Build Status Linux 0.9.0.rel| | | ||
| Build (Linux, MacOS) | |Build Status Linux MacOS| | |Build Status Linux MacOS 0.9.dev| | |Build Status Linux 0.9.1.rel| | | ||
+----------------------+------------------------------+------------------------------------+--------------------------------+ | ||
| Build (Win) | |Build Status Win| | |Build Status Win 0.9.dev| | |Build Status Win 0.9.0.rel| | | ||
| Build (Win) | |Build Status Win| | |Build Status Win 0.9.dev| | |Build Status Win 0.9.1.rel| | | ||
+----------------------+------------------------------+------------------------------------+--------------------------------+ | ||
| Code Coverage | |Coverage Status| | |Coverage Status 0.9.dev| | |Coverage Status 0.9.0.rel| | | ||
| Code Coverage | |Coverage Status| | |Coverage Status 0.9.dev| | |Coverage Status 0.9.1.rel| | | ||
+----------------------+------------------------------+------------------------------------+--------------------------------+ | ||
|
||
|
||
|
@@ -472,12 +472,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.0.rel| image:: https://travis-ci.org/annoviko/pyclustering.svg?branch=0.9.0.rel | ||
.. |Build Status Linux 0.9.1.rel| image:: https://travis-ci.org/annoviko/pyclustering.svg?branch=0.9.1.rel | ||
:target: https://travis-ci.org/annoviko/pyclustering | ||
.. |Build Status Win 0.9.0.rel| image:: https://ci.appveyor.com/api/projects/status/4uly2exfp49emwn0/branch/0.9.0.rel?svg=true | ||
:target: https://ci.appveyor.com/project/annoviko/pyclustering/branch/0.9.0.rel | ||
.. |Coverage Status 0.9.0.rel| image:: https://coveralls.io/repos/github/annoviko/pyclustering/badge.svg?branch=0.9.0.rel&ts=1 | ||
:target: https://coveralls.io/github/annoviko/pyclustering?branch=0.9.0.rel | ||
.. |Build Status Win 0.9.1.rel| image:: https://ci.appveyor.com/api/projects/status/4uly2exfp49emwn0/branch/0.9.1.rel?svg=true | ||
:target: https://ci.appveyor.com/project/annoviko/pyclustering/branch/0.9.1.rel | ||
.. |Coverage Status 0.9.1.rel| image:: https://coveralls.io/repos/github/annoviko/pyclustering/badge.svg?branch=0.9.1.rel&ts=1 | ||
:target: https://coveralls.io/github/annoviko/pyclustering?branch=0.9.1.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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* | ||
* @authors Andrei Novikov ([email protected]) | ||
* @date 2014-2019 | ||
* @date 2014-2019 | ||
* @copyright GNU Public License | ||
* | ||
* GNU_PUBLIC_LICENSE | ||
|
@@ -25,7 +25,7 @@ | |
|
||
|
||
const char * INTERFACE_DESCRIPTION = "ccore library is a C/C++ part of pyclustering library"; | ||
const char * INTERFACE_VERSION = "0.9.0"; | ||
const char * INTERFACE_VERSION = "0.9.1"; | ||
|
||
|
||
void * get_interface_description(void) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters