Skip to content

Commit 096a93b

Browse files
author
CircleCI Bumpversion
committed
[DEPLOY] 0.6.0 [skip ci]
1 parent aac9661 commit 096a93b

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Causal Discovery Toolbox is a package for causal inference in graphs and in
66
[![Dev Status](https://travis-ci.org/FenTechSolutions/CausalDiscoveryToolbox.svg?branch=dev)](https://travis-ci.org/FenTechSolutions/CausalDiscoveryToolbox)
77
[![codecov](https://codecov.io/gh/FenTechSolutions/CausalDiscoveryToolbox/branch/master/graph/badge.svg)](https://codecov.io/gh/FenTechSolutions/CausalDiscoveryToolbox)
88
[![Hex.pm](https://img.shields.io/badge/License-MIT-blue.svg?maxAge=259200)](https://raw.githubusercontent.com/FenTechSolutions/CausalDiscoveryToolbox/master/LICENSE.md)
9-
[![version](https://img.shields.io/badge/version-0.5.24-yellow.svg?maxAge=259200)](#)
9+
[![version](https://img.shields.io/badge/version-0.6.0-yellow.svg?maxAge=259200)](#)
1010
![PyPI - Downloads](https://img.shields.io/pypi/dm/cdt.svg)
1111

1212
It implements lots of algorithms for graph structure recovery (including algorithms from the __bnlearn__, __pcalg__ packages), mainly based out of observational data.
@@ -25,8 +25,8 @@ Docker images are available, including all the dependencies, and enabled functio
2525

2626
| Branch | master | dev |
2727
|:----------------:|:--------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|
28-
| Python 3.6 - CPU | [![d36cpu](https://img.shields.io/badge/docker-0.5.24-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/fentechai/cdt/) | [![d36cpudev](https://img.shields.io/badge/docker-latest-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/fentechai/cdt-dev) |
29-
| Python 3.6 - GPU | [![d36gpu](https://img.shields.io/badge/nvidia--docker-0.5.24-76b900.svg?maxAge=259200)](https://hub.docker.com/r/fentechai/nv-cdt/) | [![d36gpudev](https://img.shields.io/badge/nvidia--docker-latest-76b900.svg?maxAge=259200)](https://hub.docker.com/r/fentechai/nv-cdt-dev) |
28+
| Python 3.6 - CPU | [![d36cpu](https://img.shields.io/badge/docker-0.6.0-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/fentechai/cdt/) | [![d36cpudev](https://img.shields.io/badge/docker-latest-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/fentechai/cdt-dev) |
29+
| Python 3.6 - GPU | [![d36gpu](https://img.shields.io/badge/nvidia--docker-0.6.0-76b900.svg?maxAge=259200)](https://hub.docker.com/r/fentechai/nv-cdt/) | [![d36gpudev](https://img.shields.io/badge/nvidia--docker-latest-76b900.svg?maxAge=259200)](https://hub.docker.com/r/fentechai/nv-cdt-dev) |
3030

3131
## Installation
3232

cdt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
from cdt.utils import loss
3333
from cdt.utils.Settings import SETTINGS
3434
from cdt.utils.R import RPackages
35-
__version__ = '0.5.24'
35+
__version__ = '0.6.0'

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# The short X.Y version
2929
# version = '0.4'
3030
# The full version, including alpha/beta/rc tags
31-
release = '0.5.24'
31+
release = '0.6.0'
3232
version = release
3333

3434
# -- General configuration ---------------------------------------------------

docs/index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Package for causal inference in graphs and in the pairwise settings for Python>=
1818
.. image:: https://codecov.io/gh/FenTechSolutions/CausalDiscoveryToolbox/branch/master/graph/badge.svg
1919
:target: https://codecov.io/gh/FenTechSolutions/CausalDiscoveryToolbox
2020
.. image:: https://img.shields.io/aur/license/pac.svg?maxAge=259200
21-
.. image:: https://img.shields.io/badge/version-0.5.24-yellow.svg?maxAge=259200
21+
.. image:: https://img.shields.io/badge/version-0.6.0-yellow.svg?maxAge=259200
2222

2323
It implements lots of algorithms for graph structure recovery (including algorithms from the `bnlearn`, `pcalg` packages), mainly based out of observational data.
2424

@@ -44,13 +44,13 @@ Docker images
4444

4545
Docker images are available, including all the dependencies, and enabled functionalities:
4646

47-
.. |36cpu| image:: https://img.shields.io/badge/docker-0.5.24-0db7ed.svg?maxAge=259200
47+
.. |36cpu| image:: https://img.shields.io/badge/docker-0.6.0-0db7ed.svg?maxAge=259200
4848
:target: https://hub.docker.com/r/divkal/cdt-py3.6/
4949

50-
.. |37cpu| image:: https://img.shields.io/badge/docker-0.5.24-0db7ed.svg?maxAge=259200
50+
.. |37cpu| image:: https://img.shields.io/badge/docker-0.6.0-0db7ed.svg?maxAge=259200
5151
:target: https://hub.docker.com/r/divkal/cdt-py3.7/
5252

53-
.. |36gpu| image:: https://img.shields.io/badge/nvidia--docker-0.5.24-76b900.svg?maxAge=259200
53+
.. |36gpu| image:: https://img.shields.io/badge/nvidia--docker-0.6.0-76b900.svg?maxAge=259200
5454
:target: https://hub.docker.com/r/divkal/nv-cdt-py3.6/
5555

5656
.. |36cpudev| image:: https://img.shields.io/badge/docker-latest-0db7ed.svg?maxAge=259200
@@ -62,9 +62,9 @@ Docker images are available, including all the dependencies, and enabled functio
6262
:target: https://hub.docker.com/r/divkal/nv-cdt-dev/
6363

6464
.. | Branch | master | dev |
65-
.. | Python 3.6 - CPU | [![d36cpu](https://img.shields.io/badge/docker-0.5.24-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/cdt-py3.6/) | [![d36cpudev](https://img.shields.io/badge/dev-0.5.24-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/cdt-dev) |
66-
.. | Python 3.7 - CPU | [![d37cpu](https://img.shields.io/badge/docker-0.5.24-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/cdt-py3.7/) | [![d37gpu](https://img.shields.io/badge/dev-unavailable-lightgrey.svg?maxAge=259200)](#) |
67-
.. | Python 3.6 - GPU | [![d36gpu](https://img.shields.io/badge/nvidia--docker-0.5.24-76b900.svg?maxAge=259200)](https://hub.docker.com/r/divkal/nv-cdt-py3.6/) | [![d36gpudev](https://img.shields.io/badge/nvidia--dev-0.5.24-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/nv-cdt-dev) |
65+
.. | Python 3.6 - CPU | [![d36cpu](https://img.shields.io/badge/docker-0.6.0-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/cdt-py3.6/) | [![d36cpudev](https://img.shields.io/badge/dev-0.6.0-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/cdt-dev) |
66+
.. | Python 3.7 - CPU | [![d37cpu](https://img.shields.io/badge/docker-0.6.0-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/cdt-py3.7/) | [![d37gpu](https://img.shields.io/badge/dev-unavailable-lightgrey.svg?maxAge=259200)](#) |
67+
.. | Python 3.6 - GPU | [![d36gpu](https://img.shields.io/badge/nvidia--docker-0.6.0-76b900.svg?maxAge=259200)](https://hub.docker.com/r/divkal/nv-cdt-py3.6/) | [![d36gpudev](https://img.shields.io/badge/nvidia--dev-0.6.0-0db7ed.svg?maxAge=259200)](https://hub.docker.com/r/divkal/nv-cdt-dev) |
6868
6969
+-------------------+---------+------------+
7070
| Branch | master | dev |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
def setup_package():
1616
setup(name='cdt',
17-
version='0.5.24',
17+
version='0.6.0',
1818
description='A Toolbox for causal graph inference',
1919
long_description="Documentation available at https://fentechsolutions.github.io/CausalDiscoveryToolbox/html/index.html",
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)