Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 28 of 90

1.3.0rc25

Not secure
Features / Enhancements
* **KFP**: Auto build pipeline step, 3128, alonmr
* **Doc**: Remote configure reorganization, 3126, yevgenykhazan
* **Functions**: Mask sensitive data on `store_function`, 3096, tankilevitch
* **Run**: Ignore `typing` module for input parsing, 3125, guy1992l
* **Feature Store**: Improve error message on unknown merger, 3116, gtopper
* **Docs**: Update runtimes dask-mlrun, 3114, daniels290813
* **Runtimes**: Creating an external get_url function, 3120, davesh0812
* **Log Collector**: Change state file hierarchy, 3107, TomerShor
* **API**: Enrich kfp images based on the client versions, 3113, tankilevitch
* **Tests**: Test test_get_offline_features_with_spark_engine: change print to log, 3110, assaf758
* **Docs**: Remote configure reorganization, 3108, yevgenykhazan
* **CI**: Best effort clean stale docker images on system tests, 3106, liranbg
* **Requirments**: bump storey to 1.3.9, 3105, assaf758
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc25#features-and-enhancements)

Bug fixes
* **SQL**: Fix query for sqllite to be more safe, 3124, liranbg
* **Iguazio**: Fix mount v3io for kfp jobs, 3122, alonmr
* **Dask**: Fix worker memory limit, 3123, alonmr
* **Feature Store**: Fix Spark asof join returns wrong results, 3117, davesh0812
* **Tests**: Fix test_ingest_and_query by not expecting RunConfig(local=True) to fail, 3111, assaf758
* **SDK**: Fix no warning message when pushing project while git is not configured, 3099, quaark
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc25#bug-fixes)


Pull requests:
f0db45a3 [SQL] Fix query for sqllite to be more safe (3124)
265b9daf [KFP] Auto build pipeline step (3128)
cf72329b [Doc] Remote configure reorganization (3126)
034f59ef [Functions] Mask sensitive data on `store_function` (3096)
a4e3018d [Iguazio] Fix mount v3io for kfp jobs (3122)
07064693 [Run] Ignore `typing` module for input parsing (3125)
e2875c26 [Feature Store] Improve error message on unknown merger (3116)
398abe89 [Docs] Update runtimes dask-mlrun (3114)
b0918466 [Dask] Fix worker memory limit (3123)
8f459bdd [Runtimes] Creating an external get_url function (3120)
01656ca0 [Log Collector] Change state file hierarchy (3107)
fea85e25 [Feature Store] Fix Spark asof join returns wrong results (3117)
f80d2816 [API] Enrich kfp images based on the client versions (3113)
e97b5a52 [Tests] Fix test_ingest_and_query by not expecting RunConfig(local=True) to fail (3111)
b26142d7 [LogCollector] Bump golang.org/x/net from 0.5.0 to 0.7.0 in /go (3112)
b5f0bee1 [Tests] Test test_get_offline_features_with_spark_engine: change print to log (3110)
0d05b7fa [SDK] Fix no warning message when pushing project while git is not configured (3099)
508cd4f4 [Docs] Remote configure reorganization (3108)
548e6d01 [CI] Best effort clean stale docker images on system tests (3106)
02371096 [Requirments] bump storey to 1.3.9 (3105)

Failed parsing:
b26142d7 {dependabot[bot]} [LogCollector] Bump golang.org/x/net from 0.5.0 to 0.7.0 in /go (3112)

1.3.0rc24

