Hyfi

Latest version: v1.37.0

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

Scan your dependencies

Page 9 of 30

1.17.0

Feature

* **tests:** Add new unit tests for RunConfig and update TestRunner tests ([`33ee129`](https://github.com/entelecheia/hyfi/commit/33ee12914de115d209c3f7e2b5a03e56e3475bfc))
* **runner:** Add RunConfig to TestRunner ([`f62cc5b`](https://github.com/entelecheia/hyfi/commit/f62cc5b2964505af5ce80a8db32389d0d9fe7453))
* **run:** Add new RunConfig class and methods to generate and save HyFi config ([`dabd678`](https://github.com/entelecheia/hyfi/commit/dabd6787d6de31e6a528fdc537642431f103c8fa))
* **run:** Add RunConfig module ([`fe95115`](https://github.com/entelecheia/hyfi/commit/fe95115617a4e163b44455590dfef796acac9bf4))
* **run-config:** Add new configuration template in 'help' yaml file ([`4b92892`](https://github.com/entelecheia/hyfi/commit/4b92892121f604b8234c07e2d4eb2756a87b4d72))
* **composer:** Add sanitizer static method and enhance save method in BaseModel ([`b0ad1c6`](https://github.com/entelecheia/hyfi/commit/b0ad1c6dc974652f297d092181be0d3ff64bcde5))
* **composer:** Add new SpecialKeys and rename few others ([`e3c3611`](https://github.com/entelecheia/hyfi/commit/e3c3611a517adfacd9552e6099716d4a7e20807f))
* **runner:** Add defaults to test configuration ([`ca049e3`](https://github.com/entelecheia/hyfi/commit/ca049e37a716460f8bed7d7542bb7c348f707cab))
* **runner:** Add verbose property to BaseRunner class, add new TestRunner class with 'hello' and 'world' methods ([`9ffee8e`](https://github.com/entelecheia/hyfi/commit/9ffee8e226b5f361a7551c1861e6aeed3e37c36e))
* **composer/model:** Add verbose property, add save option in base model ([`081bb1e`](https://github.com/entelecheia/hyfi/commit/081bb1e8724da97db310b09ea06a93abb714af1d))
* **runner:** Add new TestRunner and BaseRunner configurations ([`9c52d32`](https://github.com/entelecheia/hyfi/commit/9c52d32343cddc2731ad0c79b6d2851dceb8dcdb))
* **runner:** Implement running calls function, add get_running_calls, run_call methods. ([`c41e177`](https://github.com/entelecheia/hyfi/commit/c41e1775fbeaabe343b260883afbc3f8d021d0eb))
* **workflow:** Add task running capabilities, add pipeline support in workflow run ([`b46f145`](https://github.com/entelecheia/hyfi/commit/b46f1459bdb0939b4a044e6bbdbd68ab00950451))
* **task:** Add run and run_pipeline methods ([`dc37419`](https://github.com/entelecheia/hyfi/commit/dc3741938c2ce3158cadb5aee5994d6f03c81327))
* **pipeline:** Add run_pipe function ([`afc75d0`](https://github.com/entelecheia/hyfi/commit/afc75d0cd4e9d7f1727c06159262b310070355fd))
* **task:** Add get_pipelines method ([`e16c032`](https://github.com/entelecheia/hyfi/commit/e16c03283ef73ca4347388eb51b2c245ba1eace5))
* **runner:** Add BaseRunner to __init__.py ([`930a8f8`](https://github.com/entelecheia/hyfi/commit/930a8f84405c73408ab0b391729c47fe02559c87))
* **pipeline:** Add pipeline execution and configuration classes ([`356e22f`](https://github.com/entelecheia/hyfi/commit/356e22fa4d7816e05ce275951bc98af516823cb2))
* **runner:** Add BaseRunner class, rename configs.py to pipes.py ([`962d3cf`](https://github.com/entelecheia/hyfi/commit/962d3cf811367869780f7a8f93a1ca7279d59dbe))
* **model:** Add auto-populate, auto-generate, exclude attributes and related functionality, update config group default values and related changes in compose mechanism ([`90cc874`](https://github.com/entelecheia/hyfi/commit/90cc87477cce7bc36f9625afc161ca6a53d9424a))

Fix

* **hyfi/pipeline:** Add config module for pipeline configuration ([`c9b60c1`](https://github.com/entelecheia/hyfi/commit/c9b60c105e463c3439d880e0d4d474219a635786))
* **HyFI:** Extract instantiation logic to separate method ([`7ad63f9`](https://github.com/entelecheia/hyfi/commit/7ad63f902c67e3d82883ca316b3cec14719a7bf6))
* **composer:** Decouple ConfigGroup logic from Composer ([`63144ff`](https://github.com/entelecheia/hyfi/commit/63144ffeed4ef41e477add5e133e4292d9ce4535))

1.16.1

Fix

* **composer/model.py:** Add sanitized_config ([`f892f4c`](https://github.com/entelecheia/hyfi/commit/f892f4c7bbd697d1b5cc496db32178cb75a71095))

1.16.0

Feature

* **test_workflow:** Add tests for pipeline workflows ([`5b03565`](https://github.com/entelecheia/hyfi/commit/5b03565eb029e8b90037e2a44fedfa7fe76875a3))
* **workflow:** Added pipelines to WorkflowConfig, renamed get_task to get_running_task, added get_task method to WorkflowConfig ([`c2cfc6f`](https://github.com/entelecheia/hyfi/commit/c2cfc6f63ed9b3bf909deb53841d376e8c35301c))
* **pipeline:** Add workflow pipelines support ([`5244811`](https://github.com/entelecheia/hyfi/commit/5244811513ef61ccf6acd02c0431e2948800ee08))
* **HyFI:** Add dryrun option for tasks and workflows, separate run_command and run_config methods ([`610eb6e`](https://github.com/entelecheia/hyfi/commit/610eb6edfefd48835601218f3c3cda1899826199))
* **hyfi-config:** Add noop and dryrun flags ([`27940c0`](https://github.com/entelecheia/hyfi/commit/27940c0402aed0793bbefb69e9727a1fd42ddbab))
* **workflow:** Add pipelines to configuration ([`37d4479`](https://github.com/entelecheia/hyfi/commit/37d447970ec2f30ac96ef051484616e9f39010fc))
* **mode:** Add noop and dryrun flags in conf/mode.__init__.yaml ([`85964f6`](https://github.com/entelecheia/hyfi/commit/85964f6d080524c39797c626358692a954e9b241))
* **hyfi:** Add HYFI_SECRETS_DIR to dotenv settings ([`0f3aaa7`](https://github.com/entelecheia/hyfi/commit/0f3aaa78951dc70baaff42e02933c7d842b3e579))
* **hyfi:** Add dryrun parameter to run_config function ([`7f0e2a2`](https://github.com/entelecheia/hyfi/commit/7f0e2a25242916ee5a910bc1892143a18b27f95d))
* **workflow:** Create test pipelines configuration ([`323093d`](https://github.com/entelecheia/hyfi/commit/323093d01b6f88e7b98f02ac95c003e8298381aa))

1.15.0

Feature

* **model:** Add BaseModel to composer model ([`7d00742`](https://github.com/entelecheia/hyfi/commit/7d00742ccf4387859aa6f012c0131b2d6ddad4ea))
* **hyfi/composer:** Add base settings class for environment variables ([`f7c3de2`](https://github.com/entelecheia/hyfi/commit/f7c3de274cea9d6ff1c3b6e924196f0e3a93e82c))

1.14.1

Fix

* **utils/datasets:** Rename save_to_disk to save_dataset_to_disk and improve functionality ([`d3ea336`](https://github.com/entelecheia/hyfi/commit/d3ea336fc79523c795d95bb258d1021b1a3eee26))
* **hyfi:** Move save_dataset_to_disk to utils.datasets and expand function parameters ([`3adc15e`](https://github.com/entelecheia/hyfi/commit/3adc15e62b1c2dbde387544f045f310b6aceb67a))
* **sample_dataset.yaml:** Change target to utils.datasets.DATASETs.sample_dataset, add split option ([`e26cffa`](https://github.com/entelecheia/hyfi/commit/e26cffa446d5dc24f23018a155f00cc648e2a166))
* **hyfi:** Change target function path, add keep_in_memory and storage_options parameters ([`d4f8b3a`](https://github.com/entelecheia/hyfi/commit/d4f8b3a0cfb4e69896b92b2533d886b5740c3b43))

1.14.0

Feature

* **test_generator:** Add additional test cases for save_hyfi_pipe_config function ([`61681db`](https://github.com/entelecheia/hyfi/commit/61681dbb7a01107ed35ba1b8be40c31435bad82c))
* **hyfi:** Add load_dataset configurations ([`adb524f`](https://github.com/entelecheia/hyfi/commit/adb524fa0261a5b9e20bdb99778d317ad959b806))
* **hyfi:** Add load_data configuration files ([`1389e85`](https://github.com/entelecheia/hyfi/commit/1389e85dd657eb7d1e64766ca727e46229b5007d))

Page 9 of 30

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.