Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Apr 21, 2023
1 parent 9ed0aa1 commit f41f30d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chronological order. All previous releases should still be available on pip.
.. _v0.11.0:

---------------------
0.11.0rc - 2023-04-09
0.11.0rc - 2023-04-21
---------------------

.. note:: This is documentation for an unreleased version of hydra-zen. You can try out this pre-release version using `pip install --pre hydra-zen`
Expand All @@ -21,12 +21,6 @@ removal of a lot of complex compatibility logic from hydra-zen's source code, an
improve the behavior of :func:`~hydra_zen.zen`.


---------------------
0.11.0rc - 2023-04-09
---------------------
This release drops support for hydra-core 1.1 and for omegaconf 2.1; this enables hydra-zen to remove a lot of complex compatibility logic and to improve the behavior
of :func:`~hydra_zen.zen`.

Release Highlights
------------------
:func:`~hydra_zen.builds` now has special behavior when it is passed a dataclass type that already possesses a `_target_` field: `_target_` is treated in a transitive way. E.g. `build(builds(int))` is equivalent to `builds(int)`. This enables a powerful "builder" pattern where configs can be populated in iterative, branching ways (with full type-checking support 😎).
Expand Down

0 comments on commit f41f30d

Please sign in to comment.