Skip to content

Commit 55b3343

Browse files
mfeurerPGijsbers
authored andcommitted
Release version 0.10.2 (#869)
* Fixing broken links (#864) * Adding license to each source file (#862) * Preliminary addition of license to source files * Adding license to almost every source file * add task_type to list_runs (#857) * add task_type to list_runs * length of run change * changelog * changes in progress rst * Prepare new release (#868)
1 parent 949515f commit 55b3343

File tree

97 files changed

+216
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+216
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions

PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion

ci_scripts/create_doc.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# License: BSD 3-Clause
2+
13
set -euo pipefail
24

35
# Check if DOCPUSH is set

ci_scripts/flake8_diff.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# License: BSD 3-Clause
4+
35
# Update /CONTRIBUTING.md if these commands change.
46
# The reason for not advocating using this script directly is that it
57
# might not work out of the box on Windows.

ci_scripts/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# License: BSD 3-Clause
2+
13
# Deactivate the travis-provided virtual environment and setup a
24
# conda-based environment instead
35
deactivate

ci_scripts/success.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# License: BSD 3-Clause
2+
13
set -e
24

35
if [[ "$COVERAGE" == "true" ]]; then

ci_scripts/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# License: BSD 3-Clause
2+
13
set -e
24

35
# check status and branch before running the unit tests

doc/contributing.rst

Lines changed: 2 additions & 2 deletions

doc/progress.rst

Lines changed: 5 additions & 0 deletions

examples/20_basic/introduction_tutorial.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
# crowding with example datasets, tasks, studies, and so on.
5656

5757
############################################################################
58+
59+
# License: BSD 3-Clause
60+
5861
import openml
5962
from sklearn import neighbors
6063

0 commit comments

Comments
 (0)