Skip to content

Releases: angreal/angreal

v2.1.4

11 Apr 11:06
380ea04
Compare
Choose a tag to compare

Adds the --values flag to angreal init so that a user can pass a values.toml file in during initialization for rendering within the template.

v2.1.3

15 Feb 22:33
1de9dbb
Compare
Choose a tag to compare

render_dir and generate_context exposed through python.

What's Changed

Full Changelog: 2.1.2...2.1.3

v2.1.2

22 Nov 19:12
5e30b1f
Compare
Choose a tag to compare

What's Changed

  • small fixes to init behavior

2.1.1

17 Nov 02:43
4772e14
Compare
Choose a tag to compare

python 3.12 support

v2.1.0

22 Sep 01:41
c8b3c96
Compare
Choose a tag to compare

Feels like we crossed a threshold to require a bump to 2.1.0 is all.

What's Changed

v2.0.11

13 Sep 17:32
Compare
Choose a tag to compare
trying another install path

v2.0.10

29 Jul 02:06
Compare
Choose a tag to compare
  • Fixes command groups and flag arguments to function correctly
  • additional documentation provided in core

v 2.0.9

23 Jul 23:46
ef2d3f1
Compare
Choose a tag to compare

Patched a bug where command groups were working as intended but were causing a duplicate registration event.

2.0.6

02 Mar 18:17
fe0bc0a
Compare
Choose a tag to compare

Integration to docker_pyo3 so you can interact with docker via the core library.

2.0.5 virtual environment performance

25 Feb 02:01
59eb119
Compare
Choose a tag to compare

Original @venv_required code was being executed on import which limited performance greatly.

The @venv_required now does all of its path manipulations + package installation on call to the function instead.