Skip to content

Commit

Permalink
Merge pull request #386 from george0st/change
Browse files Browse the repository at this point in the history
MLRun 1.6.4 & Cleaning
  • Loading branch information
george0st authored Jul 5, 2024
2 parents 44f3b69 + 2068c8b commit eee59a6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ see official [installation steps](https://docs.mlrun.org/en/latest/install.html)
## Tested with
The project was tested with these MLRun versions (see [change log](https://docs.mlrun.org/en/latest/change-log/index.html)):
- **MLRun** (in Desktop Docker)
- MLRun 1.7.0 (plan 07/2024)
- MLRun 1.7.0 (plan 07-08/2024)
- MLRun 1.6.5 (plan 07/2024), 1.6.4, 1.6.3, 1.6.2, 1.6.1, 1.6.0
- MLRun 1.5.2, 1.5.1, 1.5.0
- MLRun 1.4.1
Expand All @@ -124,8 +124,8 @@ The project was tested with these MLRun versions (see [change log](https://docs.
- Iguazio 3.5.3 (with MLRun 1.4.1)
- Iguazio 3.5.1 (with MLRun 1.3.0)

NOTE: Current state, only the last MLRun/Iguazio versions are valid for testing
(these tests are without backward compatibility).
NOTE: Current state, only the last MLRun/Iguazio versions are tested
(the backward compatibility is based in MLRun/Iguazio, [see](https://docs.mlrun.org/en/latest/install.html#mlrun-client-backward-compatibility)).

## Others
- **To-Do**, the list of expected/future improvements, [see](./docs/todo_list.md)
Expand Down
4 changes: 2 additions & 2 deletions docker/config/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- nuclio-platform-config:/etc/nuclio/config

mlrun-api:
image: "mlrun/mlrun-api:${TAG:-1.6.2}"
image: "mlrun/mlrun-api:${TAG:-1.6.4}"
ports:
- "8080:8080"
environment:
Expand All @@ -61,7 +61,7 @@ services:
- mlrun

mlrun-ui:
image: "mlrun/mlrun-ui:${TAG:-1.6.2}"
image: "mlrun/mlrun-ui:${TAG:-1.6.4}"
ports:
- "8060:8090"
environment:
Expand Down
4 changes: 0 additions & 4 deletions qgate_sln_mlrun/ts/tsbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ def test_setting(self) -> dict:
def test_setting_vector(self) -> dict:
return self._solution.test_setting["vector"]

@property
def test_setting_pipeline(self) -> dict:
return self._solution.test_setting["pipeline"]

#endregion

@property
Expand Down
2 changes: 1 addition & 1 deletion qgate_sln_mlrun/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Store the version here so:

__version__ = '0.2.5'
__version__ = '0.2.6'

0 comments on commit eee59a6

Please sign in to comment.