Features / Enhancements
* **API**: Remove print command, 3778, liranbg
* **Unknown**: Revert "[artifacts] deprecate non-used artifact types", 3774, liranbg
* **Run**: Deprecate `run_local`, 3773, alonmr
* **Requirements**: Bump storey to 1.4.3, 3772, gtopper
* **Package**: Add all `pandas` file formats, 3765, guy1992l
* **API**: Reduce spammy log, 3769, liranbg
* **Package**: `mlrun.dataitem` ignored when hinted in a group as well, 3770, guy1992l
* **Artifacts**: Deprecate non-used artifact types, 3751, yaelgen
* **Tests**: Revert changes to default project after project creation, 3747, alonmr
* **Doc**: Added restriction on aggregation names, 3757, jillnogold
* **Docs**: Remove typo, 3762, george0st
* **Docs**: Move notifications page to better location and include it in docs side menu, 3758, quaark
* **Feature Store**: - save the engine as "storey" if the user-supplied fset engine is none., 3760, tomerm-iguazio
* **Docs**: Notification usage docs, 3746, quaark
* **Workflow**: Improving workflow error messages, 3753, yaelgen
* **Package**: Implement `mlrun.package`, 3333, guy1992l
* **Notifications**: Set notifications api, 3726, quaark
* **Docs**: Update mlrun installation python 3.7 pip requirement, 3748, alonmr
* **Requirements**: Bump storey to 1.4.2 ., 3745, tomerm-iguazio
* **Project**: Optionally add function tag to key of project function dicts, 3739, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc14#features-and-enhancements)
Bug fixes
* **Spark**: Fix storing multiple keys from a spark dataframe into redis, 3777, alxtkr77
* **CI**: Fix failing tests, 3779, liranbg
* **Workflows**: Fix workflow completion even if a step is aborted, 3750, yaelgen
* **Notifications**: Fix pushing notifications, 3763, liranbg
* **gRPC**: Fix compiling schemas docker image, 3764, liranbg
* **Datastore**: Fix `_sanitize_url` when `parsed_url.netloc` is none, 3767, davesh0812
* **CI**: Fix system tests deploy command, 3759, quaark
* **CI**: Fix open source system tests config, 3755, quaark
* **Typo**: Fix mispellings, 3756, liranbg
* **SchemaCompiler**: Fix building container image, 3754, liranbg
* **Feature Store**: fix issues with start/end time in `_infer_from_static_df` and the `base-merger`, 3749, davesh0812
* **Notification**: Fix gitlab notification not being posted on issues, 3742, quaark
* **CI**: Fix open source tests invalid command, 3743, liranbg
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc14#bug-fixes)
Pull requests:
47a649e3 [Spark] Fix storing multiple keys from a Spark dataframe into Redis (3777)
6d0fd0aa [API] Remove print command (3778)
72271ca9 [CI] Fix failing tests (3779)
a5057ff9 Revert "[Artifacts] Deprecate non-used artifact types" (3774)
bd5dbb84 [Workflows] Fix workflow completion even if a step is aborted (3750)
4cb85914 [Notifications] Fix pushing notifications (3763)
5ec6dc45 [Run] Deprecate `run_local` (3773)
c3c12530 [Requirements] Bump storey to 1.4.3 (3772)
19e5cf0a [Package] Add all `pandas` file formats (3765)
f08fa15d [API] Reduce spammy log (3769)
219ff93f [Package] `mlrun.DataItem` ignored when hinted in a group as well (3770)
7726ca59 [gRPC] Fix compiling schemas docker image (3764)
d4cf4a2d [Artifacts] Deprecate non-used artifact types (3751)
d11c1b27 [Tests] Revert changes to default project after project creation (3747)
fdef93eb [Datastore] Fix `_sanitize_url` when `parsed_url.netloc` is None (3767)
51d5b831 [Doc] Added restriction on aggregation names (3757)
8ce2a2ee [Docs] Remove typo (3762)
215ffc7c [Docs] Move Notifications page to better location and include it in docs side menu (3758)
430cbdac [Feature Store] - Save the engine as "storey" if the user-supplied fset engine is None. (3760)
14451e0e [Datastore] Fix DataStore.as_df()
bee398f8 [CI] Fix system tests deploy command (3759)
ce495533 [CI] Fix Open Source System Tests Config (3755)
53d90220 [Docs] Notification usage docs (3746)
e53fda4a [Typo] Fix mispellings (3756)
2e548fb2 [Workflow] Improving workflow error messages (3753)
6d794d48 [SchemaCompiler] Fix building container image (3754)
9050b387 [Package] Implement `mlrun.package` (3333)
44913be1 [Notifications] Set notifications API (3726)
cebb09cb [Docs] Update MLRun installation Python 3.7 pip requirement (3748)
0a9b5c52 [Feature Store] Fix issues with start/end time in `_infer_from_static_df` and the `base-merger` (3749)
86f145c3 [Requirements] bump storey to 1.4.2 . (3745)
4401eba7 [Notification] Fix gitlab notification not being posted on issues (3742)
1ecf9177 [CI] Fix open source tests invalid command (3743)
0ae41710 [Project] Optionally add function tag to key of project function dicts (3739)
Failed parsing:
14451e0e {tomer-mamia} [Datastore] Fix DataStore.as_df()