Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
0159f47
set up folder structure and base code
geetu040 Dec 30, 2025
58e9175
Merge branch 'main' into migration
fkiraly Dec 31, 2025
bdd65ff
Merge branch 'main' into migration
geetu040 Jan 1, 2026
52ef379
fix pre-commit
geetu040 Jan 5, 2026
5dfcbce
refactor
geetu040 Jan 7, 2026
2acbe99
implement cache_dir
geetu040 Jan 7, 2026
af99880
refactor
geetu040 Jan 7, 2026
74ab366
Merge branch 'main' into pr/1576
fkiraly Jan 7, 2026
3c61c5e
Merge branch 'main' into runs-migration-stacked
Omswastik-11 Jan 15, 2026
b284a0a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 15, 2026
4c75e16
undo changes in tasks/functions.py
geetu040 Jan 15, 2026
5762185
Merge branch 'main' into migration
geetu040 Jan 15, 2026
3da4760
revert the tarsks/function changes
Omswastik-11 Jan 15, 2026
e5b7af4
Merge branch 'main' into runs-migration-stacked
Omswastik-11 Jan 15, 2026
716667c
migrating v1 -> v2 runs
Omswastik-11 Jan 19, 2026
68a403a
Merge branch 'runs-migration-stacked' of https://github.com/Omswastik…
Omswastik-11 Jan 20, 2026
7e9bc1f
Merge branch 'main' into migration
geetu040 Jan 21, 2026
c603383
add tests directory
geetu040 Jan 21, 2026
ff6a8b0
use enum for delay method
geetu040 Jan 21, 2026
f01898f
implement cache
geetu040 Jan 21, 2026
5c4511e
refactor clients
geetu040 Jan 21, 2026
43276d2
fix import in resources/base.py
geetu040 Jan 23, 2026
1206f69
refactor and add exception handling
geetu040 Jan 26, 2026
4948e99
refactor resources/base/
geetu040 Jan 26, 2026
a354167
implement delete
geetu040 Jan 26, 2026
1fe7e3e
implement publish and minor refactoring
geetu040 Jan 27, 2026
54a3151
implement tag/untag
geetu040 Jan 27, 2026
2b6fe65
implement fallback
geetu040 Jan 27, 2026
29fd985
Merge branches 'migration' and 'migration' of https://github.com/geet…
Omswastik-11 Jan 28, 2026
fa53f8d
add test_http.py
geetu040 Jan 28, 2026
2b2db96
add uses_test_server marker
geetu040 Jan 28, 2026
0135ba2
Merge branch 'migration' of https://github.com/geetu040/openml-python…
Omswastik-11 Jan 29, 2026
c9617f9
implement reset_cache
geetu040 Jan 29, 2026
5bc37b8
fixes with publish/delete
geetu040 Jan 29, 2026
08d9916
fix cache_key in tests
geetu040 Jan 29, 2026
37a468f
Merge branch 'migration' of https://github.com/geetu040/openml-python…
Omswastik-11 Jan 30, 2026
8caba11
update _not_supported
geetu040 Jan 30, 2026
a70a33f
tests:added tests for migration
Omswastik-11 Jan 30, 2026
d08b1fe
Merge branch 'migration' of https://github.com/geetu040/openml-python…
Omswastik-11 Jan 30, 2026
aaf9d4b
tests:added tests for migration
Omswastik-11 Jan 30, 2026
84d43a9
Merge branch 'main' into runs-migration-stacked
Omswastik-11 Jan 30, 2026
761ef9e
tests:modified old chache tests to use new caching
Omswastik-11 Jan 30, 2026
cf37a75
Merge branch 'runs-migration-stacked' of https://github.com/Omswastik…
Omswastik-11 Jan 30, 2026
2eb7c7a
tests:modified old chache tests to use new caching
Omswastik-11 Jan 30, 2026
d9476c8
tests:modified old chache tests to use new caching
Omswastik-11 Jan 30, 2026
f4718c1
tests:skip the production related tests
Omswastik-11 Jan 30, 2026
4560b6b
tests:modify skip messgaes
Omswastik-11 Jan 30, 2026
1913c10
add 'get_api_config' skeleton method
SimonBlanke Jan 30, 2026
7681949
remove 'APISettings'
SimonBlanke Jan 30, 2026
01840a5
impl. 'get_api_config'
SimonBlanke Jan 30, 2026
26ed4c1
add singleton pattern for settings
SimonBlanke Jan 30, 2026
c588d0c
add 'reset_settings'
SimonBlanke Jan 30, 2026
b6ff720
remove unused code
SimonBlanke Jan 30, 2026
80d5afc
reimplement usage of v1 settings config
SimonBlanke Jan 30, 2026
f47112c
first try v2, fallback to v1 if not available
SimonBlanke Jan 30, 2026
d44cf3e
reimplement singelton without the use of 'global'
SimonBlanke Jan 30, 2026
ea7dda1
add explanations
SimonBlanke Jan 30, 2026
f0e5947
change usage of settings to new impl.
SimonBlanke Jan 30, 2026
edcd006
add explanations
SimonBlanke Jan 30, 2026
cde0aae
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 30, 2026
48fa391
modify get method to use use_chache by default
Omswastik-11 Jan 31, 2026
aa1e560
move to config: APIVersion, ResourceType
geetu040 Feb 1, 2026
06b8497
remove api_context entirely
geetu040 Feb 1, 2026
384da91
major refactor
geetu040 Feb 1, 2026
1878138
more refactoring with setup/
geetu040 Feb 2, 2026
dc26e01
implement APIBackend as controller
geetu040 Feb 2, 2026
e2d059b
move enums
geetu040 Feb 2, 2026
d156ad4
module level imports
geetu040 Feb 2, 2026
d7a3788
module level import for _backend
geetu040 Feb 2, 2026
b5b9ef6
module level import for tests
geetu040 Feb 2, 2026
68820fe
Merge branch 'main' into migration
geetu040 Feb 2, 2026
567eca4
add test: test_tag_and_untag
geetu040 Feb 2, 2026
ff33d8e
move runs to run with better class name
Omswastik-11 Feb 2, 2026
20ee072
changed test to use latest backed style
Omswastik-11 Feb 2, 2026
0a7dd16
move runs test to test_api dir
Omswastik-11 Feb 2, 2026
b2287c3
implement get/set_config_values
geetu040 Feb 3, 2026
b7e285e
improve APIBackend.set_config_values
geetu040 Feb 3, 2026
fd43c48
use LegacyConfig
geetu040 Feb 3, 2026
f4aab6b
Revert "use LegacyConfig"
geetu040 Feb 3, 2026
d43cf86
implement _sync_api_config
geetu040 Feb 3, 2026
3e323ed
update tests with _sync_api_config
geetu040 Feb 3, 2026
9195fa6
rename config: timeout -> timeout_seconds
geetu040 Feb 3, 2026
5342eec
use timedelta for default ttl value
geetu040 Feb 3, 2026
adc0e74
update tests, adds v2/fallback
geetu040 Feb 3, 2026
bfb2d3e
add MinIOClient in TestBase
geetu040 Feb 3, 2026
cabaecf
fix linting for builder
geetu040 Feb 3, 2026
e14532f
Merge branch 'migration' of https://github.com/geetu040/openml-python…
Omswastik-11 Feb 3, 2026
a64203d
add run migrtation test file
Omswastik-11 Feb 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions openml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
utils,
)
from .__version__ import __version__
from ._api import _backend
from .datasets import OpenMLDataFeature, OpenMLDataset
from .evaluations import OpenMLEvaluation
from .flows import OpenMLFlow
Expand Down Expand Up @@ -109,6 +110,7 @@ def populate_cache(
"OpenMLTask",
"__version__",
"_api_calls",
"_backend",
"config",
"datasets",
"evaluations",
Expand Down
95 changes: 95 additions & 0 deletions openml/_api/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
from .clients import (
HTTPCache,
HTTPClient,
MinIOClient,
)
from .resources import (
API_REGISTRY,
DatasetAPI,
DatasetV1API,
DatasetV2API,
EstimationProcedureAPI,
EstimationProcedureV1API,
EstimationProcedureV2API,
EvaluationAPI,
EvaluationMeasureAPI,
EvaluationMeasureV1API,
EvaluationMeasureV2API,
EvaluationV1API,
EvaluationV2API,
FallbackProxy,
FlowAPI,
FlowV1API,
FlowV2API,
ResourceAPI,
ResourceV1API,
ResourceV2API,
RunAPI,
RunV1API,
RunV2API,
SetupAPI,
SetupV1API,
SetupV2API,
StudyAPI,
StudyV1API,
StudyV2API,
TaskAPI,
TaskV1API,
TaskV2API,
)
from .setup import (
APIBackend,
APIBackendBuilder,
APIConfig,
CacheConfig,
Config,
ConnectionConfig,
_backend,
)

__all__ = [
"API_REGISTRY",
"APIBackend",
"APIBackendBuilder",
"APIConfig",
"CacheConfig",
"Config",
"ConnectionConfig",
"DatasetAPI",
"DatasetV1API",
"DatasetV2API",
"EstimationProcedureAPI",
"EstimationProcedureV1API",
"EstimationProcedureV2API",
"EvaluationAPI",
"EvaluationMeasureAPI",
"EvaluationMeasureV1API",
"EvaluationMeasureV2API",
"EvaluationV1API",
"EvaluationV2API",
"FallbackProxy",
"FallbackProxy",
"FlowAPI",
"FlowV1API",
"FlowV2API",
"HTTPCache",
"HTTPClient",
"MinIOClient",
"ResourceAPI",
"ResourceAPI",
"ResourceV1API",
"ResourceV2API",
"RunAPI",
"RunV1API",
"RunV2API",
"SetupAPI",
"SetupV1API",
"SetupV2API",
"StudyAPI",
"StudyV1API",
"StudyV2API",
"TaskAPI",
"TaskV1API",
"TaskV2API",
"_backend",
]
8 changes: 8 additions & 0 deletions openml/_api/clients/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from .http import HTTPCache, HTTPClient
from .minio import MinIOClient

__all__ = [
"HTTPCache",
"HTTPClient",
"MinIOClient",
]
Loading