Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 36 of 90

1.2.0rc18

Not secure
Features / Enhancements
* **SDK**: Support string values in min/max replicas, 2606, GiladShapira94
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc18#features-and-enhancements)

Bug fixes
* **Pipelines**: Fix how we pull logs when `httpdb.logs.pipeline.pull_state.mode=enabled`, 2620, tankilevitch
* **API**: Fix Background Tasks Being Cancelled Prematurely, 2618, quaark
* **System Tests**: Add restart to datanode docker registry before cleanup, 2619, tankilevitch
* **Builder**: Build function from source fixes, 2617, AlonMaor14
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc18#bug-fixes)


Pull requests:
3d4802d1 [Pipelines] Fix how we pull logs when `httpdb.logs.pipeline.pull_state.mode=enabled` (2620)
edc00dfa [SDK] Support string values in min/max replicas (2606)
9c1b8c52 [API] Fix Background Tasks Being Cancelled Prematurely (2618)
01730067 [System Tests] Add restart to datanode docker registry before cleanup (2619)
da9da17e [Builder] Build function from source fixes (2617)

1.2.0rc17

Not secure
Features / Enhancements
* **Build**: Add `overwrite_build_params` for `build_function`, 2604, tankilevitch
* **Job**: Load source at runtime or build time fix, 2588, AlonMaor14
* **Pipelines**: Change the way the kfp pod pulls the run state, 2548, tankilevitch
* **Frameworks**: Add alias for the SciKit-Learn model server, 2615, guy1992l
* **API**: Adding cloud storage to default allowed file paths, 2614, theSaarco
* **Projects**: Support GH fine grained tokens, 2611, theSaarco
* **Tests**: Adopt test_sync_pipeline_chunks to entities set to df index, 2599, assaf758
* **Docs**: figure updated with Function Hub, 2602, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc17#features-and-enhancements)

Bug fixes
* **SDK**: Fix console notification being printed when also ipython notification is displayed, 2610, quaark
* **Feature Store**: Fix target path in spark merger, 2605, gtopper
* **Tests**: Fix `test_schedule_on_filtered_by_time`, 2598, gtopper
* **Unknown**: Fix Docker Compose Deployment, 2601, quaark
* **Frameworks**: Fixed bug of no validation set in training, 2608, guy1992l
* **System Tests**: Add checkout before copying `cleanup.py`, 2612, tankilevitch
* **API**: Configure Uvicorn Keep Alive Timeout, 2613, quaark
* **Client-Spec**: Pass logs config through the client spec, 2616, tankilevitch
* **Run**: Ignore returned `None` values for logging, 2603, guy1992l
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc17#bug-fixes)


Pull requests:
85d5016e [Client-Spec] Pass logs config through the client spec (2616)
15e20ef6 [Build] Add `overwrite_build_params` for `build_function` (2604)
0ad3530e [SDK] Fix console notification being printed when also ipython notification is displayed (2610)
a57b4b92 [Job] Load source at runtime or build time fix (2588)
edb1b723 [Pipelines] Change the way the kfp pod pulls the run state (2548)
04a96f2c [Frameworks] Add alias for the SciKit-Learn model server (2615)
926732ce Fix Docker Compose Deployment (2601)
0744d011 [Frameworks] Fixed bug of no validation set in training (2608)
efec5fac [API] Configure Uvicorn Keep Alive Timeout (2613)
1e4db64d [API] Adding cloud storage to default allowed file paths (2614)
b062157f [Projects] Support GH fine grained tokens (2611)
024aa277 [System Tests] Add checkout before copying `cleanup.py` (2612)
2b391945 [Feature Store] Fix target path in spark merger (2605)
6efd5574 [Tests] Fix `test_schedule_on_filtered_by_time` (2598)
db4a9be8 [Tests] Adopt test_sync_pipeline_chunks to entities set to df index (2599)
63f3db6a [Run] Ignore returned `None` values for logging (2603)
ec1a12bf [Docs] figure updated with Function Hub (2602)

1.2.0rc16

Not secure
Features / Enhancements
* **System Tests**: Change order of system tests cleanup and add datanode docker registry restart, 2600, tankilevitch
* **Docs**: Change marketplace to Function Hub, co-located data ingestion topics, 2590, jillnogold
* **Docs**: AWS install with policy, 2591, gilad-shaham
* **Artifacts**: List Artifacts enrich with tag for all tags, 2589, tankilevitch
* **Frameworks**: HuggingFace model server, 2594, guy1992l
* **Unknown**: [DataStore] Fix v3io listdir: fix logic error and move to httpclient transport, 2592, assaf758
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc16#features-and-enhancements)

Bug fixes
* **Tags**: Fix warning `Too much data for declared Content-Length` in Delete Tags endpoint, 2597, tankilevitch
* **Tests**: Fix `test_pandas_write_parquet`, 2596, gtopper
* **Datastore**: Fix double passing of named parameter, 2578, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc16#bug-fixes)


Pull requests:
f45da1ff [System Tests] Change order of system tests cleanup and add datanode docker registry restart (2600)
c3a97564 [Docs] Change marketplace to Function Hub, co-located data ingestion topics (2590)
d5ad0bce [Tags] Fix warning `Too much data for declared Content-Length` in Delete Tags endpoint (2597)
47c6616e [Docs] AWS install with policy (2591)
f4c45fc0 [Artifacts] List Artifacts enrich with tag for all tags (2589)
747f45ef [Tests] Fix `test_pandas_write_parquet` (2596)
ff4d0a64 [Frameworks] HuggingFace model server (2594)
15d7693d [DataStore] Fix v3io listdir: fix logic error and move to httpclient transport (2592)
62e2e7d6 [Datastore] Fix double passing of named parameter (2578)

