Skip to content

Commit beabca0

Browse files
committed
Merge branch 'develop' into feature/upload-flow
2 parents 4882cda + 1e89d47 commit beabca0

5 files changed

Lines changed: 891 additions & 7 deletions

File tree

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
[![Build Status](https://travis-ci.org/openml/openml-python.svg)](https://travis-ci.org/openml/openml-python)
2-
[![Code Health](https://landscape.io/github/openml/openml-python/master/landscape.svg)](https://landscape.io/github/openml/openml-python/master)
3-
[![Stories in Ready](https://badge.waffle.io/openml/openml-python.png?label=ready&title=Ready)](https://waffle.io/openml/openml-python)
4-
[![Coverage Status](https://coveralls.io/repos/github/openml/openml-python/badge.svg?branch=develop)](https://coveralls.io/github/openml/openml-python?branch=develop)
5-
61
A python interface for [OpenML](http://openml.org). You can find the documentation on the [openml-python website](https://openml.github.io/openml-python).
72

83
Please commit to the right branches following the gitflow pattern:
94
http://nvie.com/posts/a-successful-git-branching-model/
5+
6+
Master branch:
7+
8+
[![Build Status](https://travis-ci.org/openml/openml-python.svg?branch=master)](https://travis-ci.org/openml/openml-python)
9+
[![Code Health](https://landscape.io/github/openml/openml-python/master/landscape.svg)](https://landscape.io/github/openml/openml-python/master)
10+
[![Coverage Status](https://coveralls.io/repos/github/openml/openml-python/badge.svg?branch=master)](https://coveralls.io/github/openml/openml-python?branch=master)
11+
12+
Development branch:
13+
14+
[![Build Status](https://travis-ci.org/openml/openml-python.svg?branch=develop)](https://travis-ci.org/openml/openml-python)
15+
[![Code Health](https://landscape.io/github/openml/openml-python/master/landscape.svg)](https://landscape.io/github/openml/openml-python/master)
16+
[![Coverage Status](https://coveralls.io/repos/github/openml/openml-python/badge.svg?branch=develop)](https://coveralls.io/github/openml/openml-python?branch=develop)

doc/progress.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
Progress
77
========
88

9+
Changelog
10+
=========
11+
12+
0.3.0
13+
~~~~~
14+
15+
* Add this changelog (Matthias Feurer)
16+
* 2nd example notebook PyOpenML.ipynb (Joaquin Vanschoren)
17+
918
API calls
1019
=========
1120

0 commit comments

Comments
 (0)