entelecheia / thematos

A HyFI plugin for Topic Modeling
https://thematos.entelecheia.ai/
MIT License
1 stars 1 forks source link

chore(deps): bump hyfi from 1.12.5 to 1.16.0 #32

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps hyfi from 1.12.5 to 1.16.0.

Release notes

Sourced from hyfi's releases.

v1.16.0

Feature

  • test_workflow: Add tests for pipeline workflows (5b03565)
  • workflow: Added pipelines to WorkflowConfig, renamed get_task to get_running_task, added get_task method to WorkflowConfig (c2cfc6f)
  • pipeline: Add workflow pipelines support (5244811)
  • HyFI: Add dryrun option for tasks and workflows, separate run_command and run_config methods (610eb6e)
  • hyfi-config: Add noop and dryrun flags (27940c0)
  • workflow: Add pipelines to configuration (37d4479)
  • mode: Add noop and dryrun flags in conf/mode.init.yaml (85964f6)
  • hyfi: Add HYFI_SECRETS_DIR to dotenv settings (0f3aaa7)
  • hyfi: Add dryrun parameter to run_config function (7f0e2a2)
  • workflow: Create test pipelines configuration (323093d)

v1.15.0

Feature

  • model: Add BaseModel to composer model (7d00742)
  • hyfi/composer: Add base settings class for environment variables (f7c3de2)

v1.14.1

Fix

  • utils/datasets: Rename save_to_disk to save_dataset_to_disk and improve functionality (d3ea336)
  • hyfi: Move save_dataset_to_disk to utils.datasets and expand function parameters (3adc15e)
  • sample_dataset.yaml: Change target to utils.datasets.DATASETs.sample_dataset, add split option (e26cffa)
  • hyfi: Change target function path, add keep_in_memory and storage_options parameters (d4f8b3a)

v1.14.0

Feature

  • test_generator: Add additional test cases for save_hyfi_pipe_config function (61681db)
  • hyfi: Add load_dataset configurations (adb524f)
  • hyfi: Add load_data configuration files (1389e85)

v1.13.1

Fix

  • utils: Improve dotenv loading logs and support additional kwargs (a7788a8)

v1.13.0

Feature

  • datasets: Add type hints to functions, improve code readability (c42f446)
  • hyfi: Add load and save dataframes configurations (07d84b9)
  • dotenv: Add HYFI_SECRETS_DIR variable (7c08200)
  • utils/envs: Add DOTENV_FILENAME to environment variables (8fcf29d)
  • main: Add dotenv_filename and secrets_dir parameters (40e19e0)
  • core: Add dotenv_filename and secrets_dir to GlobalHyFIConfig (a313f4b)

... (truncated)

Changelog

Sourced from hyfi's changelog.

v1.16.0 (2023-08-01)

Feature

  • test_workflow: Add tests for pipeline workflows (5b03565)
  • workflow: Added pipelines to WorkflowConfig, renamed get_task to get_running_task, added get_task method to WorkflowConfig (c2cfc6f)
  • pipeline: Add workflow pipelines support (5244811)
  • HyFI: Add dryrun option for tasks and workflows, separate run_command and run_config methods (610eb6e)
  • hyfi-config: Add noop and dryrun flags (27940c0)
  • workflow: Add pipelines to configuration (37d4479)
  • mode: Add noop and dryrun flags in conf/mode.init.yaml (85964f6)
  • hyfi: Add HYFI_SECRETS_DIR to dotenv settings (0f3aaa7)
  • hyfi: Add dryrun parameter to run_config function (7f0e2a2)
  • workflow: Create test pipelines configuration (323093d)

v1.15.0 (2023-08-01)

Feature

  • model: Add BaseModel to composer model (7d00742)
  • hyfi/composer: Add base settings class for environment variables (f7c3de2)

v1.14.1 (2023-07-31)

Fix

  • utils/datasets: Rename save_to_disk to save_dataset_to_disk and improve functionality (d3ea336)
  • hyfi: Move save_dataset_to_disk to utils.datasets and expand function parameters (3adc15e)
  • sample_dataset.yaml: Change target to utils.datasets.DATASETs.sample_dataset, add split option (e26cffa)
  • hyfi: Change target function path, add keep_in_memory and storage_options parameters (d4f8b3a)

v1.14.0 (2023-07-31)

Feature

  • test_generator: Add additional test cases for save_hyfi_pipe_config function (61681db)
  • hyfi: Add load_dataset configurations (adb524f)
  • hyfi: Add load_data configuration files (1389e85)

v1.13.1 (2023-07-31)

Fix

  • utils: Improve dotenv loading logs and support additional kwargs (a7788a8)

v1.13.0 (2023-07-31)

Feature

  • datasets: Add type hints to functions, improve code readability (c42f446)

... (truncated)

Commits
  • 73e5830 chore(release): :rocket: 1.16.0 [skip ci]
  • 8a1dcba Merge pull request #170 from entelecheia/1.15.dev
  • 5b03565 feat(test_workflow): add tests for pipeline workflows
  • c2cfc6f feat(workflow): added pipelines to WorkflowConfig, renamed get_task to get_ru...
  • 5244811 feat(pipeline): add workflow pipelines support
  • 610eb6e feat(HyFI): add dryrun option for tasks and workflows, separate run_command a...
  • 27940c0 feat(hyfi-config): add noop and dryrun flags
  • 37d4479 feat(workflow): add pipelines to configuration
  • 85964f6 feat(mode): add noop and dryrun flags in conf/mode.init.yaml
  • 0f3aaa7 feat(hyfi): add HYFI_SECRETS_DIR to dotenv settings
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

The following labels could not be found: :game_die: dependencies, :robot: bot.

dependabot[bot] commented 1 year ago

Superseded by #33.