Skip to content

Commit

Permalink
[Docs] Add change log for v1.3.1 and v1.2.3 (#3502)
Browse files Browse the repository at this point in the history
  • Loading branch information
jillnogold committed May 25, 2023
1 parent d6b31e7 commit 5fe0a2e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 5 deletions.
42 changes: 40 additions & 2 deletions docs/change-log/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
(change-log)=
# Change log
- [v1.3.1](#v1-3-1)
- [v1.3.0](#v1-3-0)
- [v1.2.3](#v1-2-3)
- [v1.2.2](#v1-2-2)
- [v1.2.1](#v1-2-1)
- [v1.2.0](#v1-2-0)
- [v1.1.3](#1-1-3)
Expand All @@ -14,6 +17,22 @@
- [Limitations](#limitations)
- [Deprecations](#deprecations)

## v1.3.1

### Closed issues

| ID | Description |
| --- | ----------------------------------------------------------------- |
| ML-3764 | Fixed the scikit-learn to 1.2 in the tutorial 02-model-training. (Previously pointed to 1.0.) [View in Git](https://github.com/mlrun/mlrun/pull/3437). |
| ML-3794 | Fixed a Mask detection demo notebook (3-automatic-pipeline.ipynb). [View in Git](https://github.com/mlrun/demos/releases/tag/v1.3.1-rc6). |
| ML-3819 | Reduce overly-verbose logs on the backend side. [View in Git](https://github.com/mlrun/mlrun/pull/3531). [View in Git](https://github.com/mlrun/mlrun/pull/3553). |
| ML-3823 | Optimized `/projects` endpoint to work faster. [View in Git](https://github.com/mlrun/mlrun/pull/3560). |


### Documentation
New sections describing [Git best practices](../projects/git-best-practices.html) and an example [Nuclio function](../concepts/nuclio-real-time-functions.html#example-of-nuclio-function).


## v1.3.0

### Client/server matrix, prerequisites, and installing
Expand All @@ -32,8 +51,8 @@ To install on a **Python 3.9** environment, run:<br>

To install on a **Python 3.7** environment (and optionally upgrade to python 3.9), run:

1. Configure the Jupyter service with the env variable`JUPYTER_PREFER_ENV_PATH=false`.
2. Within the Jupyter service, open a terminal and update conda and pip to have an up to date pip resolver.
1. Configure the Jupyter service with the env variable `JUPYTER_PREFER_ENV_PATH=false`.
2. Within the Jupyter service, open a terminal and update conda and pip to have an up-to-date pip resolver.

```
$CONDA_HOME/bin/conda install -y conda=23.1.0
Expand Down Expand Up @@ -202,6 +221,24 @@ The `--ensure-project` flag of the `mlrun project` CLI command is deprecated and
| ML-3446 | Fix: Failed MLRun Nuclio deploy needs better error messages. [View in Git](https://github.com/mlrun/mlrun/pull/3241). |
| ML-3482 | Fixed model-monitoring incompatibility issue with mlrun client running v1.1.x and a server running v1.2.x. [View in Git](https://github.com/mlrun/mlrun/pull/3180). |

## v1.2.3

### Closed issues

| ID | Description |
| --- | ----------------------------------------------------------------- |
| ML-3287 | UI now resets the cache upon MLRun upgrades, and the Projects page displays correctly. [View in Git](https://github.com/mlrun/ui/pull/1612). |
| ML-3801 | Optimized `/projects` endpoint to work faster [View in Git](https://github.com/mlrun/ui/pull/1715). |
| ML-3819 | Reduce overly-verbose logs on the backend side. [View in Git](https://github.com/mlrun/mlrun/pull/3531). |

## v1.2.2

### Closed issues

| ID | Description |
| --- | ----------------------------------------------------------------- |
| ML-3797, ML-3798 | Fixed presenting and serving large-sized projects. [View in Git](https://github.com/mlrun/mlrun/pull/3477). |


## v1.2.1

Expand Down Expand Up @@ -528,6 +565,7 @@ with a drill-down to view the steps and their details. [Tech Preview]
| ML-2014 | Model deployment returns ResourceNotFoundException (Nuclio error that Service <name> is invalid.) | Verify that all `metadata.labels` values are 63 characters or less. See the [Kubernetes limitation](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set). | v1.0.0 |
| ML-3315 | The feature store does not support an aggregation of aggregations | NA | v1.2.1 |
| ML-3381 | Private repo is not supported as a marketplace hub | NA | v1.2.1 |
| ML-3824 | MLRun supports TensorFlow up to 2.11. | NA | v1.3.1 |


## Deprecations
Expand Down
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ def current_version():
"sphinx_reredirects",
]

# redirect paths due to filename changes
redirects = {"runtimes/load-from-hub": "load-from-hub.html"}

# Add any paths that contain templates here, relative to this directory.
templates_path = [
"_templates",
Expand Down

0 comments on commit 5fe0a2e

Please sign in to comment.