This release introduces important additions and improvements
*new features*
- interactive and automated experiment metrics and performance tracking in model training and serving
- easy systems metrics performance logging on a per-task basis
- enable using mlflow models, model registry and projects
- using R as a programming environment, including datasets, models, scripts, jobs (notebooks)
*major improvements*
- releases are now tested on the fully ready data science images from jupyter stacks and tensorflow
- refactor to miniforge, replacing miniconda
- enable external documentation in metadata using help()
- enable mongodb+srv URLs
*changes*
51dddd5 combined updates across all release base builds (208) (213)
fbc1a4e enable r integration in oss release (205)
afc6978 upgrade to docker stacks datascience-notebook (207)
1dee325 cli: runtime env install properly processes --file option (204)
d422fd9 use miniforge3 as a base environment (206)
3e64d18 enable running MLFlow models from tracking uri (202)
302e329 cloud login shall request in-cluster services if running in cluster (201)
beb12b6 various updates (200)
eaba8a1 enable mlflow integration (197)
1cfb414 updating logging semantics (198)
e249b85 add a profiling experiment tracker that records cpu, memory, disk data (196)
4e666b7 enable tracking link to model metadata (193)
b467920 improve tracking (195)
81cf5ce add generic runtime call tracking and experiment store (189)
8d430dc fix kwargs on rawfile get() (192)
39ca30e enable implicit url support in OmegaStore.help() (191)
182f901 enable om shell jupyter (188)
c512cc0 update dependencies to better match compatible packages (190)
093f9f2 minor maintenance items (187)
989c2ca enable multi-cloud provider access to k8s status (179)
2ddd03f ensure pickable collection recreates mongoclient with ssl flag, even if not in om.defaults (178)
772eda1 enable dns uris in mongodb+srv format (182)
b841248 several updates (180)
What's Changed
* several updates by miraculixx in https://github.com/omegaml/omegaml/pull/180
* Enable mongodb srv uris by miraculixx in https://github.com/omegaml/omegaml/pull/182
* Fix 177 by miraculixx in https://github.com/omegaml/omegaml/pull/178
* Enable cloud k8s queries by miraculixx in https://github.com/omegaml/omegaml/pull/179
* minor maintenance items by miraculixx in https://github.com/omegaml/omegaml/pull/187
* update dependencies to better match compatible packages by miraculixx in https://github.com/omegaml/omegaml/pull/190
* allow starting of omega-ml connected jupyter by using om shell by miraculixx in https://github.com/omegaml/omegaml/pull/188
* Enable external help links by miraculixx in https://github.com/omegaml/omegaml/pull/191
* fix kwargs on rawfile get() by omegaml in https://github.com/omegaml/omegaml/pull/192
* Enable implicit experiments by miraculixx in https://github.com/omegaml/omegaml/pull/189
* improve tracking by miraculixx in https://github.com/omegaml/omegaml/pull/195
* enable tracking link to model metadata by miraculixx in https://github.com/omegaml/omegaml/pull/193
* Enable experiment profiling by miraculixx in https://github.com/omegaml/omegaml/pull/196
* Fix runtime logging by miraculixx in https://github.com/omegaml/omegaml/pull/198
* Enable mlflow by miraculixx in https://github.com/omegaml/omegaml/pull/197
* various updates by miraculixx in https://github.com/omegaml/omegaml/pull/200
* cloud login shall request in-cluster services if running in cluster by miraculixx in https://github.com/omegaml/omegaml/pull/201
* enable running MLFlow models from tracking uri by miraculixx in https://github.com/omegaml/omegaml/pull/202
* use miniforge3 as a base environment by miraculixx in https://github.com/omegaml/omegaml/pull/206
* Fix envinstall 203 by miraculixx in https://github.com/omegaml/omegaml/pull/204
* upgrade to docker stacks datascience-notebook by miraculixx in https://github.com/omegaml/omegaml/pull/207
* enable r integration in oss release by miraculixx in https://github.com/omegaml/omegaml/pull/205
* combined updates across all release base builds (208) by miraculixx in https://github.com/omegaml/omegaml/pull/213
**Full Changelog**: https://github.com/omegaml/omegaml/compare/0.14.0...0.15.1