Entelecheia

Latest version: v0.3.2

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

Scan your dependencies

Page 9 of 66

1.18.0

Feature

* **pipe:** Add sample_data.yaml configuration ([`446f815`](https://github.com/entelecheia/hyfi/commit/446f815067cec2d41980f92df1d3d47074dadf36))
* **hyfi/conf/pipe:** Add load_dataframe.yaml configuration ([`edc629e`](https://github.com/entelecheia/hyfi/commit/edc629e7342fedc9cc536d8495d0c4fe7f059771))
* **hyfi/conf/pipe:** Add new filter_data_by_queries configuration file, add new run configuration for filter_data_by_queries ([`8da5d8c`](https://github.com/entelecheia/hyfi/commit/8da5d8cfc552c09f854d5f7e0a1b2b7ad3585911))
* **hyfi/conf/pipe:** Add filter_and_sample_data.yaml configuration file ([`008a1d5`](https://github.com/entelecheia/hyfi/commit/008a1d5f30509970dad8157f8781179ce35b2d23))
* **hyfi/conf/pipe:** Add dataset_to_pandas configuration ([`1386bdd`](https://github.com/entelecheia/hyfi/commit/1386bdd7fc3715ee47c234a247e2cc6d151ecd07))
* **datasets:** Improve sampling logic, add data filtering and sampling methods, add query-based data filter, rename num_samples to sample_size and random_seed to sample_seed ([`e350738`](https://github.com/entelecheia/hyfi/commit/e350738ced664d74421153cabd494bdfca57c7ce))

1.17.2

Fix

* **runner:** BaseRunner now inherits from TaskConfig instead of BaseModel ([`d025731`](https://github.com/entelecheia/hyfi/commit/d0257312542e70c625d40b65910931c055c96cda))

1.17.1

Fix

* **pipeline/config:** Add optional name to PipelineConfig ([`fba13db`](https://github.com/entelecheia/hyfi/commit/fba13db4d805164656618a113f627c8aaa1c3289))
* **pipeline:** Add dryrun option to run_task and run_workflow methods ([`5459f71`](https://github.com/entelecheia/hyfi/commit/5459f71268b0ed9f0cda63c3dd0a76abed477b2d))
* **HyFI:** Integrate dryrun option into function calls ([`fc5af14`](https://github.com/entelecheia/hyfi/commit/fc5af14f95bd3965a4ef91f1f97deaa5588f1a3d))
* **hydra:** Add verbosity check to logging statements ([`7edb914`](https://github.com/entelecheia/hyfi/commit/7edb914f716f96d50974b09062a4a47a2e8fa4b3))
* **core:** Add verbosity level property ([`6bedfb0`](https://github.com/entelecheia/hyfi/commit/6bedfb0e02853c16c67125a5d62772b08b86a2b4))
* **composer-model:** Enhance debug logs with verbosity checks ([`08b582c`](https://github.com/entelecheia/hyfi/commit/08b582cc5e603e361045297e94dba1fe22886450))
* **runner:** Modify _config_group_ path ([`5040bce`](https://github.com/entelecheia/hyfi/commit/5040bce812da8cff4ebc71e8f4411be046e897f7))
* **task:** Add _config_name_ attribute to TaskPathConfig class ([`95364b1`](https://github.com/entelecheia/hyfi/commit/95364b179cb16665e562a9d9a8800eef55396fa7))

Documentation

* Add new files for composer and runner configs, extend content in path, pipe, run configs ([`aa9ea8f`](https://github.com/entelecheia/hyfi/commit/aa9ea8f4ad179d2011e76c6d37369b678abbce38))

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))

Page 9 of 66

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.