Mlrun

Latest version: v1.6.2

Safety actively analyzes 624301 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 90

1.6.0rc29

Not secure
Features / Enhancements
* **API**: Check background task state on project deletion wait [1.6.x], 5104, alonmr
* **Kafka**: Default `max_workers` to 1 instead of 4 [1.6.x], 5114, gtopper
* **DOCS**: Update batch infer and general model monitoring overview [1.6.x], 5108, Eyal-Danieli
* **Project**: Ensure nuclio function pods are deleted [1.6.x], 5110, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc29#features-and-enhancements)

Bug fixes
* **Project**: Fix project deletion failure due to project sync race condition [1.6.x], 5123, liranbg
* **Artifacts**: Fix import artifact bug [1.6.x], 5119, tomerm-iguazio
* **Documentation**: Fix doc strings for several feature set apis [1.6.x], 5122, alxtkr77
* **Model Monitoring**: Fix server-side nuclio version resolution in explicit ack switch [1.6.x], 5117, gtopper
* **Datastore**: Fix nuclio deprecation warnings [1.6.x], 5113, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc29#bug-fixes)


Pull requests:
bfa39ee9 [Project] Fix Project Deletion Failure due to Project Sync Race Condition [1.6.x] (5123)
30ccc582 [Artifacts] Fix import artifact bug [1.6.x] (5119)
96b737bb [Documentation] Fix doc strings for several feature set APIs [1.6.x] (5122)
b88fc3cf [Model Monitoring] Fix server-side nuclio version resolution in explicit ack switch [1.6.x] (5117)
afecd24b [API] Check background task state on project deletion wait [1.6.x] (5104)
bbf66be4 [Datastore] Fix nuclio deprecation warnings [1.6.x] (5113)
c4d62bf4 [Kafka] Default `max_workers` to 1 instead of 4 [1.6.x] (5114)
b6c2d3d1 [DOCS] Update Batch Infer and general model monitoring overview [1.6.x] (5108)
f67c5db6 [Project] Ensure nuclio function pods are deleted [1.6.x] (5110)

1.6.0rc28

Not secure
Features / Enhancements
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc28#features-and-enhancements)

Bug fixes
* **Projects**: Fix project deletion missing auth_info [1.6.x], 5102, liranbg
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc28#bug-fixes)


Pull requests:
c3653062 [Projects] Fix project deletion missing auth_info [1.6.x] (5102)

1.6.0rc27

Not secure
Features / Enhancements
* **Project**: Wait for project to be deleted in nuclio when deleting project [1.6.x], 5101, liranbg
* **Artifacts**: Add index artifact key and query tags with new session [1.6.x], 5100, liranbg
* **SystemTest**: Ensure parquet file when creating dataframe [1.6.x], 5098, liranbg
* **Tests**: Use a unique name for the monitoring app sys test [1.6.x], 5082, jond01
* **Model Monitoring**: Saving feature_stats as empty dict and not as null in the model_endpoint [1.6.x], 5080, davesh0812
* **Model Monitoring**: Enable explicit ack for v3io streams [1.6.x], 5079, gtopper
* **API**: Do not enrich workflow schedule when given spec [1.6.x], 5075, alonmr
* **Grafana**: Set mlrun api datasource for `feature analysis` chart [1.6.x], 5077, Eyal-Danieli
* **Datastore**: Clarify error messages when using spark to ingest unsupported sources (5023) - 1.6.x, 5061, alxtkr77
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc27#features-and-enhancements)

Bug fixes
* **Datastore**: Fix gcs storage options handling [1.6.x], 5099, alxtkr77
* **Project**: Fix delete project not returning 412 when nuclio functions exists [1.6.x], 5087, liranbg
* **FeatureStore**: Fix misleading deprecation messages [1.6.x], 5083, alxtkr77
* **Datastore**: Fix `parquettarget.write_dataframe()` and improve error [1.6.x], 5081, gtopper
* **Model Monitoring**: Fix monitoring jobs api query permissions [1.6.x], 5076, Eyal-Danieli
* **Datastore**: Fix previewing artifacts associated with datastore profile [1.6.x], 5078, alxtkr77
* **Artifacts**: Fix log dataset artifact with df [1.6.x], 5074, tomerm-iguazio
* **Model Monitoring**: Fix path filtering according to nuclio changes [1.6.x], 5063, davesh0812
* **Project**: Fix load project with artifacts test [1.6.x], 5057, TomerShor
* **Datastore**: Fix valueerror when parsing a timestamp string column with pandas 1 [1.6.x], 5055, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc27#bug-fixes)


