Skip to content

Commit 0bfd87e

Browse files
authored
Feature/codex add trackio as optional dependency (#65)
* Add Trackio logger and optional dependency * refactor: add hooks for run setup (#58) * refactor trackio experiment logger (#59) * test: remove MagicMock stubs for mlflow logger (#60) * Setting up minimal examples * Fix Trackio logger for threaded runs (#61) * Fixing json for trackio * Add wrap_problem helper (#63) * Fixed compatibility with llamea 1.1.4 * Compatibility updates for LLaMEA * Fixed most issues with Gemini * Fixed tests * bump version
1 parent e81f898 commit 0bfd87e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "iohblade"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Benchmarking Llm Assisted Design and Evolution of algorithms."
55
authors = [{ name = "Niki van Stein", email = "n.van.stein@liacs.leidenuniv.nl" }]
66
requires-python = ">=3.11, <4"

0 commit comments

Comments
 (0)