tag:github.com,2008:https://github.com/openml/openml-python/releases
Tags from openml-python
2025-01-25T10:43:49Z
tag:github.com,2008:Repository/17939040/v0.15.1
2025-01-25T10:46:52Z
v0.15.1
PGijsbers
tag:github.com,2008:Repository/17939040/v0.15.0
2024-10-05T13:07:33Z
v0.15.0
<p>Release/0.15.0 (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1355">#1355</a>)</p>
<p>* Expand 0.15.0 changelog with other PRs not yet added</p>
<p>* Bump version number</p>
<p>* Add newer Python versions since we are compatible</p>
<p>* Revert "Add newer Python versions since we are compatible"</p>
<p>This reverts commit <a class="commit-link" href="https://github.com/openml/openml-python/commit/5088c801eb9d573d2a7f5d14043faec8d8737224"><tt>5088c80</tt></a>.</p>
<p>* Add newer compatible versions of Python</p>
PGijsbers
tag:github.com,2008:Repository/17939040/v0.14.2
2024-01-18T13:13:34Z
Version 0.14.2
<p>build: Rebase dev onto main (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1322">#1322</a>)</p>
<p>* [pre-commit.ci] pre-commit autoupdate</p>
<p>updates:
<br />- [github.com/psf/black: 23.3.0 → 23.7.0](<a class="commit-link" href="https://github.com/psf/black/compare/23.3.0...23.7.0">psf/black@<tt>23.3.0...23.7.0</tt></a>)
<br />- [github.com/pycqa/flake8: 6.0.0 → 6.1.0](<a class="commit-link" href="https://github.com/PyCQA/flake8/compare/6.0.0...6.1.0">PyCQA/flake8@<tt>6.0.0...6.1.0</tt></a>)</p>
<p>* Raise correct TypeError and improve type check</p>
<p>* Type check with isinstance instead of type() ==</p>
<p>* Docker enhancement <a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/issues/1277">#1277</a> (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1278">#1278</a>)</p>
<p>* Add multiple build platforms</p>
<p>* Automatically update Dockerhub description</p>
<p>* Launch Python instead of Bash by default</p>
<p>* Change `omlp` directory name to less cryptic `openml`</p>
<p>* Change directory to `openml` for running purpose of running script</p>
<p>For mounted scripts, instructions say to mount them to `/openml`,
<br />so we have to `cd` before invoking `python`.</p>
<p>* Update readme to reflect updates (python by default, rename dirs)</p>
<p>* Add branch/code for doc and test examples as they are required</p>
<p>* Ship docker images with readme</p>
<p>* Only update readme on release, also try build docker on PR</p>
<p>* Update the toc descriptions</p>
<p>* fix: carefully replaced minio_url with parquet_url (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1280">#1280</a>)</p>
<p>* carefully replaced minio with parquet</p>
<p>* fix: corrected some mistakes</p>
<p>* fix: restored the instances of minio</p>
<p>* fix: updated the documentation</p>
<p>* [pre-commit.ci] auto fixes from pre-commit.com hooks</p>
<p>for more information, see <a href="https://pre-commit.ci">https://pre-commit.ci</a></p>
<p>* Add <a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1280">#1280</a></p>
<p>I used a `next` header instead of a specific version since we don't know if it will be 0.15.0 or 0.14.2. We can change it before the next release.</p>
<p>---------</p>
<p>Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
<br />Co-authored-by: Pieter Gijsbers <[email protected]>
<br />Co-authored-by: Lennart Purucker <[email protected]></p>
<p>* Pytest/utils (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1269">#1269</a>)</p>
<p>* Extract mocked_perform_api_call because its independent of object</p>
<p>* Remove _multiprocess_can_split_ as it is a nose directive</p>
<p>and we use pytest</p>
<p>* Convert test list all</p>
<p>* Add markers and refactor test_list_all_for_tasks for pytest</p>
<p>* Add cache marker</p>
<p>* Converted remainder of tests to pytest</p>
<p>* Documented remaining Attributes of classes and functions (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1283">#1283</a>)</p>
<p>Add documentation and type hints for the remaining attributes of classes and functions.</p>
<p>---------</p>
<p>Co-authored-by: Lennart Purucker <[email protected]>
<br />Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com></p>
<p>* [pre-commit.ci] pre-commit autoupdate (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1281">#1281</a>)</p>
<p>updates:
<br />- [github.com/psf/black: 23.7.0 → 23.11.0](<a class="commit-link" href="https://github.com/psf/black/compare/23.7.0...23.11.0">psf/black@<tt>23.7.0...23.11.0</tt></a>)
<br />- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.7.0](<a class="commit-link" href="https://github.com/pre-commit/mirrors-mypy/compare/v1.4.1...v1.7.0">pre-commit/mirrors-mypy@<tt>v1.4.1...v1.7.0</tt></a>)</p>
<p>Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com></p>
<p>* [pre-commit.ci] pre-commit autoupdate (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1291">#1291</a>)</p>
<p>updates:
<br />- [github.com/psf/black: 23.11.0 → 23.12.1](<a class="commit-link" href="https://github.com/psf/black/compare/23.11.0...23.12.1">psf/black@<tt>23.11.0...23.12.1</tt></a>)
<br />- [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.8.0](<a class="commit-link" href="https://github.com/pre-commit/mirrors-mypy/compare/v1.7.0...v1.8.0">pre-commit/mirrors-mypy@<tt>v1.7.0...v1.8.0</tt></a>)</p>
<p>Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com></p>
<p>* Bump actions/checkout from 3 to 4 (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1284">#1284</a>)</p>
<p>Bumps [actions/checkout](<a href="https://github.com/actions/checkout">https://github.com/actions/checkout</a>) from 3 to 4.
<br />- [Release notes](<a href="https://github.com/actions/checkout/releases">https://github.com/actions/checkout/releases</a>)
<br />- [Changelog](<a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">https://github.com/actions/checkout/blob/main/CHANGELOG.md</a>)
<br />- [Commits](<a class="commit-link" href="https://github.com/actions/checkout/compare/v3...v4">actions/checkout@<tt>v3...v4</tt></a>)</p>
<p>---
<br />updated-dependencies:
<br />- dependency-name: actions/checkout
<br /> dependency-type: direct:production
<br /> update-type: version-update:semver-major
<br />...</p>
<p>Signed-off-by: dependabot[bot] <[email protected]>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com></p>
<p>* Bump docker/login-action from 2 to 3 (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1285">#1285</a>)</p>
<p>Bumps [docker/login-action](<a href="https://github.com/docker/login-action">https://github.com/docker/login-action</a>) from 2 to 3.
<br />- [Release notes](<a href="https://github.com/docker/login-action/releases">https://github.com/docker/login-action/releases</a>)
<br />- [Commits](<a class="commit-link" href="https://github.com/docker/login-action/compare/v2...v3">docker/login-action@<tt>v2...v3</tt></a>)</p>
<p>---
<br />updated-dependencies:
<br />- dependency-name: docker/login-action
<br /> dependency-type: direct:production
<br /> update-type: version-update:semver-major
<br />...</p>
<p>Signed-off-by: dependabot[bot] <[email protected]>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com></p>
<p>* Bump docker/metadata-action from 4 to 5 (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1286">#1286</a>)</p>
<p>Bumps [docker/metadata-action](<a href="https://github.com/docker/metadata-action">https://github.com/docker/metadata-action</a>) from 4 to 5.
<br />- [Release notes](<a href="https://github.com/docker/metadata-action/releases">https://github.com/docker/metadata-action/releases</a>)
<br />- [Upgrade guide](<a href="https://github.com/docker/metadata-action/blob/master/UPGRADE.md">https://github.com/docker/metadata-action/blob/master/UPGRADE.md</a>)
<br />- [Commits](<a class="commit-link" href="https://github.com/docker/metadata-action/compare/v4...v5">docker/metadata-action@<tt>v4...v5</tt></a>)</p>
<p>---
<br />updated-dependencies:
<br />- dependency-name: docker/metadata-action
<br /> dependency-type: direct:production
<br /> update-type: version-update:semver-major
<br />...</p>
<p>Signed-off-by: dependabot[bot] <[email protected]>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com></p>
<p>* Bump docker/setup-qemu-action from 2 to 3 (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1287">#1287</a>)</p>
<p>Bumps [docker/setup-qemu-action](<a href="https://github.com/docker/setup-qemu-action">https://github.com/docker/setup-qemu-action</a>) from 2 to 3.
<br />- [Release notes](<a href="https://github.com/docker/setup-qemu-action/releases">https://github.com/docker/setup-qemu-action/releases</a>)
<br />- [Commits](<a class="commit-link" href="https://github.com/docker/setup-qemu-action/compare/v2...v3">docker/setup-qemu-action@<tt>v2...v3</tt></a>)</p>
<p>---
<br />updated-dependencies:
<br />- dependency-name: docker/setup-qemu-action
<br /> dependency-type: direct:production
<br /> update-type: version-update:semver-major
<br />...</p>
<p>Signed-off-by: dependabot[bot] <[email protected]>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com></p>
<p>* Bump docker/build-push-action from 4 to 5 (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1288">#1288</a>)</p>
<p>Bumps [docker/build-push-action](<a href="https://github.com/docker/build-push-action">https://github.com/docker/build-push-action</a>) from 4 to 5.
<br />- [Release notes](<a href="https://github.com/docker/build-push-action/releases">https://github.com/docker/build-push-action/releases</a>)
<br />- [Commits](<a class="commit-link" href="https://github.com/docker/build-push-action/compare/v4...v5">docker/build-push-action@<tt>v4...v5</tt></a>)</p>
<p>---
<br />updated-dependencies:
<br />- dependency-name: docker/build-push-action
<br /> dependency-type: direct:production
<br /> update-type: version-update:semver-major
<br />...</p>
<p>Signed-off-by: dependabot[bot] <[email protected]>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com></p>
<p>* Add more type annotations (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1261">#1261</a>)</p>
<p>* Add more type annotations</p>
<p>* add to progress rst</p>
<p>---------</p>
<p>Co-authored-by: Lennart Purucker <[email protected]></p>
<p>* Bump docker/setup-buildx-action from 2 to 3 (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1292">#1292</a>)</p>
<p>Bumps [docker/setup-buildx-action](<a href="https://github.com/docker/setup-buildx-action">https://github.com/docker/setup-buildx-action</a>) from 2 to 3.
<br />- [Release notes](<a href="https://github.com/docker/setup-buildx-action/releases">https://github.com/docker/setup-buildx-action/releases</a>)
<br />- [Commits](<a class="commit-link" href="https://github.com/docker/setup-buildx-action/compare/v2...v3">docker/setup-buildx-action@<tt>v2...v3</tt></a>)</p>
<p>---
<br />updated-dependencies:
<br />- dependency-name: docker/setup-buildx-action
<br /> dependency-type: direct:production
<br /> update-type: version-update:semver-major
<br />...</p>
<p>Signed-off-by: dependabot[bot] <[email protected]>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com></p>
<p>* Bump actions/setup-python from 4 to 5 (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1293">#1293</a>)</p>
<p>Bumps [actions/setup-python](<a href="https://github.com/actions/setup-python">https://github.com/actions/setup-python</a>) from 4 to 5.
<br />- [Release notes](<a href="https://github.com/actions/setup-python/releases">https://github.com/actions/setup-python/releases</a>)
<br />- [Commits](<a class="commit-link" href="https://github.com/actions/setup-python/compare/v4...v5">actions/setup-python@<tt>v4...v5</tt></a>)</p>
<p>---
<br />updated-dependencies:
<br />- dependency-name: actions/setup-python
<br /> dependency-type: direct:production
<br /> update-type: version-update:semver-major
<br />...</p>
<p>Signed-off-by: dependabot[bot] <[email protected]>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com></p>
<p>* Rework Tagging Tests for New Server Specification (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1294">#1294</a>)</p>
<p>* rework tagging test adjusted for new server specification</p>
<p>* update progress.rst</p>
<p>* ci: Update tooling (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1298">#1298</a>)</p>
<p>* ci: Migrate everything to pyproject.toml</p>
<p>* style: Apply ruff fixes</p>
<p>* style: Apply (more) ruff fixes</p>
<p>* style(ruff): Add some file specific ignores</p>
<p>* ci: Fix build with setuptools</p>
<p>* ci(ruff): Allow prints in cli.py</p>
<p>* fix: Circular import</p>
<p>* test: Use raises(..., match=)</p>
<p>* fix(cli): re-add missing print statements</p>
<p>* fix: Fix some over ruff-ized code</p>
<p>* add make check to documentation</p>
<p>* ci: Change to `build` for sdist</p>
<p>* ci: Add ruff to `"test"` deps</p>
<p>---------</p>
<p>Co-authored-by: Lennart Purucker <[email protected]></p>
<p>* ci: Disable 3.6 tests (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1302">#1302</a>)</p>
<p>* fix: Chipping away at ruff lints (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1303">#1303</a>)</p>
<p>* fix: Chipping away at ruff lints</p>
<p>* fix: return lockfile path</p>
<p>* Update openml/config.py</p>
<p>* Update openml/runs/functions.py</p>
<p>* Update openml/tasks/functions.py</p>
<p>* Update openml/tasks/split.py</p>
<p>* Update openml/utils.py</p>
<p>* Update openml/utils.py</p>
<p>* [pre-commit.ci] auto fixes from pre-commit.com hooks</p>
<p>for more information, see <a href="https://pre-commit.ci">https://pre-commit.ci</a></p>
<p>* Update openml/config.py</p>
<p>* Update openml/testing.py</p>
<p>* Update openml/utils.py</p>
<p>* Update openml/config.py</p>
<p>* Update openml/utils.py</p>
<p>* Update openml/utils.py</p>
<p>* add concurrency to workflow calls</p>
<p>* adjust docstring</p>
<p>* adjust docstring</p>
<p>* [pre-commit.ci] auto fixes from pre-commit.com hooks</p>
<p>for more information, see <a href="https://pre-commit.ci">https://pre-commit.ci</a></p>
<p>---------</p>
<p>Co-authored-by: Lennart Purucker <[email protected]>
<br />Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
<br />Co-authored-by: Lennart Purucker <[email protected]></p>
<p>* Tagging constraints (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1305">#1305</a>)</p>
<p>* update tagging constraints</p>
<p>* openml python tests</p>
<p>* small fix</p>
<p>* [pre-commit.ci] pre-commit autoupdate (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1306">#1306</a>)</p>
<p>updates:
<br />- <a href="https://github.com/charliermarsh/ruff-pre-commit">https://github.com/charliermarsh/ruff-pre-commit</a> → <a href="https://github.com/astral-sh/ruff-pre-commit">https://github.com/astral-sh/ruff-pre-commit</a>
<br />- [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.11](<a class="commit-link" href="https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.5...v0.1.11">astral-sh/ruff-pre-commit@<tt>v0.1.5...v0.1.11</tt></a>)
<br />- [github.com/python-jsonschema/check-jsonschema: 0.27.1 → 0.27.3](<a class="commit-link" href="https://github.com/python-jsonschema/check-jsonschema/compare/0.27.1...0.27.3">python-jsonschema/check-jsonschema@<tt>0.27.1...0.27.3</tt></a>)</p>
<p>Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com></p>
<p>* Linting Everything - Fix All mypy and ruff Errors (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1307">#1307</a>)</p>
<p>* style: Fix linting split.py</p>
<p>* typing: Fix mypy errors split.py</p>
<p>* typing: data_feature</p>
<p>* typing: trace</p>
<p>* more linting fixes</p>
<p>* typing: finish up trace</p>
<p>* typing: config.py</p>
<p>* typing: More fixes on config.py</p>
<p>* typing: setup.py</p>
<p>* finalize runs linting</p>
<p>* typing: evaluation.py</p>
<p>* typing: setup</p>
<p>* ruff fixes across different files and mypy fixes for run files</p>
<p>* typing: _api_calls</p>
<p>* adjust setup files' linting and minor ruff changes</p>
<p>* typing: utils</p>
<p>* late night push</p>
<p>* typing: utils.py</p>
<p>* typing: tip tap tippity</p>
<p>* typing: mypy 78, ruff ~200</p>
<p>* refactor output format name and minor linting stuff</p>
<p>* other: midway merge</p>
<p>* [pre-commit.ci] auto fixes from pre-commit.com hooks</p>
<p>for more information, see <a href="https://pre-commit.ci">https://pre-commit.ci</a></p>
<p>* typing: I'm runnign out of good messages</p>
<p>* typing: datasets</p>
<p>* leinting for flows and some ruff changes</p>
<p>* no more mypy errors</p>
<p>* ruff runs and setups</p>
<p>* typing: Finish off mypy and ruff errors</p>
<p>Co-authored-by: Bilgecelik <[email protected]></p>
<p>* [pre-commit.ci] auto fixes from pre-commit.com hooks</p>
<p>for more information, see <a href="https://pre-commit.ci">https://pre-commit.ci</a></p>
<p>* style: File wide ignores of PLR0913</p>
<p>This is because the automated pre-commit.ci bot which made automatic
<br />commits and pushes would think the `noqa` on the individualy overloaded
<br />functions was not needed. After removing the `noqa`, the linter then
<br />raised the issue</p>
<p>---------</p>
<p>Co-authored-by: eddiebergman <[email protected]>
<br />Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
<br />Co-authored-by: Bilgecelik <[email protected]></p>
<p>* ci: Remove Python 3.6/7 (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1308">#1308</a>)</p>
<p>* ci: remove 3.7 patch (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1309">#1309</a>)</p>
<p>* Make Test Work Again After Ruff and Linter Changes (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1310">#1310</a>)</p>
<p>* mark production tests</p>
<p>* make production test run</p>
<p>* fix test bug -1/N</p>
<p>* add retry raise again after refactor</p>
<p>* fix str dict representation</p>
<p>* test: Fix non-writable home mocks</p>
<p>* testing: not not a change</p>
<p>* testing: trigger CI</p>
<p>* typing: Update typing</p>
<p>* ci: Update testing matrix</p>
<p>* testing: Fixup run flow error check</p>
<p>* ci: Manual dispatch, disable double testing</p>
<p>* ci: Prevent further ci duplication</p>
<p>* ci: Add concurrency checks to all</p>
<p>* ci: Remove the max-parallel on test ci</p>
<p>There are a lot less now and they cancel previous
<br />puhes in the same pr now so it shouldn't be a problem anymore</p>
<p>* testing: Fix windows path generation</p>
<p>* add pytest for server state</p>
<p>* add assert cache state</p>
<p>* some formatting</p>
<p>* fix with cache fixture</p>
<p>* finally remove th finally</p>
<p>* doc: Fix link</p>
<p>* update test matrix</p>
<p>* doc: Update to just point to contributing</p>
<p>* add linkcheck ignore for test server</p>
<p>---------</p>
<p>Co-authored-by: eddiebergman <[email protected]></p>
<p>* Add Feature Descriptions Rebase Clean (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1316">#1316</a>)</p>
<p>Co-authored-by: Jan van Rijn <[email protected]></p>
<p>* Make Class Label Retrieval More Lenient (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1315">#1315</a>)</p>
<p>* mark production tests</p>
<p>* make production test run</p>
<p>* fix test bug -1/N</p>
<p>* add retry raise again after refactor</p>
<p>* fix str dict representation</p>
<p>* test: Fix non-writable home mocks</p>
<p>* testing: not not a change</p>
<p>* testing: trigger CI</p>
<p>* typing: Update typing</p>
<p>* ci: Update testing matrix</p>
<p>* testing: Fixup run flow error check</p>
<p>* ci: Manual dispatch, disable double testing</p>
<p>* ci: Prevent further ci duplication</p>
<p>* ci: Add concurrency checks to all</p>
<p>* ci: Remove the max-parallel on test ci</p>
<p>There are a lot less now and they cancel previous
<br />puhes in the same pr now so it shouldn't be a problem anymore</p>
<p>* testing: Fix windows path generation</p>
<p>* add pytest for server state</p>
<p>* add assert cache state</p>
<p>* some formatting</p>
<p>* fix with cache fixture</p>
<p>* finally remove th finally</p>
<p>* doc: Fix link</p>
<p>* update test matrix</p>
<p>* doc: Update to just point to contributing</p>
<p>* add linkcheck ignore for test server</p>
<p>* add special case for class labels that are dtype string</p>
<p>* fix bug and add test</p>
<p>* formatting</p>
<p>---------</p>
<p>Co-authored-by: eddiebergman <[email protected]></p>
<p>* [pre-commit.ci] pre-commit autoupdate (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1318">#1318</a>)</p>
<p>* [pre-commit.ci] pre-commit autoupdate</p>
<p>updates:
<br />- [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.1.13](<a class="commit-link" href="https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.11...v0.1.13">astral-sh/ruff-pre-commit@<tt>v0.1.11...v0.1.13</tt></a>)</p>
<p>* [pre-commit.ci] auto fixes from pre-commit.com hooks</p>
<p>for more information, see <a href="https://pre-commit.ci">https://pre-commit.ci</a></p>
<p>---------</p>
<p>Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com></p>
<p>* Fix: update fetching a bucket from MinIO (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1314">#1314</a>)</p>
<p>* Update fetching a bucket from MinIO</p>
<p>Previously, each dataset had their own bucket:
<br /> <a href="https://openml1.win.tue.nl/datasets61/dataset_61.pq">https://openml1.win.tue.nl/datasets61/dataset_61.pq</a></p>
<p>But we were advised to reduce the amount of buckets and
<br />favor hosting many objects in hierarchical structure, so
<br />we now have instead some prefixes to divide up the
<br />dataset objects into separate subdirectories:</p>
<p> <a href="https://openml1.win.tue.nl/datasets/0000/0061/dataset_61.pq">https://openml1.win.tue.nl/datasets/0000/0061/dataset_61.pq</a></p>
<p>This commit has bypassed pre-commit. Tests should be
<br />updated too.</p>
<p>* ci: Trigger ci</p>
<p>* ci: Add some files to .gitignore</p>
<p>---------</p>
<p>Co-authored-by: PGijsbers <[email protected]></p>
<p>* Update progress.rst for minor release (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1319">#1319</a>)</p>
<p>* Update progress.rst for minor release</p>
<p>* update version number</p>
<p>* fix typo</p>
<p>* Prepare Develop for Merge with Main (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1321">#1321</a>)</p>
<p>Co-authored-by: Pieter Gijsbers <[email protected]></p>
<p>---------</p>
<p>Signed-off-by: dependabot[bot] <[email protected]>
<br />Co-authored-by: Pieter Gijsbers <[email protected]>
<br />Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
<br />Co-authored-by: Devansh Varshney (देवांश वार्ष्णेय) <[email protected]>
<br />Co-authored-by: Lennart Purucker <[email protected]>
<br />Co-authored-by: Vishal Parmar <[email protected]>
<br />Co-authored-by: Lennart Purucker <[email protected]>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
<br />Co-authored-by: Matthias Feurer <[email protected]>
<br />Co-authored-by: Lennart Purucker <[email protected]>
<br />Co-authored-by: janvanrijn <[email protected]>
<br />Co-authored-by: Lennart Purucker <[email protected]>
<br />Co-authored-by: Bilgecelik <[email protected]></p>
LennartPurucker
tag:github.com,2008:Repository/17939040/v0.14.0
2023-07-05T06:40:02Z
Version 0.14
mfeurer
tag:github.com,2008:Repository/17939040/v0.13.1
2023-03-22T15:27:09Z
Version 0.13.1
<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/1232">#1232</a> from openml/develop</p>
<p>Release 0.13.1</p>
mfeurer
tag:github.com,2008:Repository/17939040/v0.13.0
2023-02-23T16:02:44Z
Version 0.13.0
LennartPurucker
tag:github.com,2008:Repository/17939040/v0.12.1
2021-04-14T08:52:38Z
Version 0.12.1
mfeurer
tag:github.com,2008:Repository/17939040/v0.12.0
2021-04-08T16:48:26Z
Version 0.12.0
mfeurer
tag:github.com,2008:Repository/17939040/v0.11.0
2020-10-25T19:19:02Z
Version 0.11.0
<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/969">#969</a> from openml/develop</p>
<p>Prepare 11.0 release</p>
mfeurer
tag:github.com,2008:Repository/17939040/0.10.2
2019-11-07T14:49:54Z
Version 0.10.2
<p>Release version 0.10.2 (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/869">#869</a>)</p>
<p>* Fixing broken links (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/864">#864</a>)</p>
<p>* Adding license to each source file (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/862">#862</a>)</p>
<p>* Preliminary addition of license to source files</p>
<p>* Adding license to almost every source file</p>
<p>* add task_type to list_runs (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/857">#857</a>)</p>
<p>* add task_type to list_runs</p>
<p>* length of run change</p>
<p>* changelog</p>
<p>* changes in progress rst</p>
<p>* Prepare new release (<a class="issue-link js-issue-link" href="https://github.com/openml/openml-python/pull/868">#868</a>)</p>
mfeurer