Skip to content

0.4.0

Compare
Choose a tag to compare
@bdvllrs bdvllrs released this 08 Feb 14:48
· 253 commits to main since this release

This release brings several breaking changes. Some renaming of classes, and removal of config functions.

  • Use ABC for abstract methods.
  • Replace DomainDescription with GWInterface.
  • Add contrastive_fn attribute in DeterministicGWLosses to compute the contrastive loss.
    It can then be customized.
  • Rename every abstract class with ClassNameBase. Rename every "Deterministic" classes
    to remove "Deterministic".
  • Remove all config related functions. This is not the role of this repo.