Skip to content

Commit 51d1135

Browse files
Update progress.rst for minor release (#1319)
* Update progress.rst for minor release * update version number * fix typo
1 parent a1cb66b commit 51d1135

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

doc/progress.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,21 @@ Changelog
77
=========
88

99
next
10+
~~~~~~
11+
12+
* ...
13+
14+
0.14.2
1015
~~~~~~
1116

1217
* MAINT #1280: Use the server-provided ``parquet_url`` instead of ``minio_url`` to determine the location of the parquet file.
1318
* ADD #716: add documentation for remaining attributes of classes and functions.
1419
* ADD #1261: more annotations for type hints.
1520
* MAINT #1294: update tests to new tag specification.
21+
* FIX #1314: Update fetching a bucket from MinIO.
22+
* FIX #1315: Make class label retrieval more lenient.
23+
* ADD #1316: add feature descriptions ontologies support.
24+
* MAINT #1310/#1307: switch to ruff and resolve all mypy errors.
1625

1726
0.14.1
1827
~~~~~~

openml/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# The following line *must* be the last in the module, exactly as formatted:
66
from __future__ import annotations
77

8-
__version__ = "0.14.1"
8+
__version__ = "0.14.2"

0 commit comments

Comments
 (0)