Not secure
Features / Enhancements
* **Docs**: Remove deprecated methods and classes, 3056, jillnogold
* **Docs**: Update python 3.9 model pickle files, 3079, yonishelach
* **Log Collector**: Change state file key delimiter, 3100, TomerShor
* **Nuclio**: Set default workers to 0 to allow backend enrichments, 3097, liranbg
* **Feature Store**: Don't treat `RunConfig` as remote when `local=True`, 3098, gtopper
* **Nuclio**: Ensure byte string are decoded to string on old python runtimes, 3095, liranbg
* **Docs**: Spark engine support for steps: MapValues, Imputer, OneHotEncoder, DropFeatures; DateExtractor (partial), 3035, jillnogold
* **Nuclio**: Set default workers to 8 in case `None` was given, 3072, liranbg
* **Functions**: Mask function credentials after submitting run, 3076, tankilevitch
* **Models-GPU**: Move opencv dependencies installation to prebaked images, 3092, alonmr
* **Docs**: Creating feature vector over several feature sets with different entity, 2540, jillnogold
* **Docs**: Add Confluent Kafka data source, 3091, jillnogold
* **Models-GPU**: Install opencv dependencies, 3085, alonmr
* **Runtimes**: Enable type hinting inputs and log hinting returning values, 2919, guy1992l
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc24#features-and-enhancements)

Bug fixes
* **Runtimes**: Fix `_fill_credentials` condition to not overwrite if already contains secret reference, 3104, tankilevitch
* **Tests**: Test test_get_offline_features_with_spark_engine: add temp debug logs, 3103, tomerm-iguazio
* **Tests**: Fix sporadic test failures in CI, 3101, gtopper
* **Tests**: Fix nondeterministic failures of `TestFeatureStoreSparkEngine::test_aggregations`, 3086, gtopper
* **Datastore**: Fix target/source serialization to incldue credentials_prefix, 3093, alxtkr77
* **FeatureStore**: Fix issues when `value_type` is not provided to `Entity` or `Feature`, setting to string by default, 3083, davesh0812
* **SDK**: Fix `project.set_artifact` not validating artifact exists, 3059, quaark
* **Docs**: Sliding and fixed window updates, 3081, jillnogold
* **Datastore**: Fix depractations removal - delete all references to `after_state` parameter, 3088, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc24#bug-fixes)


Pull requests:
50f349c4 [Docs] Remove deprecated methods and classes (3056)
bf90e31a [Docs] Update python 3.9 model pickle files (3079)
189bb8a6 [Runtimes] Fix `_fill_credentials` condition to not overwrite if already contains secret reference (3104)
5c107528 [Tests] Test test_get_offline_features_with_spark_engine: add temp debug logs (3103)
943838bc [Tests] Fix sporadic test failures in CI (3101)
070eab61 [Log Collector] Change state file key delimiter (3100)
2727b288 [Nuclio] Set default workers to 0 to allow backend enrichments (3097)
ded35bfb [Feature Store] Don't treat `RunConfig` as remote when `local=True` (3098)
a77d7cee [Nuclio] Ensure byte string are decoded to string on old python runtimes (3095)
2de20034 [Tests] Fix nondeterministic failures of `TestFeatureStoreSparkEngine::test_aggregations` (3086)
3c9268e8 [Docs] Spark engine support for steps: MapValues, Imputer, OneHotEncoder, DropFeatures; DateExtractor (partial) (3035)
4f756c0a [Nuclio] Set default workers to 8 in case `None` was given (3072)
49229bf5 [Datastore] Fix target/source serialization to incldue credentials_prefix (3093)
29eb15b0 [FeatureStore] Fix issues when `value_type` is not provided to `Entity` or `Feature`, setting to string by default (3083)
b8b6ebcd [Functions] Mask function credentials after submitting run (3076)
f55883f9 [Models-GPU] Move opencv dependencies installation to prebaked images (3092)
6d293a2d [SDK] Fix `project.set_artifact` not validating artifact exists (3059)
10fe9d8c [Docs] Creating feature vector over several feature sets with different entity (2540)
cae5b200 [Docs] Sliding and fixed window updates (3081)
4589542a [Docs] Add Confluent Kafka data source (3091)
f2ad63b9 [Models-GPU] Install opencv dependencies (3085)
6eb66d5c [Runtimes] Enable type hinting inputs and log hinting returning values (2919)
2f9c1b3a [Datastore] Fix depractations removal - delete all references to `after_state` parameter (3088)

1.3.0rc23

