Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 9 of 90

1.6.0rc17

Not secure
Features / Enhancements
* **Featurestore**: Add future deprication messages to feature-store apis that changed to class methods, 4803, alxtkr77
* **Unknown**: Revert "[artifacts] add the option to calculate the size of artifact", 4807, alonmr
* **Feature Store**: Support retrieval across feature-sets with different number of entities, 4726, davesh0812
* **Project**: Add `tree` argument to `get_artifact`, 4801, TomerShor
* **Utils**: Skip 'derecated' when looking for caller function's namespace, 4799, alxtkr77
* **Project**: Return clear error messages when set_source triggers unresolvable function dependencies, 4797, laurybueno
* **Artifacts**: Check existing artifact with uid when storing artifact, 4773, TomerShor
* **Pipelines**: Default workflow status to unknown if status is missing, 4781, liranbg
* **Tests**: Change test target path, 4786, tomerm-iguazio
* **Runtimes**: Add databricks output as mlrun logs, 4766, tomerm-iguazio
* **API**: Add model monitoring dashboard url to frontend spec, 4772, gtopper
* **Makefile**: `fmt` target should never fail, 4783, gtopper
* **Requirements**: Ingest large df - bump story to 1.6.12, 4777, tomerm-iguazio
* **Artifacts**: Header length information for datasets must be stored as a status property, 4780, laurybueno
* **Artifacts**: Datasets should always know how many columns they had before pre-processing, 4779, laurybueno
* **MAKE**: Make awk expression compatible with older awk versions, 4768, yanburman
* **Artifacts**: Add the option to calculate the size of artifact, 4719, Yacouby
* **Model Monitoring**: Update the number of application stream shards to 1, 4771, jond01
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc17#features-and-enhancements)

Bug fixes
* **Datastore**: Fix purge_targets on azure datastore, 4806, tomerm-iguazio
* **Auth**: Fix overriding hints with import substitutions, 4808, alonmr
* **API**: Fix call to v3io stream `create()`, 4804, gtopper
* **Artifacts**: Fix iteration in uid calculation during migration, 4802, TomerShor
* **Datastore**: Fix datastore hadoop based profiles handling in spark (s3), 4787, alxtkr77
* **Model Monitoring**: Fix support for evidently >=0.4.11 and warn if unsupported evidently version is used, 4794, jond01
* **Feature-store**: Fix ingest()/ds-profile ingetration - remove datastore type embedding in url, 4788, alxtkr77
* **Model Monitoring**: Fix "last_request" logic to be updated on each request, 4792, jond01
* **V3IO**: Fix parameter name in calls to new stream api, 4782, gtopper
* **Artifacts**: Fix migrating artifacts without iteration, 4775, TomerShor
* **Docs**: Fix `store_artifact` docstring in httpdb, 4776, TomerShor
* **Dataset**: Fix duplicate index preview, 4778, liranbg
* **Pipelines**: Fix non-deterministic remote pipeline notifications, 4774, quaark
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc17#bug-fixes)


Pull requests:
900934a4 [Featurestore] Add future deprication messages to feature-store APIs that changed to class methods (4803)
059ae8ec [Datastore] fix purge_targets on azure datastore (4806)
b2a3626a [Auth] Fix overriding hints with import substitutions (4808)
8b600a2c Revert "[Artifacts] Add the option to calculate the size of artifact" (4807)
3fd34a49 [Feature Store] Support retrieval across feature-sets with different number of entities (4726)
c7e0574b [API] Fix call to v3io stream `create()` (4804)
0cc6201b [Artifacts] Fix iteration in uid calculation during migration (4802)
3495bfb3 [Datastore] Fix datastore hadoop based profiles handling in Spark (s3) (4787)
e18fb892 [Model Monitoring] Fix support for evidently >=0.4.11 and warn if unsupported evidently version is used(4794)
0e814546 [Project] Add `tree` argument to `get_artifact` (4801)
bfcacb54 [Feature-store] Fix ingest()/ds-profile ingetration - remove datastore type embedding in URL (4788)
e9de5cc7 [Utils] Skip 'derecated' when looking for caller function's namespace (4799)
39649cba [Model Monitoring] Fix "last_request" logic to be updated on each request (4792)
776fefe1 [Project] Return clear error messages when set_source triggers unresolvable function dependencies (4797)
99a02a3f [Artifacts] Check existing artifact with uid when storing artifact (4773)
44cb6166 [Pipelines] Default workflow status to unknown if status is missing (4781)
6afcf3f0 [Tests] Change test target path (4786)
87cafd70 [Runtimes] Add databricks output as mlrun logs (4766)
a52da8fe [API] Add model monitoring dashboard URL to frontend spec (4772)
074b1b58 [V3IO] Fix parameter name in calls to new stream API (4782)
58f8de14 [Makefile] `fmt` target should never fail (4783)
6d840730 [Requirements] Ingest large df - bump story to 1.6.12 (4777)
937893f8 [Artifacts] Header length information for datasets must be stored as a status property (4780)
b3e385a3 [Artifacts] Datasets should always know how many columns they had before pre-processing (4779)
e175ebde [Artifacts] Fix migrating artifacts without iteration (4775)
d560dcb9 [Docs] Fix `store_artifact` docstring in httpdb (4776)
f82b9da4 [Dataset] Fix duplicate index preview (4778)
f9a4c921 [Pipelines] Fix Non-deterministic Remote Pipeline Notifications (4774)
b744a4f5 [MAKE] Make awk expression compatible with older awk versions (4768)
db3f1874 [Artifacts] Add the option to calculate the size of artifact (4719)
74cdc4df [Model Monitoring] Update the number of application stream shards to 1 (4771)

