Skip to content

Tags: guildai/guildai

Tags

0.9.0

Toggle 0.9.0's commit message
Release

0.8.2

Toggle 0.8.2's commit message
Release

0.8.1

Toggle 0.8.1's commit message
0.8.1

NOTE: if you use guild's autocomplete functionality, you will need to re-install the completion scripts, as they have changed. It should be sufficient to run `guild completion --install`.

- Add Pydantic typing information to the core data structure
  classes. This is used to generate a schema for the guildfile.
- Add python-based autocompletion implementation. Bash behavior has not changed,
  but more completions should now work on zsh and fish.
- Add support for BooleanOptionalAction from argparse in Python 3.9+
- Removes deprecated flags support
- Update click dependency to >=8.1

Fixes:

- Get tests working with Python 3.10
- Fix issue with guild init where python version was ignored
- Rename flags() attribute of Run class to guild_flags(), to avoid
  conflict with pandas >=1.2

0.8.1.dev2

Toggle 0.8.1.dev2's commit message
0.8.1

- Add Pydantic typing information to the core data structure
  classes. This is used to generate a schema for the guildfile.
- Shift autocompletion implementation into Python so that bash,
  zsh and fish all work equivalently
- Add support for BooleanOptionalAction from argparse in Python 3.9+
- Removes deprecated flags support
- Update click dependency to >=8.1

Fixes:

- Get tests working with Python 3.10
- Fix issue with guild init where python version was ignored
- Rename flags() attribute of Run class to guild_flags(), to avoid
  conflict with pandas >=1.2

0.8.1.dev1

Toggle 0.8.1.dev1's commit message
0.8.1dev1 -

this tag is primarily for testing github actions deploy
  pipeline to pypi

0.8.0

Toggle 0.8.0's commit message

0.8.0.rc2

Toggle 0.8.0.rc2's commit message

Unverified

This user has not yet uploaded their public signing key.
fix whitespace in batch-terminate regex