Skip to content

Commit 1dc6502

Browse files
RM-5206 - Create release version 1.5.2 (#239)
1 parent 8d440fc commit 1dc6502

5 files changed

Lines changed: 25 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ All notable changes to the `python-domino` library will be documented in this fi
88

99
### Changed
1010

11+
## [1.5.2]
12+
13+
### Added
14+
* Support for ai system apps to search_traces and init_tracing in order to support prod evals and prod tracing.
15+
* Docs for ai system apps.
16+
* Incorporate for ai system apps two new separate evaluators to the add_tracing function.
17+
18+
### Changed
19+
* Relax mlflow libraries constraints to use pessimistic versioning.
20+
1121
## [1.5.1]
1222

1323
### Added

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= python-domino
22

3-
:latest-version: 1.5.1
3+
:latest-version: 1.5.2
44
:python-domino-repo: https://github.com/dominodatalab/python-domino
55

66
This library provides bindings for the Domino APIs. It ships with the Domino Standard Environment (DSE).
@@ -43,7 +43,7 @@ The `python-domino` library is compatible with different versions of Domino:
4343
| {python-domino-repo}/archive/1.4.8.zip[1.4.8] or Higher
4444

4545
| 6.2.0 or higher
46-
| {python-domino-repo}/archive/1.5.1.zip[1.5.1] or Higher
46+
| {python-domino-repo}/archive/1.5.2.zip[1.5.2] or Higher
4747
|===
4848

4949
== Development

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See this documentation for details about the APIs:
77

88
- [Legacy APIs](https://dominodatalab.github.io/api-docs/)
99

10-
The latest released version of `python-domino` is `1.5.1`.
10+
The latest released version of `python-domino` is `1.5.2`.
1111

1212
# Version compatibility matrix
1313

@@ -23,7 +23,7 @@ Domino:
2323
| 5.10.0 or higher | [1.3.1](https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.3.1.zip) or Higher |
2424
| 5.11.0 or higher | [1.4.1](https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.4.1.zip) or Higher |
2525
| 6.0.0 or higher | [1.4.8](https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.4.8.zip) or Higher |
26-
| 6.2.0 or higher | [1.5.1](https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.5.1.zip) or Higher |
26+
| 6.2.0 or higher | [1.5.2](https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.5.2.zip) or Higher |
2727

2828
# Development
2929

@@ -141,7 +141,7 @@ See
141141
# Budgets and Billing Tags
142142

143143
See
144-
[`example_budget_manager.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.1/examples/example_budget_manager.py)
144+
[`example_budget_manager.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.2/examples/example_budget_manager.py)
145145
for example code.
146146

147147
### budget_defaults_list()
@@ -311,7 +311,7 @@ Requires Admin permission
311311
## Projects
312312

313313
See
314-
[`example_projects_usage.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.1/examples/example_projects_usage.py)
314+
[`example_projects_usage.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.2/examples/example_projects_usage.py)
315315
for example code.
316316

317317
### project_create_v4(project_name, owner_id, owner_username, description, collaborators, tags, billing_tag, visibility=PUBLIC)
@@ -369,7 +369,7 @@ project, the packages and libraries it uses, or the source of the data
369369
within.
370370

371371
See
372-
[`example_projects_usage.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.1/examples/example_projects_usage.py)
372+
[`example_projects_usage.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.2/examples/example_projects_usage.py)
373373
for example code.
374374

375375
### tags_list(\*project_id)
@@ -413,9 +413,9 @@ Remove a tag from a project.
413413

414414
See these code example files:
415415

416-
- [`start_run_and_check_status.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.1/examples/start_run_and_check_status.py)
416+
- [`start_run_and_check_status.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.2/examples/start_run_and_check_status.py)
417417

418-
- [`export_runs.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.1/examples/export_runs.py)
418+
- [`export_runs.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.2/examples/export_runs.py)
419419

420420
### runs_list()
421421

@@ -499,9 +499,9 @@ Get `stdout` emitted by a particular execution.
499499

500500
See these code example files:
501501

502-
- [`upload_file.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.1/examples/upload_file.py)
502+
- [`upload_file.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.2/examples/upload_file.py)
503503

504-
- [`upload_and_run_file_and_download_results.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.1/examples/upload_and_run_file_and_download_results.py)
504+
- [`upload_and_run_file_and_download_results.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.2/examples/upload_and_run_file_and_download_results.py)
505505

506506
### files_list(commitId, path)
507507

@@ -686,7 +686,7 @@ through the Domino UI or through workload executions.
686686
See [Domino
687687
Datasets](https://docs.dominodatalab.com/en/latest/user_guide/0a8d11/datasets-overview/)
688688
for more details, and
689-
[`example_dataset.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.1/examples/example_dataset.py)
689+
[`example_dataset.py`](https://github.com/dominodatalab/python-domino/blob/Release-1.5.2/examples/example_dataset.py)
690690
for example code.
691691

692692
### datasets_list(project_id=None)
@@ -1078,7 +1078,7 @@ command:
10781078
pip install -e git+https://github.com/dominodatalab/python-domino.git@1.0.6#egg="dominodatalab[airflow]"
10791079

10801080
See also
1081-
[example_airflow_dag.py](https://github.com/dominodatalab/python-domino/blob/Release-1.5.1/examples/example_airflow_dag.py)
1081+
[example_airflow_dag.py](https://github.com/dominodatalab/python-domino/blob/Release-1.5.2/examples/example_airflow_dag.py)
10821082
for example code.
10831083

10841084
## DominoOperator

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
project = "domino"
55
author = "Domino Data Lab Inc."
66
copyright = "2025, Domino Data Lab Inc."
7-
release = "1.5.1"
7+
release = "1.5.2"
88

99
# -- General configuration ---------------------------------------------------
1010
extensions = [

domino/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.1"
1+
__version__ = "1.5.2"

0 commit comments

Comments
 (0)