1.6.0rc16

Not secure
Features / Enhancements
* **V3IO**: Replace deprecated v3io-py apis, 4765, gtopper
* **API**: Handle recurrent abort runs, 4764, alonmr
* **Linting**: Add ruff formatter - replace black, 4748, jond01
* **Tracker**: Don't commit run if no trackers, 4755, alonmr
* **Docs**: Add full url, not only relative path, 4760, george0st
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc16#features-and-enhancements)

Bug fixes
* **Run**: Fix state validation in error property getter, 4769, alonmr
* **Notifications**: Fix schedule pipeline not sending notifications, 4759, quaark
* **API**: Fix passing project spec params as int object, 4763, Yacouby
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc16#bug-fixes)


Pull requests:
348a7379 [V3IO] Replace deprecated v3io-py APIs (4765)
e6bad347 [Run] Fix state validation in error property getter (4769)
701c40a6 [API] Handle recurrent abort runs (4764)
28be8796 [Linting] Add Ruff formatter - replace black (4748)
e32fe00d [Tracker] Don't commit run if no trackers (4755)
561f092e [Notifications] Fix Schedule Pipeline Not Sending Notifications (4759)
38bfacfb [Docs] Add full url, not only relative path (4760)
caa92dc3 [API] Fix passing project spec params as int object (4763)

1.6.0rc15

Not secure
Features / Enhancements
* **Feature Store**: Add missing annotation, 4762, gtopper
* **Feature Store**: Revert "[featurestore] add future deprecation messages to several apis (4754)", 4767, gtopper
* **Datastore**: Avoid failure on serialization, 4758, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc15#features-and-enhancements)

Bug fixes
* **Tests**: Fix running tests in case kube config present, 4761, yanburman
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc15#bug-fixes)


Pull requests:
3e6ededb [Feature Store] Add missing annotation (4762)
42e6b3f8 Revert "[Featurestore] Add future deprecation messages to several APIs (4754)" (4767)
1991f2f7 [Tests] Fix running tests in case kube config present (4761)
f26dcead [Datastore] Avoid failure on serialization (4758)

1.6.0rc14

Not secure
Features / Enhancements
* **Requirements**: Bump fsspec and dependancies + databricks-sdk, 4739, tomerm-iguazio
* **Docs**: Repair & remove links, 4752, george0st
* **API**: Add aborting state, 4757, alonmr
* **Artifacts**: Refactor artifacts db tables and api, 4753, TomerShor
* **Logs**: Refactor get_log & watch_log functions for better log retrieval, 4731, Yacouby
* **Pipelines**: Ignore get run status for remote:local, 4751, alonmr
* **Featurestore**: Add future deprecation messages to several apis, 4754, alxtkr77
* **Linting**: Add ruff linter - replace isort & flake8, 4740, jond01
* **Config**: Remove an unused legacy `setup.cfg` file, 4745, jond01
* **Requirements**: Bump storey to 1.6.11, 4746, gtopper
* **CRUD**: Validate run state before deletion, 4736, alonmr
* **API**: Cascade and batch multiple runs deletion, 4729, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc14#features-and-enhancements)

Bug fixes
* **Datastore**: Fix delete ("rm") in azure datastore, 4734, tomerm-iguazio
* **API**: Fix run logs not deleted in worker, 4747, TomerShor
* **HTTPDB**: Update paths to use project prefix convention, 4743, alonmr
* **Model Monitoring**: Fix the option to return a list of results, 4735, jond01
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc14#bug-fixes)


