Zenml

Latest version: v0.58.2

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

Scan your dependencies

Page 1 of 20

1.48

What's Changed
* Remove stack extra from installation, enable re-running the quickstart by schustmi in https://github.com/zenml-io/zenml/pull/1133
* Secrets manager support to experiment trackers docs by safoinme in https://github.com/zenml-io/zenml/pull/1137
* Updating the README files of our examples by bcdurak in https://github.com/zenml-io/zenml/pull/1128
* Prevent running with local ZenStore and remote code execution by schustmi in https://github.com/zenml-io/zenml/pull/1134
* Remove `ml-pipelines-sdk` dependency by schustmi in https://github.com/zenml-io/zenml/pull/1103
* Fix Huggingface dataset materializer by safoinme in https://github.com/zenml-io/zenml/pull/1142
* Disallow alembic downgrades for 0.30.0 release by fa9r in https://github.com/zenml-io/zenml/pull/1140
* Fix Client flavor-related methods by schustmi in https://github.com/zenml-io/zenml/pull/1153
* Replace User Password with Token in docker images by safoinme in https://github.com/zenml-io/zenml/pull/1147
* Remove zenml pipeline runs export / import CLI commands by fa9r in https://github.com/zenml-io/zenml/pull/1150
* Context manager to track events by bcdurak in https://github.com/zenml-io/zenml/pull/1149
* Made explicit `is not None` calls to allow for empty pwd again by AlexejPenner in https://github.com/zenml-io/zenml/pull/1159
* Add Neptune exp tracker into flavors table by dnth in https://github.com/zenml-io/zenml/pull/1156
* Fix step operators by schustmi in https://github.com/zenml-io/zenml/pull/1155
* Display correct name when updating a stack component by schustmi in https://github.com/zenml-io/zenml/pull/1160
* Update mysql database creation by schustmi in https://github.com/zenml-io/zenml/pull/1152
* Adding component conditions to experiment tracker examples and adding to the environmental variable docs by bcdurak in https://github.com/zenml-io/zenml/pull/1162
* Increase dependency range for protobuf by schustmi in https://github.com/zenml-io/zenml/pull/1163
* Scheduling documentation by strickvl in https://github.com/zenml-io/zenml/pull/1158
* Adding scheduling for Vertex Pipelines by htahir1 in https://github.com/zenml-io/zenml/pull/1148
* Fix alembic migration for sqlite<3.25 by fa9r in https://github.com/zenml-io/zenml/pull/1165
* Fix pandas Series materializer by jordandelbar in https://github.com/zenml-io/zenml/pull/1146

New Contributors
* jordandelbar made their first contribution in https://github.com/zenml-io/zenml/pull/1146

1.0.0

0.58.2

The 0.58.2 minor release is packed with a set of improvements to the ZenML logging and ZenML Server.

With this release ZenML logging will:
- Offer pagination of the logs during fetching via REST API
- Store the full logs history on GCS Artifact Stores
- Be performant running logging-heavy tasks, like TQDM logging or logging of training in any Deep Learning framework (also TQDM-backed)

What's Changed
* update test-migrations.sh with latest versions by safoinme in https://github.com/zenml-io/zenml/pull/2757
* Fix overriding expiration date for api tokens by schustmi in https://github.com/zenml-io/zenml/pull/2753
* Step logs pagination by schustmi in https://github.com/zenml-io/zenml/pull/2731
* Fix broken links (round 2) by strickvl in https://github.com/zenml-io/zenml/pull/2760
* Remove default system flag in docker UV by avishniakov in https://github.com/zenml-io/zenml/pull/2764
* Another batch of small fixes and expansions by AlexejPenner in https://github.com/zenml-io/zenml/pull/2762
* Server scalability improvements by stefannica in https://github.com/zenml-io/zenml/pull/2752
* Add option to start parallel kubernetes steps with delay by schustmi in https://github.com/zenml-io/zenml/pull/2758
* Move `thread_limiter` to app startup event by avishniakov in https://github.com/zenml-io/zenml/pull/2765
* Logging performance improvements and GCP logging fix by avishniakov in https://github.com/zenml-io/zenml/pull/2755


**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.58.1...0.58.2

0.58.1

The 0.58.1 release brings a set of minor enhancements and bugfix to the ZenML framework, such as the ability to delete all pipeline versions using the Client/CLI, providing greater flexibility and control over pipeline management. Users can now specify Python package installer arguments. Furthermore, a fix has been implemented for the Sentencepiece tokenizer materializer.

We are also excited to introduce breadcrumbs to our dashboard to improve your navigation experience. This new feature allows you to easily visualize the path of your Pipelines, Models, and Artifacts, providing clear orientation, quick return to any section with a single click, and effortless navigation.

We’d like to give a special thanks to eltociear for their first contribution.

Docs re-work

We reworked the structure of our documentation pages to make it easier to find answers to your practical questions. Please do let us know if you have any feedback on the structure or the new style of the 'How To' section!

