Skip to content

Commit 3f59841

Browse files
authored
Update version number and citation request (#1253)
1 parent a4ec4bc commit 3f59841

3 files changed

Lines changed: 25 additions & 17 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,19 @@ following paper:
2020

2121
[Matthias Feurer, Jan N. van Rijn, Arlind Kadra, Pieter Gijsbers, Neeratyoy Mallik, Sahithya Ravi, Andreas Müller, Joaquin Vanschoren, Frank Hutter<br/>
2222
**OpenML-Python: an extensible Python API for OpenML**<br/>
23-
*arXiv:1911.02490 [cs.LG]*](https://arxiv.org/abs/1911.02490)
23+
Journal of Machine Learning Research, 22(100):1−5, 2021](https://www.jmlr.org/papers/v22/19-920.html)
2424

2525
Bibtex entry:
2626
```bibtex
27-
@article{feurer-arxiv19a,
28-
author = {Matthias Feurer and Jan N. van Rijn and Arlind Kadra and Pieter Gijsbers and Neeratyoy Mallik and Sahithya Ravi and Andreas Müller and Joaquin Vanschoren and Frank Hutter},
29-
title = {OpenML-Python: an extensible Python API for OpenML},
30-
journal = {arXiv:1911.02490},
31-
year = {2019},
27+
@article{JMLR:v22:19-920,
28+
author = {Matthias Feurer and Jan N. van Rijn and Arlind Kadra and Pieter Gijsbers and Neeratyoy Mallik and Sahithya Ravi and Andreas Müller and Joaquin Vanschoren and Frank Hutter},
29+
title = {OpenML-Python: an extensible Python API for OpenML},
30+
journal = {Journal of Machine Learning Research},
31+
year = {2021},
32+
volume = {22},
33+
number = {100},
34+
pages = {1--5},
35+
url = {http://jmlr.org/papers/v22/19-920.html}
3236
}
3337
```
3438

doc/index.rst

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,21 @@ Citing OpenML-Python
9393
If you use OpenML-Python in a scientific publication, we would appreciate a
9494
reference to the following paper:
9595

96-
97-
`OpenML-Python: an extensible Python API for OpenML
98-
<https://arxiv.org/abs/1911.02490>`_,
99-
Feurer *et al.*, arXiv:1911.02490.
96+
| Matthias Feurer, Jan N. van Rijn, Arlind Kadra, Pieter Gijsbers, Neeratyoy Mallik, Sahithya Ravi, Andreas Müller, Joaquin Vanschoren, Frank Hutter
97+
| **OpenML-Python: an extensible Python API for OpenML**
98+
| Journal of Machine Learning Research, 22(100):1−5, 2021
99+
| `https://www.jmlr.org/papers/v22/19-920.html <https://www.jmlr.org/papers/v22/19-920.html>`_
100100
101101
Bibtex entry::
102102

103-
@article{feurer-arxiv19a,
104-
author = {Matthias Feurer and Jan N. van Rijn and Arlind Kadra and Pieter Gijsbers and Neeratyoy Mallik and Sahithya Ravi and Andreas Müller and Joaquin Vanschoren and Frank Hutter},
105-
title = {OpenML-Python: an extensible Python API for OpenML},
106-
journal = {arXiv:1911.02490},
107-
year = {2019},
108-
}
103+
@article{JMLR:v22:19-920,
104+
author = {Matthias Feurer and Jan N. van Rijn and Arlind Kadra and Pieter Gijsbers and Neeratyoy Mallik and Sahithya Ravi and Andreas Müller and Joaquin Vanschoren and Frank Hutter},
105+
title = {OpenML-Python: an extensible Python API for OpenML},
106+
journal = {Journal of Machine Learning Research},
107+
year = {2021},
108+
volume = {22},
109+
number = {100},
110+
pages = {1--5},
111+
url = {http://jmlr.org/papers/v22/19-920.html}
112+
}
109113

openml/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# License: BSD 3-Clause
44

55
# The following line *must* be the last in the module, exactly as formatted:
6-
__version__ = "0.13.1"
6+
__version__ = "0.14.0dev"

0 commit comments

Comments
 (0)