Pull requests:
e1417192 [Requirements] Bump fsspec and dependancies + databricks-sdk (4739)
9a5cc955 [Docs] Repair & Remove links (4752)
d2080b64 [API] Add aborting state (4757)
bdeb9665 [Artifacts] Refactor artifacts DB tables and API (4753)
142cfe18 [Datastore] Fix delete ("rm") in Azure datastore (4734)
dbc02a8f [Logs] Refactor get_log & watch_log functions for better log retrieval (4731)
71deb568 [Pipelines] Ignore get run status for remote:local (4751)
14e16377 [Featurestore] Add future deprecation messages to several APIs (4754)
7d97ad1b [API] Fix run logs not deleted in worker (4747)
24206157 [Linting] Add Ruff linter - replace isort & flake8 (4740)
c774618a [Config] Remove an unused legacy `setup.cfg` file (4745)
de958eb4 [Requirements] Bump storey to 1.6.11 (4746)
f4b97867 [HTTPDB] Update paths to use project prefix convention (4743)
0d4ef3a1 [Model Monitoring] Fix the option to return a list of results (4735)
0430d355 [CRUD] Validate run state before deletion (4736)
b650953a [API] Cascade and batch multiple runs deletion (4729)

1.6.0rc13

Not secure
Features / Enhancements
* **Requirments**: S3fs, gcsfs: bump to 2023.9.1, 4732, assaf758
* **Model Monitoring**: Support running apps on "batch infer" results, 4709, jond01
* **Serving**: Restart async flow in draining callback, 4689, gtopper
* **API**: Delete run logs when deleting run, 4728, TomerShor
* **Runtimes**: Databricks response robustness and cleanup, 4727, tomerm-iguazio
* **Model Monitoring**: Don't delay the controller's schedule, 4720, jond01
* **API**: Add resource search before failing run in monitoring, 4722, alonmr
* **Exception**: Improve readability, 4715, george0st
* **SDK**: Add warning for overwrite build params default change, 4725, alonmr
* **Docs**: Add unsupported runtimes note for state thresholds, 4723, alonmr
* **Readme**: Update build status badge, 4718, jond01
* **Docs**: Repair other urls, 4714, george0st
* **Docs**: Repair urls, 4712, george0st
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc13#features-and-enhancements)

Bug fixes
* **Serving**: Fix yaml serialization error in serving and ingestion service, 4700, gtopper
* **Runtimes**: Fix `invoke()` sending request to old endpoint during rolling deploy, 4708, gtopper
* **Feature store**: Fix timestamp conversion in merger, 4716, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc13#bug-fixes)


Pull requests:
abca3cad [Requirments] s3fs, gcsfs: bump to 2023.9.1 (4732)
f6095dd8 [Model Monitoring] Support running apps on "batch infer" results (4709)
a12d638d [Serving] Restart async flow in draining callback (4689)
37664884 [API] Delete run logs when deleting run (4728)
1abda884 [Runtimes] Databricks response robustness and cleanup (4727)
d3da692c [Model Monitoring] Don't delay the controller's schedule (4720)
c01d9705 [API] Add resource search before failing run in monitoring (4722)
1e89e1cf [Exception] Improve readability (4715)
40d97fc5 [SDK] Add warning for overwrite build params default change (4725)
3e46b047 [Docs] Add unsupported runtimes note for state thresholds (4723)
27792fd0 [Serving] Fix YAML serialization error in serving and ingestion service (4700)
118fee66 [Runtimes] Fix `invoke()` sending request to old endpoint during rolling deploy (4708)
0a0e739b [Feature store] Fix timestamp conversion in merger (4716)
270e964e [Readme] Update build status badge (4718)
5b915720 [Docs] Repair other urls (4714)
b04bec61 [Docs] Repair urls (4712)

1.6.0rc12

Not secure
Features / Enhancements
* **DB**: Remove needless sqllite to mysql migration, 4701, liranbg
* **Model-monitoring**: Rename api, 4706, assaf758
* **Datastore**: Supports azure profiles, 4703, tomerm-iguazio
* **API**: Delete runtime resources before deleting run, 4680, alonmr
* **Requirements**: Bumping fsspec and dependencies to 2023.9.0, 4688, tomerm-iguazio
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc12#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix timestamp resolution incompatibility before merge, if necessary, 4696, gtopper
* **Model Monitoring**: Fix the controller windows loop - continue, don't return, 4707, jond01
* **Spark**: Fix passing storage options to spark session for s3, 4704, alxtkr77
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc12#bug-fixes)


Pull requests:
4196c533 [DB] Remove needless sqllite to mysql migration (4701)
92b1ca9e [Feature Store] Fix timestamp resolution incompatibility before merge, if necessary (4696)
3aba47e4 [Model Monitoring] Fix the controller windows loop - continue, don't return (4707)
ed8b9110 [Model-monitoring] Rename api (4706)
723ff7d2 [Spark] Fix passing storage options to spark session for S3 (4704)
347656f9 [Datastore] supports azure profiles (4703)
d5633857 [API] Delete runtime resources before deleting run (4680)
1336b206 [Requirements] Bumping fsspec and dependencies to 2023.9.0 (4688)

Page 9 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.