What's Changed
* Add 0.58.0 to migration testing by avishniakov in https://github.com/zenml-io/zenml/pull/2730
* Print step names in color, again by avishniakov in https://github.com/zenml-io/zenml/pull/2728
* Workflow to create JIRA tickets when Github Issues are created by strickvl in https://github.com/zenml-io/zenml/pull/2724
* Allow specifying python package installer args by schustmi in https://github.com/zenml-io/zenml/pull/2727
* Send workflow dispatch event to Cloud Plugins repo on release by wjayesh in https://github.com/zenml-io/zenml/pull/2633
* Fix Nightly Release by safoinme in https://github.com/zenml-io/zenml/pull/2711
* Fix `zenml go` images visibility in notebook by strickvl in https://github.com/zenml-io/zenml/pull/2742
* Handle error when using `zenml info` with missing dependencies by strickvl in https://github.com/zenml-io/zenml/pull/2725
* Add Discord Alerter into TOC by strickvl in https://github.com/zenml-io/zenml/pull/2735
* Allow deleting all versions of a pipeline using the Client/CLI by schustmi in https://github.com/zenml-io/zenml/pull/2745
* Misc fixes by schustmi in https://github.com/zenml-io/zenml/pull/2732
* Move full SQLite DB migration test to slow CI by strickvl in https://github.com/zenml-io/zenml/pull/2743
* Add system flag as default for uv by schustmi in https://github.com/zenml-io/zenml/pull/2748
* Add how-to section & restructure/update documentation by AlexejPenner in https://github.com/zenml-io/zenml/pull/2705
* Fix typo in help text by eltociear in https://github.com/zenml-io/zenml/pull/2750
* Add support for function types in source utils by schustmi in https://github.com/zenml-io/zenml/pull/2738
* Fix Sentencepiece tokenizer materializer by safoinme in https://github.com/zenml-io/zenml/pull/2751

New Contributors
* eltociear made their first contribution in https://github.com/zenml-io/zenml/pull/2750

**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.58.0...0.58.1

0.58.0

