Skip to content

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

Release v0.8.0rc1

18 Aug 13:27
749fcfc
Compare
Choose a tag to compare

Release hydra-zen v0.7.1

22 Jun 14:20
Compare
Choose a tag to compare

Release v0.7.1rc1

17 Jun 21:20
Compare
Choose a tag to compare

Release v0.7.0

10 May 13:56
Compare
Choose a tag to compare

See changelog for descriptive summary.

What's Changed

  • Improve type annotations by @rsokl in #244
  • reorg: move make_config implementation to its own file by @rsokl in #245
  • Internal code reorg by @rsokl in #246
  • Fix overloads by @rsokl in #247
  • Add missing overloads for make_custom_builds_fn by @rsokl in #248
  • Remove unnecessary type: ignore comment by @rsokl in #249
  • Update partial stub by @rsokl in #251
  • Update docs dependecies by @rsokl in #252
  • Extend the functionality of just to work with all Hydra/hydra-zen supported types by @rsokl in #250
  • Update README.md by @rlbellaire in #254
  • Update README.md by @rlbellaire in #255
  • Fix failing pyright 1.1.236 by @rsokl in #258
  • to_yaml and save_yaml now reflect hydra-zen's extended type support by @rsokl in #259
  • fix instantiate overloads for Any by @rsokl in #260
  • Enable nested container types for omegaconf 2.2.0 by @rsokl in #261
  • Enable native support for bytes for omegaconf 2.2.0 by @rsokl in #262
  • Deprecates builds_bases via make_custom_builds by @rsokl in #263
  • Adds hydra_defaults to builds and make_config by @rsokl in #264
  • Fix overly-permissive annotation: nested tuples by @rsokl in #267
  • Fix builds(<class_method>) derived via inheritance by @rsokl in #266
  • speedup common cases of sanitized_default_value by @rsokl in #268
  • remove redundant tests by @rsokl in #270
  • Update CI by @rsokl in #271
  • Updates to launch by @jgbos in #272
  • Adds version_base to launch by @rsokl in #273

Full Changelog: v0.6.0...v0.7.0

Release v0.7.0rc3

07 May 14:56
34a1acf
Compare
Choose a tag to compare

Release v0.7.0rc2

22 Apr 22:06
30de3c2
Compare
Choose a tag to compare

Release v0.7.0rc1

22 Apr 19:40
Compare
Choose a tag to compare
v0.7.1rc1

Release v0.6.0

09 Mar 15:35
Compare
Choose a tag to compare

For descriptive changelog, see.

PRs Associated With This Release

  • docs: use consistent verbage for config-creation funcs by @rsokl in #214
  • Unpin pyright at 1.1.216 by @rsokl in #217
  • Improves our protocols by @rsokl in #215
  • Test that type-widening for interp field is necessary by @rsokl in #218
  • Pin pyright to 1.1.217 by @rsokl in #220
  • unpin pyright @ 1.1.219 by @rsokl in #221
  • fix overload ordering for pyright 1.1.220 by @rsokl in #222
  • remove unnecessary type: ignores by @rsokl in #223
  • Add autocomplete support for builds(<target>, populate_full_signature=True) by @rsokl in #224
  • Achieve type completeness (pyright-strict) by @rsokl in #226
  • Fix flaky test by @rsokl in #227
  • add zenfield pyright checks by @rsokl in #228
  • Require patch info in version comparisons by @rsokl in #229
  • Enable _partial_ for Hydra > 1.1.1 by @rsokl in #230
  • Changelog update by @rsokl in #232
  • Adds BuildsWithSig protocol by @rsokl in #234
  • Minor speedups by @rsokl in #233
  • Revise implementation of PartialBuilds by @rsokl in #235
  • Fix bug: parent configs can introduce zen-processing via inheritance by @rsokl in #236
  • Document help option by @rsokl in #238
  • Improve instantiate overload by @rsokl in #243

Full Changelog: v0.5.0...v0.6.0

Release hydra-zen v0.6.0rc3

26 Feb 20:34
44923f4
Compare
Choose a tag to compare

Release hydra-zen v0.6.0rc2

24 Feb 23:46
140afca
Compare
Choose a tag to compare