Skip to content

Releases: mit-ll-responsible-ai/hydra-zen

Release v0.9.1

13 Jan 14:27
7c455a6
Compare
Choose a tag to compare

See changelog

What's Changed

  • Copyright 2022 -> 2023 by @rsokl in #372
  • Bump pydantic from 1.10.2 to 1.10.4 in /docs by @dependabot in #370
  • Bump sphinx from 5.3.0 to 6.0.0 in /docs by @dependabot in #369
  • Update tutorials and how-to for v0.9.0 by @rsokl in #373
  • test that docs build in CI; update some docstrings; update pyright scan utils by @rsokl in #374
  • update actions caching based on pyproject.toml by @rsokl in #376
  • Fix pyright scanning and consolidate typecheck action logic by @rsokl in #377
  • Bump pyright from 1.1.286 to 1.1.287 in /deps by @dependabot in #378
  • Ensure pytest is configured so xfail_strict is true by @rsokl in #380
  • Bump sphinx-codeautolink from 0.12.1 to 0.13.0 in /docs by @dependabot in #383
  • Set max cpu count for pytest-xdist runs. Added tox-env descriptions by @rsokl in #385
  • Update pyproject.toml by @rsokl in #387
  • pyright==1.2.288 ; fix type errors. by @rsokl in #390
  • Improve zen pickle-compat and support for hydra_main(config_path) by @rsokl in #384

Full Changelog: v0.9.0...v0.9.1

Release v0.9.0

30 Dec 23:04
Compare
Choose a tag to compare

See changelog for detailed description.

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

Release v0.9.0rc5

09 Dec 19:36
a6a0751
Compare
Choose a tag to compare
Release v0.9.0rc5 Pre-release
Pre-release

Release v0.9.0rc4

22 Nov 02:15
Compare
Choose a tag to compare
Release v0.9.0rc4 Pre-release
Pre-release

Release v0.9.0rc3

17 Nov 14:20
Compare
Choose a tag to compare
Release v0.9.0rc3 Pre-release
Pre-release

Release v0.9.0rc2

19 Oct 17:19
8e8a645
Compare
Choose a tag to compare
Release v0.9.0rc2 Pre-release
Pre-release

Release v0.9.0rc1

13 Oct 04:52
c76adc1
Compare
Choose a tag to compare
Release v0.9.0rc1 Pre-release
Pre-release

This release candidate is kicking the tires on our migration to pyproject.toml and setuptools_scm: #316

Release v0.8.0

14 Sep 01:23
Compare
Choose a tag to compare

See changelog

What's Changed

  • Add support for python 3.10 by @rsokl in #274
  • Fix expected result based on pyright 1.1.247; bump min pyright version by @rsokl in #275
  • Defer to Hydra support for pathlib.Path by @rsokl in #276
  • Ignore version_base for versions of Hydra that don't support it by @rsokl in #277
  • fix signature inconsistencies in _utils by @rsokl in #281
  • Improved signature parsing: support for Annotated, Paramspec, NewType, TypeVarTuple by @rsokl in #283
  • Broaden overly-restrictive hydra_defaults validation by @rsokl in #287
  • Update pyright tests for 1.1.258 by @rsokl in #292
  • Remove restrictions on inheriting partial'd configs by @rsokl in #290
  • Broaden annotation for launch and fix docs by @rsokl in #296
  • Add support for dict,tuple,list for parity with OmegaConf 2.2.3 by @rsokl in #297
  • add CI job for omegaconf 2.2.2 by @rsokl in #298
  • Add support for builds(Dataclass, populate_full_signature=True) when dataclass has default factory fields by @rsokl in #299
  • Drop support for python 3.6 by @rsokl in #302
  • Adds auto-config support for pydantic.Field by @rsokl in #303
  • Adds (recursive) auto-config support for dataclass types and instances by @rsokl in #301
  • Add mypy tests for basic use cases of public functions by @rsokl in #304
  • update changelog by @rsokl in #305
  • Upgrade docs by @rsokl in #307
  • Remove builds_bases option from make_custom_builds_fn by @rsokl in #306

Full Changelog: v0.7.0...v0.8.0

Release v0.8.0rc3

07 Sep 02:27
Compare
Choose a tag to compare

Release v0.8.0rc2

19 Aug 22:49
7675970
Compare
Choose a tag to compare