Skip to content

Releases: autrainer/hydra-filter-sweeper

v2.1.0

05 Sep 16:07
9717bf8

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

18 Jul 11:11
e357c7f

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

18 Jul 11:04
af0a3b8

Choose a tag to compare

What's Changed

  • Migrate to UV, drop Python 3.8, and add Mypy by @ramppdev in #11
  • Use Relative Python Import Paths as Filter Types by @ramppdev in #12

Full Changelog: v1.2.0...v2.0.0

v1.2.0

24 Dec 14:57
861c1ea

Choose a tag to compare

What's Changed

  • Allow Nested Configuration Attributes and More Defaults by @ramppdev in #8
  • Support Python 3.8 by @ramppdev in #9

Full Changelog: v1.1.0...v1.2.0

v1.1.0

25 Sep 14:33
9142cfa

Choose a tag to compare

What's Changed

  • Optionally Disable Logs for Filtered out Configurations by @ramppdev in #6

Full Changelog: v1.0.1...v1.1.0

v1.0.1

14 Aug 19:08
8f94e5e

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Initial Release

14 Aug 11:21
6396c4a

Choose a tag to compare

v1.0.0 - Initial Release

This is the initial release of the hydra-filter-sweeper plugin, which extends Hydra's basic sweeper by adding filters for more targeted parameter sweeps.

Key Features:

  • Customizable Filters: Apply expressions, existence checks, or custom filter classes to exclude certain configurations from sweeps.
  • Flexible Filter Conditions: Include fail-safe conditions to handle exceptions gracefully.
  • Interpolation Support: Utilize OmegaConf's interpolation syntax to reference configuration values dynamically.