Not secure
Features / Enhancements
* **Requirements**: Bump GitPython to 3.1.30, 3084, alonmr
* **Requirements**: Bump pyarrow version to 11, 3078, alxtkr77
* **MLRun**: Remove deprecated methods and parameters, 3075, alonmr
* **Log Collector**: Add endpoint to Stop logs from being collected for runs, 3063, TomerShor
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc23#features-and-enhancements)

Bug fixes
* **MLRun**: Fix deprecation warnings messages, 3080, alonmr
* **SDK**: Fix calls to `new_pipe_meta` not passing `ops`, 3077, quaark
* **Feature store**: Fix sum of square and variance aggregations in spark engine, 3062, gtopper
* **Feature Store**: Fix `_ingest_with_spark` to raise an exception on graph-run errors, 3074, davesh0812
* **Scheduler**: Fix transient test failure, 3073, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc23#bug-fixes)


Pull requests:
de337c3c [Requirements] Bump GitPython to 3.1.30 (3084)
e49afaf0 [MLRun] Fix deprecation warnings messages (3080)
01512204 [Requirements] Bump pyarrow version to 11 (3078)
96db3083 [MLRun] Remove deprecated methods and parameters (3075)
36569718 [SDK] Fix calls to `new_pipe_meta` not passing `ops` (3077)
ecc14f26 [Feature store] Fix sum of square and variance aggregations in spark engine (3062)
767c7687 [Feature Store] Fix `_ingest_with_spark` to raise an exception on graph-run errors (3074)
6dfb0266 [Scheduler] Fix transient test failure (3073)
4f905e17 [Log Collector] Add endpoint to Stop logs from being collected for runs (3063)

1.3.0rc22

Not secure
Features / Enhancements
* **API**: Remove deprecated older than 0.7.0, 3048, alonmr
* **Log Collector**: Add project name to state store key, 3064, TomerShor
* **Feature Store**: raise an error when FeaturesetValidator or SetEventMetadata are in graph of spark featureset (engine=spark), 3065, davesh0812
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc22#features-and-enhancements)

Bug fixes
* **Feature store**: Fix `TestFeatureStoreSparkEngine::test_aggregations`, 3071, gtopper
* **Spark**: Fix call to deprecated method `mount_v3io_extended`, 3070, alonmr
* **Model Monitoring**: Fix stream processing by removing unpacked labels before updating the KV table, 3067, Eyal Danieli
* **Feature Store**: Fix SparkFeatureMerger to include class var `engine` so that BaseMerger _set_index() would not skip set_index() call, 3068, davesh0812
* **Log Collector**: Fix failures on pods in pending states, 3066, TomerShor
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc22#bug-fixes)


Pull requests:
2071ea80 [API] Remove deprecated older than 0.7.0 (3048)
5c743f99 [Feature store] Fix `TestFeatureStoreSparkEngine::test_aggregations` (3071)
a8f9de1b [Spark] Fix call to deprecated method `mount_v3io_extended` (3070)
d43bc6c9 [Model Monitoring] Fix stream processing by removing unpacked labels before updating the KV table (3067)
bb6633a8 [Feature Store] Fix SparkFeatureMerger to include class var `engine` so that BaseMerger _set_index() would not skip set_index() call (3068)
08b0b942 [Log Collector] Fix failures on pods in pending states (3066)
7c341708 [Log Collector] Add project name to state store key (3064)
8c15697b [Feature Store] raise an error when FeaturesetValidator or SetEventMetadata are in graph of spark featureset (engine=spark) (3065)

1.3.0rc21

Not secure
Features / Enhancements
* **API**: Handle exceptions from kfp server in project summaries, 3049, tankilevitch
* **Log Collector**: Improve memory consumption, 3038, TomerShor
* **Log Collector**: Add project name to state log items, 3051, TomerShor
* **SDK**: Pass Cleanup TTL to Kubeflow Workflow Runner, 3050, quaark
* **Requirements**: Bump nuclio-jupyter to 0.9.8, 3047, yaelgen
* **Artifacts**: List artifacts with all tags if not given, 3045, alonmr
* **Artifacts**: Remove pending deprecation warnings from spec and meta fields, 3046, alonmr
* **Log Collector**: Separate GetLogs and StartLog buffer size, 3044, TomerShor
* *****: Deprecate methods and classes, 3033, alonmr
* **API**: Ensure DB Backup Dir Exists Before Migrations In CE, 3037, quaark
* **Unknown**: Install page improvements, 3034, yevgenykhazan
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc21#features-and-enhancements)

