hydra-zen icon indicating copy to clipboard operation
hydra-zen copied to clipboard

Create powerful Hydra applications without the yaml files and boilerplate code.

Results 28 hydra-zen issues
Sort by recently updated
recently updated
newest added

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.15.1 to 0.15.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sphinx-codeautolink&package-manager=pip&previous-version=0.15.1&new-version=0.15.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.15.2 to 0.15.3. Release notes Sourced from pydata-sphinx-theme's releases. v0.15.3 What's Changed FIX make theme switcher have consistent widths by @​Charlie-XIAO in pydata/pydata-sphinx-theme#1651 unpin sphinx in CI...

dependencies
python

Hi, First of all, thank you for this tool. Even though, all the concepts within Hydra are a bit hard to grasp in the beginning, I'm beginning to see the...

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.383 to 1.1.386. Commits 5c70ccc Pyright NPM Package update to 1.1.386 (#316) afc9437 Pyright NPM Package update to 1.1.385 (#314) 5d9f60e [pyright updated to 1.1.384] Update Version...

dependencies
python

I'm very new to hydra and hydra-zen, so this could very much be a user issue, but I am experiencing the following. ### Code Snippet ```python from pydantic import BaseModel...

bug

Dropping support for Python 3.8 allows you to take advantage of features and improvements introduced in Python 3.9 and later versions. Here are some key changes and upgrades you can...

code quality

Is it possible to define two different config objects which are build from two different classes? Some pseudo code ```python class Player: def __init__(self, name: str): self.name = name def...

Hello there! I'm getting some weird issue related to pickling of configs, but it seems to only happen when using the new feature causes with the pydantic parser. I'll try...