Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
85 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
561b204
migrate flow module
Omswastik-11 Jan 8, 2026
860b1b6
implement FlowsV2.exists() and get() with JSON parsing
Omswastik-11 Jan 8, 2026
36c22aa
skip delete flows tests
Omswastik-11 Jan 12, 2026
36184e5
remove chaching part
Omswastik-11 Jan 14, 2026
371ae4a
Merge branch 'main' into flow-migration-stacked
Omswastik-11 Jan 14, 2026
862b463
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 14, 2026
4c75e16
undo changes in tasks/functions.py
geetu040 Jan 15, 2026
5762185
Merge branch 'main' into migration
geetu040 Jan 15, 2026
b2dcdf2
Merge branch 'main' into flow-migration-stacked
Omswastik-11 Jan 15, 2026
2aa1b36
Merge branch 'main' into flow-migration-stacked
Omswastik-11 Jan 15, 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
29fac2c
migrating v1 -> v2 flows
Omswastik-11 Jan 21, 2026
bdf53f3
migrating v1 -> v2 flows
Omswastik-11 Jan 21, 2026
a1a706c
Merge branch 'main' into flow-migration-stacked
Omswastik-11 Jan 22, 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
c4e713f
Merge remote-tracking branch 'geetu040/migration' into flow-migration…
Omswastik-11 Jan 27, 2026
95fc75f
Merge branch 'main' into flow-migration-stacked
Omswastik-11 Jan 27, 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
685c19a
added tests
Omswastik-11 Jan 27, 2026
920ff21
Merge branch 'migration' of https://github.com/geetu040/openml-python…
Omswastik-11 Jan 28, 2026
fa53f8d
add test_http.py
geetu040 Jan 28, 2026
2b2db96
add uses_test_server marker
geetu040 Jan 28, 2026
c7c24a3
Merge branch 'migration' of https://github.com/geetu040/openml-python…
Omswastik-11 Jan 29, 2026
c9617f9
implement reset_cache
geetu040 Jan 29, 2026
92d88e4
Merge branch 'migration' of https://github.com/geetu040/openml-python…
Omswastik-11 Jan 29, 2026
443ade9
tests:added tests for migration
Omswastik-11 Jan 29, 2026
468087d
tests:added tests for migration
Omswastik-11 Jan 29, 2026
5bc37b8
fixes with publish/delete
geetu040 Jan 29, 2026
08d9916
fix cache_key in tests
geetu040 Jan 29, 2026
9660e78
tests:added tests for migration
Omswastik-11 Jan 30, 2026
f60c78b
Merge branch 'migration' of https://github.com/geetu040/openml-python…
Omswastik-11 Jan 30, 2026
f25c95b
tests:added tests for migration
Omswastik-11 Jan 30, 2026
8caba11
update _not_supported
geetu040 Jan 30, 2026
6e577c4
Merge branch 'migration' of https://github.com/geetu040/openml-python…
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
edc5772
added tag and untag methods
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
a82a636
Merge branch 'migration' of https://github.com/geetu040/openml-python…
Omswastik-11 Feb 2, 2026
d39d9d0
Apply suggestion from @geetu040
Omswastik-11 Feb 2, 2026
724c4ae
add suggestion
Omswastik-11 Feb 2, 2026
0251f49
change test_publish_error to use test server
Omswastik-11 Feb 2, 2026
e213873
changed test_publish_error to use test server
Omswastik-11 Feb 2, 2026
b6f38cd
changed test_list_flows_empty to use test_server instead
Omswastik-11 Feb 2, 2026
e06c538
move flow migration test to test_api dir
Omswastik-11 Feb 2, 2026
fccb772
remove old caching used by get_flow
Omswastik-11 Feb 2, 2026
3d61b27
increase timout time
Omswastik-11 Feb 2, 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