1.2.0rc15

Not secure
Features / Enhancements
* **Artifacts**: Fix tag artifacts when logging artifacts through `project.log_artifact`, 2582, tankilevitch
* **Artifacts**: Fix artifact `latest` tag enrichment, 2572, tankilevitch
* **API**: Optimize HTTP Retry Mechanism, 2586, quaark
* **Artifacts**: Fix legacy artifacts load when loading project, 2584, theSaarco
* **FeatureStore**: Reduce merge memory consumption, 2579, gtopper
* **API**: Make the HTTP retry mechanism more generic, 2576, quaark
* **Setup**: Add `api.api.endpoints.internal` to setup.py to be able to be run on open source jupyter, 2580, tankilevitch
* **Artifacts**: Fix log artifact with tag overwrite to latest, 2562, tankilevitch
* **DataStore**: Fix get_or_create_store() to use netloc instead of endpoint, 2577, assaf758

* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc15#features-and-enhancements)

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


Pull requests:
37c5c7e2 [Artifacts] Fix tag artifacts when logging artifacts through `project.log_artifact` (2582)
1182f3f4 [Artifacts] Fix artifact `latest` tag enrichment (2572)
8b4349a3 [API] Optimize HTTP Retry Mechanism (2586)
103d9750 [Artifacts] Fix legacy artifacts load when loading project (2584)
3f5f8f6f [FeatureStore] Reduce merge memory consumption (2579)
755327fc [API] Make the HTTP retry mechanism more generic (2576)
0b9e7ab6 [Setup] Add `api.api.endpoints.internal` to setup.py to be able to be run on open source jupyter (2580)
1e8242ba [Artifacts] Fix log artifact with tag overwrite to latest (2562)
c8bd219d [DataStore] Fix get_or_create_store() to use netloc instead of endpoint (2577)

1.2.0rc14

Not secure
Features / Enhancements
* **Docs**: Reduce TOC search bar spacing, 2574, gilad-shaham
* **Artifacts**: Add category option to `list_artifact_tags`, fix to return only distinct values, 2570, theSaarco
* **Run**: `mlrun.handler` - Added error handling., 2568, guy1992l
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc14#features-and-enhancements)

Bug fixes
* **Feature Store**: Reduce merger peak memory consumption, 2569, gtopper
* **Feature Store**: Fix reduced timestamp precision in spark stats, 2573, gtopper
* **Run**: Fix if statement when pulling project `artifact_path` for run, 2571, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc14#bug-fixes)


Pull requests:
45cee97a [Docs] Reduce TOC search bar spacing (2574)
2e971cc0 [Artifacts] Add category option to `list_artifact_tags`, fix to return only distinct values (2570)
23334eb6 [Feature Store] Reduce merger peak memory consumption (2569)
9a3ca12e [Feature Store] Fix reduced timestamp precision in spark stats (2573)
e7f7b074 [Run] Fix if statement when pulling project `artifact_path` for run (2571)
abd4ee35 [Run] `mlrun.handler` - Added error handling. (2568)

1.2.0rc13

Not secure
Features / Enhancements
* **Spark**: Generate stats for timestamp and boolean columns, 2561, gtopper
* **API**: Add timeouts for requests which are getting rerouted to chief, 2565, tankilevitch
* **Serving**: Use before param in add_aggregate function as expected., 2560, davesh0812
* **Docs**: Add AWS to install and a few updates to the AWS install page, 2566, gilad-shaham
* **Docs**: Update Project pages, 2487, yaronha
* **Docs**: AWS installation, 2492, gilad-shaham
* **Docs**: Community Edition Installation Docs, 2450, quaark
* **Project**: Add missing project run_function(), build_function() args, 2559, yaronha
* **Docs**: Redis as online feature set, 2539, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc13#features-and-enhancements)

Bug fixes
* **Unknown**: Fix table causing errors during doc build, 2564, gilad-shaham
* **Feature Store**: Fix stats for multi-index dataframes (pandas), 2557, gtopper
* **Datastore**: Fix `KafkaSource` without attributes, 2558, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc13#bug-fixes)


Pull requests:
08b037a6 [Spark] Generate stats for timestamp and boolean columns (2561)
588e04c3 [API] Add timeouts for requests which are getting rerouted to chief (2565)
fbc5245d [Serving] Use before param in add_aggregate function as expected. (2560)
8fec7860 [Docs] Add AWS to install and a few updates to the AWS install page (2566)
ca8cef91 Fix table causing errors during doc build (2564)
048c5348 [Docs] Update Project pages (2487)
b8f523fd [Docs] AWS installation (2492)
f75cd485 [Docs] Community Edition Installation Docs (2450)
1de6a7c0 [Project] Add missing project run_function(), build_function() args (2559)
af4d517c [Feature Store] Fix stats for multi-index dataframes (pandas) (2557)
c7230e6f [Docs] Redis as online feature set (2539)
f924fb06 [Datastore] Fix `KafkaSource` without attributes (2558)

Page 36 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.