Skip to content

Releases: flyteorg/flyte-sdk

v2.0.0b31

10 Nov 22:00
54ab96d

Choose a tag to compare

v2.0.0b31 Pre-release
Pre-release

What's Changed

  • ci(publish.yml): Allow prerelease uploads to PyPI by @pingsutw in #331

Full Changelog: v2.0.0b30...v2.0.0b31

v2.0.0b30

10 Nov 18:47
f1b5e2b

Choose a tag to compare

v2.0.0b30 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0b29...v2.0.0b30

v2.0.0b29

06 Nov 22:16
c98f257

Choose a tag to compare

v2.0.0b29 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.0b28...v2.0.0b29

v2.0.0b28

01 Nov 00:28
b62a542

Choose a tag to compare

v2.0.0b28 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0b27...v2.0.0b28

v2.0.0b27

01 Nov 00:18
185e854

Choose a tag to compare

v2.0.0b27 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0b26...v2.0.0b27

v2.0.0b26

29 Oct 22:26
7130722

Choose a tag to compare

v2.0.0b26 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.0b25...v2.0.0b26

[Breaking] v2.0.0b25

17 Oct 22:22
f704e4b

Choose a tag to compare

[Breaking] v2.0.0b25 Pre-release
Pre-release

🛑 What breaks!

  1. flyte.io.File/Dir apis have been updated. They have * for async and *_sync for sync apis.
  2. flyte.io.File.open - returns memoryview/Bytes object which does not have decode. so you have to use bytes(obj).decode(...)
  3. flyte.Image....with_uv_project() has a new flag, by default it will not install the code into the container. This means faster builds and reduced builds. But, if you want to install the package, set the flag accordingly

🤩 New features!

  1. Triggers - cron and rate schedules
  2. Torchrun (elastic) plugin
  3. Support for tranium, gpus and tpus
  4. Blazing fast data downloads. 5GB in 5s on a 10Gbps
  5. Sync/async apis for file and dir
  6. flyteidl2 usage
  7. Faster flyte imports and cli
  8. Lots of examples for HoF, UDFs
  9. Context passing in tasks
  10. Push/pull private images
  11. Provides externally built images by name - Image.from_ref_name("my_image"). -- flyte run --image my_image="docker.io/...."

🤿 What's Changed

New Contributors

Full Changelog: v2.0.0b24...v2.0.0b25

v2.0.0b24

02 Oct 19:41
b6f235f

Choose a tag to compare

v2.0.0b24 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0b23...v2.0.0b24

v2.0.0b23

01 Oct 21:01
52dc01d

Choose a tag to compare

v2.0.0b23 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.0b22...v2.0.0b23

v2.0.0b22

17 Sep 18:54
ce9a6be

Choose a tag to compare

v2.0.0b22 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.0b21...v2.0.0b22