Skip to content

Commit 3799c84

Browse files
committed
Merge branch 'master' into untemplating
2 parents 5e9328e + 7093b1a commit 3799c84

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
submodules: true
1919
- name: Build wheels
20-
uses: pypa/cibuildwheel@v2.16.5
20+
uses: pypa/cibuildwheel@v3
2121
env:
2222
CIBW_SKIP: "cp38-* pp* *musllinux*"
2323
- uses: actions/upload-artifact@v4

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# IOHexperimenter
1+
<p align="center">
2+
<img src="banner.png" alt="IOHinspector banner" />
3+
</p>
4+
<hr>
25

36
![Ubuntu g++-{10, 9, 8}](https://github.com/IOHprofiler/IOHexperimenter/workflows/Ubuntu/badge.svg)
47
![MacOS clang++, g++-{9, 8}](https://github.com/IOHprofiler/IOHexperimenter/workflows/MacOS/badge.svg)
58
![Windows MVSC-2019](https://github.com/IOHprofiler/IOHexperimenter/workflows/Windows/badge.svg)
9+
![Codacy Badge](https://app.codacy.com/project/badge/Grade/3980446b590c457793e61e3258224354)
10+
![PyPI - Version](https://img.shields.io/pypi/v/ioh)
11+
![PyPI - Downloads](https://img.shields.io/pypi/dm/ioh)
612

713
**Experimenter** for **I**terative **O**ptimization **H**euristics (IOHs), built in* `C++`.
814

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.22
1+
0.3.23

banner.png

1.12 MB
Loading

0 commit comments

Comments
 (0)