Commits
Branch selector
User selector
Commit History
Commits on Mar 12, 2026
[ENH] Improve Global Config Architecture (#1577)
Show description for 8a5532fauthored
Commits on Mar 10, 2026
[MNT] Update CI/CD local server deployment and dependency matrix (#1697)
Show description for 25ba6f8authored
Commits on Mar 9, 2026
[MNT] Dockerized tests for CI runs using localhost (#1629)
Show description for 8cc6429authored
Commits on Mar 6, 2026
[MNT] Update setup list test assertion (#1652)
Show description for e95675aauthored
Commits on Mar 3, 2026
[MNT] Fix race condition in `OpenMLSplit._from_arff_file` (#1656)
Show description for 39daaefauthored[ENH] Replace `asserts` with proper `if else` Exception handling (#1589)
Show description for db26db9authored[BUG] race condition in OpenMLSplitTest when running tests in parallel (#1643)
Show description for dbd432cauthored
Commits on Feb 20, 2026
[MNT] Remove redundant `__init__`s in `OpenMLTask` descendants by adding ClassVar (#1588)
Show description for 7feb2a3authored[ENH] Add `OpenMLAuthenticationError` for clearer API key error handling (#1570)
Show description for 1bc9f15authored
Commits on Feb 19, 2026
[ENH] Allow using a local test server (#1630)
Show description for ede1497andauthored
Commits on Feb 18, 2026
[MNT] register pytest marker `test_server` and change `production` to `production_server` (#1632)
Show description for 099a1dcauthored
Commits on Feb 17, 2026
[DOC] Link to developer setup from documentation page (#1635)
Show description for da993f7authored[DOC] Developer Environment Setup Docs (#1638)
Show description for f585699authored
Commits on Feb 16, 2026
[ENH] move `utils` module to folder (#1612)
Show description for fefea59authored[ENH] Add `get_cache_size` Utility Function (#1565)
Show description for d18ca42authoredUpdate docs to reference main instead of develop (#1634)
Show description for ef242afauthored
Commits on Feb 15, 2026
[ENH] dataclass refactor of openmlparameter and openmlsetup classes (#1582)
Show description for f7014e7authored[ENH] improved simple assertion error message in `evalutation/functions.py` (#1600)
Show description for aba2586authored[DOC] Enhance Docstrings of Flows Core Public Functions (#1569)
Show description for 5b85b77authored[ENH] replaced hardcoded test server admin key with env variable and secrets (#1568)
Show description for aa04b30authored[ENH] Extend `Extension` class test suite (#1560)
Show description for 06ac6d0authored[ENH] Added `ReprMixin` to share `__repr__` formatting (#1595)
Show description for 0769ff5authored
Commits on Jan 26, 2026
[BUG] Test Failures caused because of pandas 3 (#1628)
Show description for d421b9eauthored
Commits on Jan 21, 2026
[BUG] remove accidental skip of `test_get_flow_with_reinstantiate_strict_with_wrong_version_raises_exception` (#1618)
Show description for cf8e9dbauthored
Commits on Jan 15, 2026
[ENH] added version flag to openml cli (#1555)
Show description for 99928f8authored
Commits on Jan 14, 2026
[ENH] Improve `NotImplementedError` Messages (#1574)
Show description for 645ef01authored[BUG] skip failed tests (#1613)
Show description for 5d3cf0cauthored[MNT] Update ruff and mypy version, and format files to match latest ruff checks (#1553)
Show description for 039defeauthored
Commits on Jan 7, 2026
[MNT] add pytest marker to tests requiring test server (#1599)
Show description for c5f68bfauthored
Commits on Jan 2, 2026
[MNT] Update Python version support and CI to include Python 3.14 (#1566)
Show description for 3454bbbauthoredrefactor: updated OpenMLEvaluation to use dataclass decorator (#1559)
Show description for 3a05157authored
Commits on Jan 1, 2026
[BUG] Fix Sklearn Models detection by safely importing openml-sklearn (#1556)
Show description for 8672ffbauthored[BUG] Temporarily fix issue #1586 by marking some failed tests as non-strict expected fail. (#1587)
Show description for f9fb3a1authored
Commits on Dec 31, 2025
[MNT] extend CI to newer python versions, deprecate python versions 3.8, 3.9 after EOL, marking further failing tests as `xfail` (#1579)
Show description for bd8ae77authored[BUG] `get_task` removes the dir even if was already existing (#1584)
Show description for 6e78858authored