Releases ยท tensorchord/envd (original) (raw)

v1.2.1

Changelog

Exciting New Features ๐ŸŽ‰

Bug Fix ๐Ÿ› 

Others:

v1.2.0

Changelog

Exciting New Features ๐ŸŽ‰

Bug Fix ๐Ÿ› 

Documentation ๐Ÿ–Š๏ธ

Others:

v1.1.0

๐ŸŽ‰ 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

Note

Check the v1 upgrade guide here.

What's Changed

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

v1.0.0

fix: julia docs test (#1981)

Signed-off-by: Keming kemingyang@tensorchord.ai

v1.0.0-alpha.3

v1.0.0-alpha.2

v1.0.0-alpha.1

docs: update the v0 & v1 envd reference (#1969)

Signed-off-by: Keming kemingyang@tensorchord.ai

v0.4.3

Changelog

Bug Fix ๐Ÿ› 

v0.4.2