Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 27 of 90

1.3.0rc31

Not secure
Features / Enhancements
* **Docs**: Remote configure reorganization, 3178, yevgenykhazan
* **Log Collector**: Truncate file if not appending to it, 3176, TomerShor
* **Requirements**: Freeze pyarrow version 10.0 to keep ParquetDataset v1, 3174, alxtkr77
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc31#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix ingestion to fail if the graph contains DropFeatures step on entity, 3161, tomerm-iguazio
* **Feature Store**: Fix spark implementation of `DateExtractor`, 3166, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc31#bug-fixes)


Pull requests:
67172471 [Docs] Remote configure reorganization (3178)
54548c3c [Feature Store] Fix ingestion to fail if the graph contains DropFeatures step on entity (3161)
84a8cbcd [Log Collector] Truncate file if not appending to it (3176)
70cf4817 [Requirements] Freeze pyarrow version 10.0 to keep ParquetDataset v1 (3174)
d0f82556 [Feature Store] Fix spark implementation of `DateExtractor` (3166)

1.3.0rc30

Not secure
Features / Enhancements
* **Docs**: Add reference to InferOptions class, 3171, george0st
* **Frameworks**: Add dict option as input to `PickleModelServer`, 3137, yonishelach
* **Docs**: Integstion-engines support for data transformations steps, 3162, assaf758
* **Model Monitoring**: Set Monitoring stream function to raise an error for out-of-order event request, 3157, Eyal-Danieli
* **CI**: Move github input to envvar, 3164, liranbg
* **Requirements**: Bump `ipython` and `nuclio-jupyter`, 3160, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc30#features-and-enhancements)

Bug fixes
* **Log Collector**: Fix lock race conditions and state overwrites, 3168, TomerShor
* **Requirements**: Force v3io-frames 0.10.4 to fix client warning, 3167, gtopper
* **Nuclio**: Fix image pull secret enrichment, 3159, alonmr
* **Requirements**: Bump FastAPI version to Fix vulnerability in `starlette`, 3158, tankilevitch
* **Models**: Fix anaconda linux gnu link on python 3.7 image, 3156, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc30#bug-fixes)


Pull requests:
c56c1c5a [Docs] Add reference to InferOptions class (3171)
d19359fa [Log Collector] Fix lock race conditions and state overwrites (3168)
f68f4420 [Frameworks] Add dict option as input to `PickleModelServer` (3137)
62f06469 [Docs] Integstion-engines support for data transformations steps (3162)
faf62420 [Model Monitoring] Set Monitoring stream function to raise an error for out-of-order event request (3157)
ffdd3166 [Requirements] Force v3io-frames 0.10.4 to fix client warning (3167)
8e6dfba2 [Nuclio] Fix image pull secret enrichment (3159)
f8970a8f [CI] Move github input to envvar (3164)
aec927aa [Requirements] Bump `ipython` and `nuclio-jupyter` (3160)
f9555333 [Requirements] Bump FastAPI version to Fix vulnerability in `starlette` (3158)
021f243b [Models] Fix anaconda linux gnu link on python 3.7 image (3156)

1.3.0rc29

Not secure
Features / Enhancements
* **Runtime**: Log when using default grace period for runtime resources deletion, 3147, alonmr
* **Security**: Relief cryptography to allow latest security updates, 3154, liranbg
* **CI**: Collect log-collector image for system tests, 3155, liranbg
* **CI**: Enable verbose logging for enterprise system test preparation, 3153, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc29#features-and-enhancements)

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


Pull requests:
e451850c [Runtime] Log when using default grace period for runtime resources deletion (3147)
dfc58279 [Security] Relief cryptography to allow latest security updates (3154)
bbaaf6ab [CI] Collect log-collector image for system tests (3155)
05828da0 [CI] Enable verbose logging for enterprise system test preparation (3153)

1.3.0rc28

Not secure
Features / Enhancements
* **Projects**: Stop logs when deleting project, 3145, TomerShor
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc28#features-and-enhancements)

Bug fixes
* **Unknown**: Revert "[Feature Store] Fix ingestion with a DropFeatures(entity) ste…, 3151, assaf758
* **Images**: Fix models cache from flag for python 3.7, 3150, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc28#bug-fixes)


