Skip to content

Surround v0.1.2

Latest
Compare
Choose a tag to compare
@ucokzeko ucokzeko released this 30 Aug 04:33
· 40 commits to main since this release
781fcaa

Added

  • Create a @DataClass called SurroundConfig.
  • Create a @DataClass called BaseConfig.
  • Create a @config decorator that must be attached to custom Config classes.
  • Create a function called load_config which allows for loading Hydra without using @hydra.main.

Changed

  • Stop the Assembler class from requiring the config type to be class Config and change how properties are retrieved from the config instance.
  • Remove legacy Config class.