Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: tensorchord/envd

v1.2.1

17 Jun 02:07
599a980

Choose a tag to compare

Changelog

Exciting New Features 🎉

Bug Fix 🛠

Others:

v1.2.0

02 Apr 04:14
8514a4a

Choose a tag to compare

Changelog

Exciting New Features 🎉

Bug Fix 🛠

Documentation 🖊️

  • bdac093: docs: updated CHANGELOG.md (#1994) (@github-actions[bot])

Others:

v1.1.0

10 Mar 01:52
1c327cb

Choose a tag to compare

🎉 envd supports uv now! 🎉

You can create a build.envd file from the pre-defined template like: envd new -t uv. Or write one like the following:

def build():
    base(dev=True)
    install.uv()
    shell("fish")

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

17 Feb 14:16
9778c84

Choose a tag to compare

Note

Check the v1 upgrade guide here.

What's Changed

Full Changelog: v0.4.3...v1.0.1

v1.0.0

17 Feb 13:32
9065cd3

Choose a tag to compare

fix: julia docs test (#1981)

Signed-off-by: Keming <[email protected]>

v1.0.0-alpha.3

11 Feb 02:49
9065cd3

Choose a tag to compare

v1.0.0-alpha.3 Pre-release
Pre-release

Changelog

Bug Fix 🛠

v1.0.0-alpha.2

07 Feb 03:02
2b3a8d1

Choose a tag to compare

v1.0.0-alpha.2 Pre-release
Pre-release

Changelog

Bug Fix 🛠

v1.0.0-alpha.1

07 Feb 02:56
698349a

Choose a tag to compare

v1.0.0-alpha.1 Pre-release
Pre-release
docs: update the v0 & v1 envd reference (#1969)

Signed-off-by: Keming <[email protected]>

v0.4.3

20 Jan 15:01
72e3b49

Choose a tag to compare

Changelog

Bug Fix 🛠

v0.4.2

20 Jan 11:15
7f31185

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2