Skip to content

Commit 9d2ab15

Browse files
committed
Add badges
1 parent 64f1e3a commit 9d2ab15

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[![View Decision Tree and Decision Forest on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/39110-decision-tree-and-decision-forest)
44
[![Octave application](https://github.com/wq2012/DecisionForest/actions/workflows/octave.yml/badge.svg)](https://github.com/wq2012/DecisionForest/actions/workflows/octave.yml)
5+
[![Python Tests](https://github.com/wq2012/DecisionForest/actions/workflows/python.yml/badge.svg)](https://github.com/wq2012/DecisionForest/actions/workflows/python.yml)
6+
[![PyPI Version](https://img.shields.io/pypi/v/pydecisionforest.svg)](https://pypi.python.org/pypi/pydecisionforest)
7+
[![Python Versions](https://img.shields.io/pypi/pyversions/pydecisionforest.svg)](https://pypi.org/project/pydecisionforest)
8+
[![Downloads](https://static.pepy.tech/badge/pydecisionforest)](https://pepy.tech/project/pydecisionforest)
59

610
## Table of Contents
711
- [Overview](#overview)
@@ -239,7 +243,7 @@ The Python implementation is designed to be:
239243
## Copyright and Citation
240244

241245
```
242-
Copyright (C) 2012 Quan Wang <wangq10@rpi.edu>,
246+
Copyright (C) 2013 Quan Wang <wangq10@rpi.edu>,
243247
Signal Analysis and Machine Perception Laboratory,
244248
Department of Electrical, Computer, and Systems Engineering,
245249
Rensselaer Polytechnic Institute, Troy, NY 12180, USA

setup.py

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

88
setup(
99
name="pydecisionforest",
10-
version="0.1.0",
10+
version="0.1.1",
1111
description="Python implementation of Decision Tree, Decision Forest, and AdaBoost",
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)