Skip to content

v1.1.0-rc25

Compare
Choose a tag to compare
@mlrun-iguazio mlrun-iguazio released this 24 Aug 14:15
· 2087 commits to master since this release
23f0e5f

Features / Enhancements

Bug fixes

  • Feature Store: Fix set_targets(["parquet"]), #2287, @gtopper
  • Feature store: Changed fset status targets to have partitioning related fields, #2285, @theSaarco
  • Model Monitoring: Fix label columns in the monitoring serving graph and model endpoint object, #2264, @Eyal-Danieli
  • Docker Compose: Fix models preview when running with jupyter, #2280, @Tankilevitch
  • Docs: Remove tabs and fix some typos from apply mlrun demo, #2274, @gilad-shaham
  • SDK: Fix Access Key saved as clear text when deploying a serving function, #2277, @quaark
  • Project: Return get_run_status with deprecation warning, #2283, @yonishelach
  • Spark: Fix backwards-comp issue with spark-2 and spark-3 in 0.10 client and 1.1 server, #2292, @theSaarco
  • UI: Bug fixes

Pull requests:

23f0e5f [Project] Change default new_project to create instead of store (#2279)
ffa4993 [CI] Fix github sha passed between jobs in system tests (#2295)
7c89c58 [CI] Fix system tests checkout sha (#2293)
5307bda [Spark] Fix backwards-comp issue with spark-2 and spark-3 in 0.10 client and 1.1 server (#2292)
546ba7c [CI] Fix passing params between jobs in system tests (#2291)
c04840f [CI] Fix System tests not running with the same commit hash (#2289)
1e8f84b [CI] Find new files without copyright (#2288)
9f8cb94 [Feature Store] Update return_df behaviour in ingest (#2284)
a077155 [Docs] Add canary function cfg (#2260)
6973427 [Feature store] Changed fset status targets to have partitioning related fields (#2285)
e96ef45 [Feature Store] Fix set_targets(["parquet"]) (#2287)
8993835 [Run] Created the MLRun function decorator: @context (#2275)
48e15a1 [MLRun] Add Copyright Disclaimer (#2286)
8240eaf [SDK] Fix Access Key saved as clear text when deploying a serving function (#2277)
14fde2b [Project] Return get_run_status with deprecation warning (#2283)
15ccd9e [Feature Store] Add filter option for get offline features for all engines type (#1956)
39f25ae [Model Monitoring] Fix label columns in the monitoring serving graph and model endpoint object (#2264)
5c3d6af [Runtimes] Add patch option for with_requests & with_limits (#2282)
bc76e50 [Jupyter] Remove Enterprise Demos from Open Source Image (#2278)
f23f864 [CI] Remove demos from system tests (#2281)
5287bf1 [Docker Compose] Fix models preview when running with jupyter (#2280)
dfac076 [Docs] Remove tabs and fix some typos from apply mlrun demo (#2274)