New Annotators
This release brings in three new integrations for our annotator stack component: [Prodigy](https://prodi.gy/), [Argilla](https://github.com/argilla-io/argilla) and [Pigeon](https://github.com/agermanidis/pigeon).
* Pigeon works within Jupyter notebooks and supports a limited feature set but is great for experimentation and demos.
* Argilla works both locally-deployed and when the annotation instance lives in the cloud (i.e. in the Hugging Face Spaces deployment which they recommend).
* Prodigy is a powerful closed-source annotation tool that allows for efficient data labeling. With this integration, users can now connect ZenML with Prodigy and leverage its annotation capabilities in their ML pipelines.

Retry configuration for steps
This release also includes new `retry` configuration for the steps. The following parameters can be set:

- _**max_retries**_: The maximum number of times the step should be retried in case of failure.
- _**delay**_: The initial delay in seconds before the first retry attempt.
- _**backoff**_: The factor by which the delay should be multiplied after each retry attempt.

To use this in your code:

python
from zenml.config.retry_config import StepRetryConfig

step(retry=StepRetryConfig(max_retries=3, delay=10, backoff=2))
def step_3() -> None:
Step implementation
raise Exception("This is a test exception")


or using a `config.yaml`:

yaml
steps:
my_step:
retry:
max_retries: 3
delay: 10
backoff: 2


In addition, this release includes a number of bug fixes and documentation updates, such as a new LLM finetuning template powered by PEFT and BitsAndBytes and instructions for the new annotators.


Breaking changes
* The interface for the base class of the annotator stack component has been updated to account for the fact that not all annotators will launch with a specific URL. So there is no longer an url argument passed in.

🥳 Community Contributions 🥳

We'd like to give a special thanks to christianversloot who contributed to this release by bumping the `mlflow` version to 2.12.2

What's Changed
* Add more failure logs for code repositories and build reuse by schustmi in https://github.com/zenml-io/zenml/pull/2697
* Prodigy annotator by strickvl in https://github.com/zenml-io/zenml/pull/2655
* Bump mlflow support to version 2.12.2 by christianversloot in https://github.com/zenml-io/zenml/pull/2693
* add 0.57.1 to migration test scripts by safoinme in https://github.com/zenml-io/zenml/pull/2702
* Pigeon annotator by strickvl in https://github.com/zenml-io/zenml/pull/2641
* Allow credentials expiry to be configured for service connectors by stefannica in https://github.com/zenml-io/zenml/pull/2704
* Argilla annotator by strickvl in https://github.com/zenml-io/zenml/pull/2687
* Add `MySQL` and `mariadb` migration tests to Slow CI by safoinme in https://github.com/zenml-io/zenml/pull/2686
* Misc small fixes by schustmi in https://github.com/zenml-io/zenml/pull/2712
* Allow resetting server and user metadata by schustmi in https://github.com/zenml-io/zenml/pull/2666
* Fix Docker failures in the CI by avishniakov in https://github.com/zenml-io/zenml/pull/2716
* Add note about helm dependencies by strickvl in https://github.com/zenml-io/zenml/pull/2709
* Add retry config for failing steps by safoinme in https://github.com/zenml-io/zenml/pull/2627
* Update pyparsing version by strickvl in https://github.com/zenml-io/zenml/pull/2710
* New ruff issue by avishniakov in https://github.com/zenml-io/zenml/pull/2718
* PEFT LLM Template by avishniakov in https://github.com/zenml-io/zenml/pull/2719
* Add `model_version_id` as part of the Model config by avishniakov in https://github.com/zenml-io/zenml/pull/2703
* Add more runners to fast CI by safoinme in https://github.com/zenml-io/zenml/pull/2706
* Fail faster on notebook installation and only clone / download the branch we need for `zenml go` by strickvl in https://github.com/zenml-io/zenml/pull/2721
* Make a clear separation between server and dashboard API in the server configuration by stefannica in https://github.com/zenml-io/zenml/pull/2722
* Update pymysql to fix CVE-2024-36039 by stefannica in https://github.com/zenml-io/zenml/pull/2714
* Allow specifying privileged mode for Kubernetes orchestrator containers by schustmi in https://github.com/zenml-io/zenml/pull/2717
* Don't use pod resources/affinity for kubernetes orchestrator pod by schustmi in https://github.com/zenml-io/zenml/pull/2707
* Extra test for artifact listing by avishniakov in https://github.com/zenml-io/zenml/pull/2715
* Pipeline run not tracked in cached artifact version by avishniakov in https://github.com/zenml-io/zenml/pull/2713


**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.57.1...0.58.0

0.57.1

This a minor release that brings a variety of enhancements for
the new dashboard release, a new update to the LLMOps guide (covering the use of rerankers in RAG pipelines), and [an updated README](README.md). It also introduces some new improvements to the service connectors.

We'd like to give a special thanks to ruvilonix for their first contribution.

What's Changed
* Add new versions to migration testing by avishniakov in https://github.com/zenml-io/zenml/pull/2663
* Resource settings import fix by htahir1 in https://github.com/zenml-io/zenml/pull/2664
* Fix env variable for legacy dashboard by schustmi in https://github.com/zenml-io/zenml/pull/2668
* Fix broken links in code examples by strickvl in https://github.com/zenml-io/zenml/pull/2672
* Improve error message when trying to unpack a step artifact by schustmi in https://github.com/zenml-io/zenml/pull/2674
* Prevent special whitespaces in the names of entities by avishniakov in https://github.com/zenml-io/zenml/pull/2665
* Ensure extra flags aren't passed into `uv` integration install command by strickvl in https://github.com/zenml-io/zenml/pull/2670
* `enable_cache` option shouldn't be set to `False` for one of the steps by ruvilonix in https://github.com/zenml-io/zenml/pull/2574
* Add new dashboard links to create/deactivate CLI commands by avishniakov in https://github.com/zenml-io/zenml/pull/2678
* Add reranking section to LLMOps guide by strickvl in https://github.com/zenml-io/zenml/pull/2679
* Updated Readme by AlexejPenner in https://github.com/zenml-io/zenml/pull/2675
* Added Thumbnail by AlexejPenner in https://github.com/zenml-io/zenml/pull/2684
* [k8s orchestrator] Fix credentials refresh and don't use service connector for incluster auth by wjayesh in https://github.com/zenml-io/zenml/pull/2671
* Prepare Release 0.57.1 by safoinme in https://github.com/zenml-io/zenml/pull/2683
* Include email in event by schustmi in https://github.com/zenml-io/zenml/pull/2692
* Set newsletter flag from email opted in by schustmi in https://github.com/zenml-io/zenml/pull/2694
* Only report usage once pipeline run starts by schustmi in https://github.com/zenml-io/zenml/pull/2680
* Reduced thumbnail size by AlexejPenner in https://github.com/zenml-io/zenml/pull/2689
* Fix intermittent timeout issues with service connector sessions by stefannica in https://github.com/zenml-io/zenml/pull/2690
* Include unique constraints in the database backup by stefannica in https://github.com/zenml-io/zenml/pull/2695
* [k8s orch] Add option to specify separate service account for step pods by wjayesh in https://github.com/zenml-io/zenml/pull/2688
* Update GCP registry docs by safoinme in https://github.com/zenml-io/zenml/pull/2676
* Use service connector for boto session if possible by schustmi in https://github.com/zenml-io/zenml/pull/2682
* Send missing user enriched events by schustmi in https://github.com/zenml-io/zenml/pull/2696

New Contributors
* ruvilonix made their first contribution in https://github.com/zenml-io/zenml/pull/2574

**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.57.0...0.57.1

Page 1 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.