Pull requests:
c61f477f Revert "[Feature Store] Fix ingestion with a DropFeatures(entity) ste… (3151)
5ed704d3 [Images] Fix models cache from flag for python 3.7 (3150)
545a0095 [Projects] Stop logs when deleting project (3145)

1.3.0rc27

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

Bug fixes
* **Function**: Fix `ensure_function_has_auth_set` to enrich function even if no access key was set but passed in auth info, 3140, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc27#bug-fixes)


Pull requests:
748d377a [Function] Fix `ensure_function_has_auth_set` to enrich function even if no access key was set but passed in auth info (3140)

1.3.0rc26

Not secure
Features / Enhancements
* **CI**: Format jupyter notebooks, 3144, liranbg
* **SDK**: Refactor `setup.py`, 3129, quaark
* **Requirements**: Require pyarrow version 10, 3141, alxtkr77
* **Docs**: Add Apache Kafka data source cfg, 3136, jillnogold
* **API**: Omit headers containing user credentials, 3142, liranbg
* **Run**: Add error message when weren't able to resolve status of run due to unexisting runtime resource, 3139, tankilevitch
* **DB**: Add `hash_key` filter to `list_functions`, 3119, yaelgen
* **Requirments**: Bump storey to v1.3.11, 3143, assaf758
* **Requirements**: Bump sqlalchemy requirement to ~=1.4 to support pandas update, 3138, davesh0812
* **API**: Call the log collector's stop log for runs that reached terminal state, 3082, TomerShor
* **Docs**: Clean up publishing, 3135, jillnogold
* **Tests**: Remove redundant test parameter, 3134, gtopper
* **Requirements**: Bump storey and v3io-frames versions, 3132, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc26#features-and-enhancements)

Bug fixes
* **Tests**: Skip `test_marketplace_default_source` to fix CI, 3146, gtopper
* **Datastore**: Fix `as_df()` and add support for it reading multiple CSV files, 3094, gtopper
* **Feature Store**: Fix Error on Spark ingestion with offline target without defined path (set resource for default path), 3118, davesh0812
* **Feature Store**: Fix ingestion with a DropFeatures(entity) step to return an error, 3121, tomerm-iguazio
* **Run**: Fix `new_task` do not normalized task name, 3127, davesh0812
* **Docs**: Fix tqdm import failure, 3130, yonishelach
* **Feature Store**: Fix sqr and stdvar aggregations in spark with `EmitEveryEvent`, 3131, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc26#bug-fixes)


Pull requests:
06aed779 [Tests] Skip `test_marketplace_default_source` to fix CI (3146)
b74368c2 [CI] Format jupyter notebooks (3144)
da0e4cb8 [Datastore] Fix `as_df()` and add support for it reading multiple CSV files (3094)
27faa2d4 [SDK] Refactor `setup.py` (3129)
6140d3e3 [Feature Store] Fix Error on Spark ingestion with offline target without defined path (set resource for default path) (3118)
1fb85a15 [Requirements] Require pyarrow version 10 (3141)
7935c370 [Docs] Add Apache Kafka data source cfg (3136)
5675a357 [Feature Store] Fix ingestion with a DropFeatures(entity) step to return an error (3121)
39991d73 [API] Omit headers containing user credentials (3142)
560d747c [Run] Add error message when weren't able to resolve status of run due to unexisting runtime resource (3139)
108de71c [DB] Add `hash_key` filter to `list_functions` (3119)
42321a61 [Requirments] Bump storey to v1.3.11 (3143)
2d8a8639 [Run] Fix `new_task` do not normalized task name (3127)
10e02164 [Requirements] Bump sqlalchemy requirement to ~=1.4 to support pandas update (3138)
2fb4a377 [API] Call the log collector's stop log for runs that reached terminal state (3082)
04195cbb [Docs] Clean up publishing (3135)
5ac9a9bc [Tests] Remove redundant test parameter (3134)
5757a051 [Requirements] Bump storey and v3io-frames versions (3132)
d7c11254 [Docs] Fix tqdm import failure (3130)
e8880bbf [Feature Store] Fix sqr and stdvar aggregations in spark with `EmitEveryEvent` (3131)

Page 27 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.