Pull requests:
f75defca [Project] Wait for project to be deleted in Nuclio when deleting project [1.6.x] (5101)
1c9fa925 [Artifacts] Add Index artifact key and query tags with new session [1.6.x] (5100)
791c2299 [Datastore] Fix GCS storage options handling [1.6.x] (5099)
aa2061ab [SystemTest] Ensure parquet file when creating dataframe [1.6.x] (5098)
ba9cef2a [Project] Fix DELETE Project not returning 412 when Nuclio functions exists [1.6.x] (5087)
4b4c359f [FeatureStore] Fix misleading deprecation messages [1.6.x] (5083)
8270e8ec [Tests] Use a unique name for the monitoring app sys test [1.6.x] (5082)
abdb916d [Model Monitoring] Saving feature_stats as empty dict and not as null in the model_endpoint [1.6.x] (5080)
46b2ccb3 [Datastore] Fix `ParquetTarget.write_dataframe()` and improve error [1.6.x] (5081)
e9ebb41e [Model Monitoring] Enable explicit ack for V3IO streams [1.6.x] (5079)
edbd1274 [Model Monitoring] Fix monitoring jobs API query permissions [1.6.x] (5076)
e4eb1a8a [API] Do not enrich workflow schedule when given spec [1.6.x] (5075)
d8086193 [Datastore] Fix previewing artifacts associated with datastore profile [1.6.x] (5078)
6cbc2dd1 [Artifacts] Fix log dataset artifact with df [1.6.x] (5074)
9c490906 [Grafana] Set MLRun API datasource for `Feature Analysis` chart [1.6.x] (5077)
e071ba5d [Model Monitoring] Fix path filtering according to nuclio changes [1.6.x] (5063)
7f1497df [Datastore] Clarify error messages when using spark to ingest unsupported sources (5023) - 1.6.x (5061)
ed94c4fd [Project] Fix load project with artifacts test [1.6.x] (5057)
acbd1fcd [Datastore] Fix ValueError when parsing a timestamp string column with pandas 1 [1.6.x] (5055)

1.6.0rc26

Not secure
Features / Enhancements
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc26#features-and-enhancements)

Bug fixes
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc26#bug-fixes)


Pull requests:

1.6.0rc25

Not secure
Features / Enhancements
* **API**: Run `start_function` in threadpool, 5049, alonmr
* **Images**: Add build-essential to mlrun/mlrun, 5046, alonmr
* **Dataset**: Don't fail uploading dataset if `df` or `body` are empty, 5043, TomerShor
* **Project**: Increase project deletion wrapper timeout, 5041, quaark
* **Images**: Add cmake to mlrun/mlrun, 5042, alonmr
* **Datastore**: Be more flexible on timestamp format, 5034, gtopper
* **Packager**: Add timestamp to archive directory path for uniqueness, 5039, TomerShor
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc25#features-and-enhancements)

Bug fixes
* **Docs**: Fix images description, 5044, alonmr
* **Tests**: Fix k8s secrets mock + project deletion ut uses both api versions, 5040, quaark
* **Projects**: Fix deletion strategy checks on new delete project implementations, 5037, quaark
* **Tests**: Fix transient failure, 5036, gtopper
* **API**: Fix delete schedule reroute to chief, 5035, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc25#bug-fixes)


Pull requests:
884eec49 [API] Run `start_function` in threadpool (5049)
12950876 [Images] Add build-essential to mlrun/mlrun (5046)
1da46160 [Dataset] Don't fail uploading dataset if `df` or `body` are empty (5043)
7829921f [Project] Increase Project Deletion Wrapper Timeout (5041)
8c87c07a [Docs] Fix images description (5044)
949f5873 [Images] Add CMAKE to mlrun/mlrun (5042)
aecc06fc [Tests] Fix K8s Secrets Mock + Project Deletion UT uses both API versions (5040)
9488dfd7 [Datastore] Be more flexible on timestamp format (5034)
2d04d3d8 [Projects] Fix Deletion Strategy Checks on new Delete Project implementations (5037)
82575a13 [Packager] Add timestamp to archive directory path for uniqueness (5039)
ca0bb75e [Tests] Fix transient failure (5036)
9513dd43 [API] Fix delete schedule reroute to chief (5035)

