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 0.2.15 to 0.15.0 #14

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps hyfi from 0.2.15 to 0.15.0.

Release notes

Sourced from hyfi's releases.

v0.15.0

Feature

  • cli: Add test for command 'run_workflow' (9658d12)
  • workflow: Add WorkflowConfig class to init.py (aa23b50)
  • pipeline: Add workflow support (6114f28)
  • workflow: Add function to run the pipelines specified in a workflow (1382f3c)
  • cmd: Add run_workflow.yaml (e17fc5a)
  • cli: Add run workflow command (7035e1d)
  • pipeline: Add support for project config in task pipeline testing (db034a4)

Fix

  • cli: Add project parameter to run_task method (ced932b)

Documentation

  • pipeline: Add docstrings and improve readability (d3c80b7)
  • cli: Add docstrings to run_copy and run_workflow functions (34f17dc)
  • pipeline: Add initial documentation (9286832)

v0.14.2

Fix

  • configs: Add use_pipe_obj and return_pipe_obj flags (6b10ceb)
  • pipe: Improve handling of data input and output (3d217a0)
  • conf: Update pipe configuration with new options (a0d1297)

v0.14.1

Fix

  • configs: Rename RunConfig to PipeConfig, add pipe and run keys (d732cbd)
  • pipeline: Update get_pipe_func call in PIPELINEs class (6354d57)
  • pipe: Rename DataframeRunConfig to DataframePipeConfig (7d24e76)
  • conf: Modify dataframe_instance_methods.yaml defaults key (6bda0c1)
  • pipe: Modify dataframe external functions default configuration (afbaa52)

v0.14.0

Feature

  • pipeline: Add task configuration to RunConfig object (9c16b6a)
  • pipeline: Add support for task-specific pipelines (8c4a595)
  • task: Add new method to create TaskConfig objects. (3742b90)
  • pipe: Add function to preprocess ESG ratings data (58773c3)
  • preprocessing: Add test_preprocessing.yaml configuration file (0190245)
  • pipe: Add save_dataframes.yaml config file (c11fbdc)

Fix

  • cli: Add validation for missing task configuration before running HyFi task pipelines (a2711cf)

... (truncated)

Changelog

Sourced from hyfi's changelog.

v0.15.0 (2023-06-27)

Feature

  • cli: Add test for command 'run_workflow' (9658d12)
  • workflow: Add WorkflowConfig class to init.py (aa23b50)
  • pipeline: Add workflow support (6114f28)
  • workflow: Add function to run the pipelines specified in a workflow (1382f3c)
  • cmd: Add run_workflow.yaml (e17fc5a)
  • cli: Add run workflow command (7035e1d)
  • pipeline: Add support for project config in task pipeline testing (db034a4)

Fix

  • cli: Add project parameter to run_task method (ced932b)

Documentation

  • pipeline: Add docstrings and improve readability (d3c80b7)
  • cli: Add docstrings to run_copy and run_workflow functions (34f17dc)
  • pipeline: Add initial documentation (9286832)

v0.14.2 (2023-06-26)

Fix

  • configs: Add use_pipe_obj and return_pipe_obj flags (6b10ceb)
  • pipe: Improve handling of data input and output (3d217a0)
  • conf: Update pipe configuration with new options (a0d1297)

v0.14.1 (2023-06-26)

Fix

  • configs: Rename RunConfig to PipeConfig, add pipe and run keys (d732cbd)
  • pipeline: Update get_pipe_func call in PIPELINEs class (6354d57)
  • pipe: Rename DataframeRunConfig to DataframePipeConfig (7d24e76)
  • conf: Modify dataframe_instance_methods.yaml defaults key (6bda0c1)
  • pipe: Modify dataframe external functions default configuration (afbaa52)

v0.14.0 (2023-06-26)

Feature

  • pipeline: Add task configuration to RunConfig object (9c16b6a)
  • pipeline: Add support for task-specific pipelines (8c4a595)
  • task: Add new method to create TaskConfig objects. (3742b90)
  • pipe: Add function to preprocess ESG ratings data (58773c3)
  • preprocessing: Add test_preprocessing.yaml configuration file (0190245)
  • pipe: Add save_dataframes.yaml config file (c11fbdc)

... (truncated)

Commits
  • e80a685 chore(release): :rocket: 0.15.0 [skip ci]
  • 7a8ee1d Merge pull request #70 from entelecheia/0.14.2.refactor
  • d3c80b7 docs(pipeline): add docstrings and improve readability
  • 34f17dc docs(cli): add docstrings to run_copy and run_workflow functions
  • 9286832 docs(pipeline): add initial documentation
  • 9658d12 feat(cli): add test for command 'run_workflow'
  • aa23b50 feat(workflow): add WorkflowConfig class to init.py
  • 7db7547 refactor(task): update TaskConfig Optional types and remove type ignores
  • 6114f28 feat(pipeline): add workflow support
  • 1382f3c feat(workflow): add function to run the pipelines specified in a workflow
  • 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 #15.