File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,21 @@ Changelog
77=========
88
99next
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
17260.14.1
1827~~~~~~
Original file line number Diff line number Diff line change 55# The following line *must* be the last in the module, exactly as formatted:
66from __future__ import annotations
77
8- __version__ = "0.14.1 "
8+ __version__ = "0.14.2 "
You can’t perform that action at this time.
0 commit comments