1.6.0rc24

Not secure
Features / Enhancements
* **Datasets**: Support uploading dataset body when it is not a dataframe, 5027, TomerShor
* **Artifacts**: Warn loading legacy artifacts, 5031, alonmr
* **SDK**: Remove no git warning when not a git repo, 5033, alonmr
* **DB**: Lock db rows when tagging artifacts, 5019, TomerShor
* **SQLDB**: Don't update run labels if non given, 5032, alonmr
* **Requirement**: Bump nuclio-jupyter version to 0.9.15, 5025, yanburman
* **Datastore**: Forbid unlisted parameters in datastore profile initialization, 5013, alxtkr77
* **SDK**: Remove nuclio `dashboard` param, 5024, alonmr
* **Runtimes**: Remove default state_thresholds from nuclio and dask, 5020, alonmr
* **Docs**: Setting `min_replicas` and `max_replicas` in `kafkasource`, 5010, jillnogold
* **Artifacts**: Log_artifact: check file existence for local filesystem path, 4976, tomerm-iguazio
* **Datastore**: Remove run id from stream and kafka target status, 5003, gtopper
* **Spark**: Make hadoop options compatible with lazy operations, 5009, alxtkr77
* **API**: Verify project deletion in threadpool, 5011, alonmr
* **DB**: Update labels for existing features if needed, 5006, TomerShor
* **API**: Change swagger url to unversioned api, 5008, alonmr
* **Workflows**: Disregard project name on named runs while filtering, 4966, laurybueno
* **CI**: Enhance system test information provided on slack, 5004, liranbg
* **Model Monitoring**: Remove unhelpful warning, 5000, gtopper
* **Nuclio**: Revert duplicate enrichment on build, 5002, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc24#features-and-enhancements)

Bug fixes
* **Model Monitoring**: Fix update\bumping endpoint last_request timestamp when using batch infer, 5029, davesh0812
* **All**: Fix missing space in user strings, 5028, gtopper
* **Artifacts**: Fix backwards compatibility with legacy artifacts, 5026, quaark
* **Feature Store**: Fix ingest data with single quotes in v3io engine, 5017, tomerm-iguazio
* **Monitoring**: Fix inconsistent runs overriding, 5012, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc24#bug-fixes)


Pull requests:
c650b1b3 [Datasets] Support uploading dataset body when it is not a dataframe (5027)
fcd3ef37 [Artifacts] Warn loading legacy artifacts (5031)
a3261c64 [SDK] Remove no git warning when not a git repo (5033)
6484236f [DB] Lock db rows when tagging artifacts (5019)
c90b91d7 [SQLDB] Don't update run labels if non given (5032)
d80c81a5 [Requirement] Bump nuclio-jupyter version to 0.9.15 (5025)
219733eb [Model Monitoring] Fix update\bumping endpoint last_request timestamp when using batch infer (5029)
60b745a1 [All] Fix missing space in user strings (5028)
9fd9eea9 [Datastore] Forbid unlisted parameters in datastore profile initialization (5013)
483c46b2 [Artifacts] Fix Backwards Compatibility with Legacy Artifacts (5026)
1877b72f [SDK] Remove nuclio `dashboard` param (5024)
d53d4f0c [Runtimes] Remove default state_thresholds from Nuclio and Dask (5020)
0ffea042 [Docs] Setting `min_replicas` and `max_replicas` in `KafkaSource` (5010)
15e934a7 [Feature Store] fix Ingest data with single quotes in v3io engine (5017)
17fc501a [Monitoring] Fix inconsistent runs overriding (5012)
e2701431 [Artifacts] log_artifact: check file existence for local filesystem path (4976)
4b194f17 [Datastore] Remove run ID from stream and Kafka target status (5003)
03cc03c1 [Spark] Make Hadoop options compatible with lazy operations (5009)
a9d6c794 [API] Verify project deletion in threadpool (5011)
c2676e6d [DB] Update labels for existing features if needed (5006)
5e740515 [API] Change Swagger URL to unversioned API (5008)
6c75c168 [Workflows] Disregard project name on named runs while filtering (4966)
5072aa0c [CI] Enhance system test information provided on slack (5004)
f78a8d57 [Model Monitoring] Remove unhelpful warning (5000)
bc78c1e4 [Nuclio] Revert duplicate enrichment on build (5002)

Page 7 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.