Features / Enhancements
* **Project**: Optimize project creation/deletion times, 1673, tankilevitch
* **Docs**: Edit outdated sentence in feature store documentation, 1668, gtopper
* **Feature Store**: Allow passing non materialized set/vector as input to jobs (using flag), 1671, yaronha
* **General**: Drop support for python 3.6, 1685, Hedingber
* **DB**: Optimize runs counters calculation, 1684, Hedingber
* **Model Monitoring**: Support tracking of complex types + custom inputs/outputs, 1681, yaronha
* **API**: Add default artifact path to frontend spec endpoint response, 1676, tankilevitch
* **Images**: Bump CUDA to 11.2.1 in ml-models-gpu image, 1678, Hedingber
* **Feature Store**: Add int support and documentation to the `MapValues` step, 1619, zilbermanor
* **DB**: Improve backup logic, 1669, quaark
* **Feature Store**: Set `end_time` to `now()` by default in `get_offline_features()`, 1670, yaronha
* **Docs**: Add docs for remote and feature store graph steps, 1667, yaronha
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.10.0-rc5#features-and-enhancements)
Bug fixes
* **API**: Fix project summaries failures when kfp is not configured, 1683, tankilevitch
* **API**: Fix pipelines creation breakage, 1679, Hedingber
* **Projects**: Fix project tests failure (failed on `deploy()` with `base_image=None`), 1672, yaronha
* **Feature Store**: Block option for timestamp to be an entity, 1675, katyakats
* **Requirements**: Bump versions to conform to safety checks, 1439, Hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.10.0-rc5#bug-fixes)
Pull requests:
0ce83f9e [Project] Optimize project creation/deletion times (1673)
6b921405 [Docs] Edit outdated sentence in feature store documentation (1668)
8cbcb3e4 [Feature Store] Allow passing non materialized set/vector as input to jobs (using flag) (1671)
9a7dc241 [General] Drop support for python 3.6 (1685)
6b72e82a [API] Fix project summaries failures when kfp is not configured (1683)
573ef464 [DB] Optimize runs counters calculation (1684)
70c87b63 [Model Monitoring] Support tracking of complex types + custom inputs/outputs (1681)
1eefbeb1 [Requirements] Bump storey and aiohttp to conform safety checks (1677)
b3b7f744 [API] Add default artifact path to frontend spec endpoint response (1676)
30af717c [API] Fix pipelines creation breakage (1679)
396979b3 [Images] Bump CUDA to 11.2.1 in ml-models-gpu image (1678)
33ca54c3 [Feature Store] Add int support and documentation to the `MapValues` step (1619)
afff6336 [Projects] Fix project tests failure (failed on `deploy()` with `base_image=None`) (1672)
b887436c [Feature Store] Block option for timestamp to be an entity (1675)
409e6a43 [DB] Improve backup logic (1669)
81f3025c [Feature Store] Set `end_time` to `now()` by default in `get_offline_features()` (1670)
8a650bef [Requirements] Bump versions to conform to safety checks (1439)
f16f5d92 [Docs] Add docs for remote and feature store graph steps (1667)