Bug fixes
* **Spark**: Fix spark job pods not being found, 3061, TomerShor
* **Execution**: Fix updating set labels and annotations, 3060, alonmr
* **Serving**: Fix default type for `EnrichmentVotingEnsemble.executor_type` to be thread, 3057, davesh0812
* **Runtimes**: Fix deploy serving functions with labels that have special characters, 2979, yaelgen
* **Feature Store**: Fix `get_offline_features` with spark operator, 3053, gtopper
* **Docs**: Add details on sliding and fixed windows, 2943, jillnogold
* **Docs**: Fix links and add examples, 3039, yevgenykhazan
* **Model Monitoring**: Fix monitoring stream redeployment exception, 3043, Eyal-Danieli
* **RunDB**: Fix run db URL resolvement, 3042, alonmr
* **Test**: Fix project system test, 3036, alonmr
* **Datastore**: Fix pandas write_dataframe de-duplication logic, 3020, alxtkr77
* **Datastore**: Fix BaseStoreTarget from_spec() to set target secrets and credentials_prefix, 3032, alxtkr77
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc21#bug-fixes)


Pull requests:
91f505ff [Spark] Fix spark job pods not being found (3061)
da5018c6 [Execution] Fix updating set labels and annotations (3060)
db6af7be [Serving] Fix default type for `EnrichmentVotingEnsemble.executor_type` to be thread (3057)
75343a9f [Runtimes] Fix deploy serving functions with labels that have special characters (2979)
3eee772d [API] Handle exceptions from kfp server in project summaries (3049)
47cddbb5 [Log Collector] Improve memory consumption (3038)
d4709709 [Log Collector] Add project name to state log items (3051)
0d5218d7 [SDK] Pass Cleanup TTL to Kubeflow Workflow Runner (3050)
3fdbc8e5 [Feature Store] Fix `get_offline_features` with spark operator (3053)
d939bad8 [Docs] Add details on sliding and fixed windows (2943)
d1412736 [Requirements] Bump nuclio-jupyter to 0.9.8 (3047)
2fbc2e28 [Artifacts] List artifacts with all tags if not given (3045)
5ef8b73a [Artifacts] Remove pending deprecation warnings from spec and meta fields (3046)
9ca7422c [Docs] Fix links and add examples (3039)
e9db7479 [Log Collector] Separate GetLogs and StartLog buffer size (3044)
80899907 [*] Deprecate methods and classes (3033)
3b0a92dc [Model Monitoring] Fix monitoring stream redeployment exception (3043)
2c6adecc [RunDB] Fix run db URL resolvement (3042)
a609790a [API] Ensure DB Backup Dir Exists Before Migrations In CE (3037)
673c2814 Install page improvements (3034)
e0221df4 [Test] Fix project system test (3036)
b2eb5d21 [Datastore] Fix pandas write_dataframe de-duplication logic (3020)
f893a160 [Datastore] Fix BaseStoreTarget from_spec() to set target secrets and credentials_prefix (3032)

1.3.0rc20

Not secure
Features / Enhancements
* **LogCollector**: Log error stacktrace for functions running in the background, 3030, liranbg
* **Docs**: Add Remote environment configuration page reorganization, 3015, yevgenykhazan
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc20#features-and-enhancements)

Bug fixes
* **Build**: Normalize function name fixes, 3018, AlonMaor14
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc20#bug-fixes)


Pull requests:
8f71d317 [LogCollector] Log error stacktrace for functions running in the background (3030)
df01c455 [Build] Normalize function name fixes (3018)
c0b3ba3f [Docs] Add Remote environment configuration page reorganization (3015)

Page 28 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.