diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2b6e5a..c513248c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Introduce `BenchmarkRepository`and `StudioBenchmarkRepository` - Add `create_project` bool to `StudioClient.__init__()` to enable users to automatically create their Studio projects - Add progressbar to the `Runner` to be able to track the `Run` +- Add `StudioClient.submit_benchmark_lineages` function and include it in `StudioClient.submit_benchmark_execution` ### Fixes ... diff --git a/src/documentation/how_tos/how_to_retrieve_data_for_analysis.ipynb b/src/documentation/how_tos/how_to_retrieve_data_for_analysis.ipynb index e212fa24..57875aa8 100644 --- a/src/documentation/how_tos/how_to_retrieve_data_for_analysis.ipynb +++ b/src/documentation/how_tos/how_to_retrieve_data_for_analysis.ipynb @@ -121,7 +121,7 @@ ], "metadata": { "kernelspec": { - "display_name": "intelligence-layer-ZqHLMTHE-py3.12", + "display_name": "intelligence-layer-d3iSWYpm-py3.10", "language": "python", "name": "python3" }, @@ -135,7 +135,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.3" + "version": "3.11.8" } }, "nbformat": 4,