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.8.0 #7

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps hyfi from 0.2.15 to 0.8.0.

Release notes

Sourced from hyfi's releases.

v0.8.0

Feature

  • path: Add TaskPathConfig model class and properties (316f5ff)

Fix

  • utils/gpu: Set proper exception for CUDA device not found error (220c114)

v0.7.2

Fix

  • graphics: Load_image function now supports filepath input (e13aebd)

v0.7.1

Fix

  • fileutils: Handle empty filename_patterns and filename when saving data (3e1d450)
  • config: Fix import of search_package_path in hydra/main.py (e07d932)

v0.7.0

Feature

  • hyfi: Add run_task command configuration file (1a489f9)
  • cli: Add run_task command (45da824)
  • batch: Implement BatchTask with save/load config functionality (ad197a1)
  • task: Add BaseTask class for task configuration and management (7ff563d)

Fix

  • cli: Handle case when no copier configuration is found. (beebfdc)
  • docs: Update example to use correct configuration path (6e53aa6)

Documentation

  • reference: Add about page (0e9ca1f)

v0.6.2

Fix

  • cli: Add options for exclude, skip_if_exists, overwrite, dry_run, and verbose in 'cc' command (228fab4)

v0.6.1

Fix

  • tests: Update global_hyfi_root path in test_init_workspace function (ecb2e73)

v0.6.0

Feature

... (truncated)

Changelog

Sourced from hyfi's changelog.

v0.8.0 (2023-06-18)

Feature

  • path: Add TaskPathConfig model class and properties (316f5ff)

Fix

  • utils/gpu: Set proper exception for CUDA device not found error (220c114)

v0.7.2 (2023-06-17)

Fix

  • graphics: Load_image function now supports filepath input (e13aebd)

v0.7.1 (2023-06-17)

Fix

  • fileutils: Handle empty filename_patterns and filename when saving data (3e1d450)
  • config: Fix import of search_package_path in hydra/main.py (e07d932)

v0.7.0 (2023-06-16)

Feature

  • hyfi: Add run_task command configuration file (1a489f9)
  • cli: Add run_task command (45da824)
  • batch: Implement BatchTask with save/load config functionality (ad197a1)
  • task: Add BaseTask class for task configuration and management (7ff563d)

Fix

  • cli: Handle case when no copier configuration is found. (beebfdc)
  • docs: Update example to use correct configuration path (6e53aa6)

Documentation

  • reference: Add about page (0e9ca1f)

v0.6.2 (2023-06-16)

Fix

  • cli: Add options for exclude, skip_if_exists, overwrite, dry_run, and verbose in 'cc' command (228fab4)

v0.6.1 (2023-06-16)

Fix

... (truncated)

Commits
  • 60dab60 chore(release): :rocket: 0.8.0 [skip ci]
  • 035075d Merge pull request #48 from entelecheia/0.7.3.refactor
  • a51774a chore(tests): add test for TaskConfig class
  • 9cf8ece chore(project): comment out initialization step in test_project.py
  • 59da445 refactor(path): change global_workspace_name to project_workspace_name in Pat...
  • 7f3696a refactor(batch-path): update batch directory naming convention
  • 42a28dd refactor(main): simplify compose test case
  • 1e45ff6 refactor(batch): rename set_name method to set_batch_name and update references
  • d48112e refactor(task): update initialize_configs method and remove set_root_dir method
  • 05dc297 refactor(project): rename hydra _compose to Composer and add initialize_confi...
  • 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 #8.