Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Mar 11, 2024
1 parent 7b7db32 commit fb7ea69
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
env:
TEST_WITH_COVERAGE: ${{ matrix.python-version == '3.11' }}
steps:
Expand Down
46 changes: 46 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"title": "holgern/scikit-optimize",
"description": "Scikit-Optimize, or skopt, is a simple and efficient library to minimize (very) expensive and noisy black-box functions. It implements several methods for sequential model-based optimization. skopt aims to be accessible and easy to use in many contexts.",
"creators": [
{
"affiliation": "Wild Tree Tech",
"name": "Head, Tim",
"orcid": "0000-0003-0931-3698"
},
{
"affiliation": "Google Brain",
"name": "Kumar, Manoj"
},
{
"name": "Nahrstaedt, Holger",
"orcid": "0000-0002-4796-1082"
},
{
"affiliation": "ULiège",
"name": "Louppe, Gilles",
"orcid": "0000-0002-2082-3106"
},
{
"affiliation": "Saarland University",
"name": "Shcherbatyi, Iaroslav"
}
],
"keywords": [
"bayesopt",
"optimization",
"scientific-computing",
"python",
"machine-learning",
"hyperparameter",
"bayesian-optimization"
],
"license": "bsd-3-clause",
"related_identifiers": [
{
"identifier": "http://scikit-optimize.readthedocs.io/",
"relation": "documents",
"scheme": "url"
}
],
"upload_type": "software"
}
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

|Logo|

|pypi| |conda| |CI Status| |binder| |codecov|
|pypi| |conda| |CI Status| |binder| |codecov| |Zenodo DOI|

Scikit-Optimize
===============
Expand Down Expand Up @@ -247,5 +247,5 @@ recognition, feel free to add them to the "Made possible by" list.
.. |scipy.optimize| replace:: ``scipy.optimize``
.. _scipy.optimize: https://docs.scipy.org/doc/scipy/reference/optimize.html
.. _examples: https://scikit-optimize.readthedocs.io/en/latest/auto_examples/index.html
.. |codecov| image:: https://codecov.io/gh/holgern/scikit-optimize/graph/badge.svg?token=9Mp32drAPj
:target: https://codecov.io/gh/holgern/scikit-optimize
.. |codecov| image:: https://codecov.io/gh/holgern/scikit-optimize/graph/badge.svg?token=9Mp32drAPj
:target: https://codecov.io/gh/holgern/scikit-optimize

0 comments on commit fb7ea69

Please sign in to comment.