v1.12.3 Map task improvement,
What's Changed
- Support Passing Dataclass Values via Command Line by @Future-Outlier in #2446
- Fix output_prefix in do() method for ChatGPT Agent by @Future-Outlier in #2457
- Fix CI by restricting hugging face dataset version by @Future-Outlier in #2461
- Add escape for scalars to binding during union handling by @wild-endeavor in #2460
- Prevent mutable default arguments by @eapolinario in #2443
- feat(bindings): Task arguments default value binding by @MortalHappiness in #2401
- Use new fileaccess to build execution state by @wild-endeavor in #2452
- Add Image builder
should_build
method for more customizable build behavior by @cosmicBboy in #2458 - Async Agent Interface Refactor by @Future-Outlier in #2467
- fix(core): Handle missing metadata in DictTransformer by @pingsutw in #2469
- Improve the error handling for dataclass by @kumare3 in #2466
- Enable string conversion for
Scalar
objects that contain aschema
by @redartera in #2468 - Make the value in the label optional by @pingsutw in #2465
- Fix test_image_spec by @pingsutw in #2477
- Add copy all options to register script by @bgedik in #2464
- spelling by @wild-endeavor in #2481
- Add identity to task execution metadata by @noahjax in #2315
- Add functionality for .flyteignore file by @dansola in #2479
- Fix the
uri
value of the input with Any type in the workflow when running remotely. by @Mecoli1219 in #2463 - fix: include remote file paths with special characters by @RRK1000 in #2478
- Fix: Fix deprecated numpy type and make numpy<2 explicit dependency by @fg91 in #2483
- Only transform the literal that matches the map task index by @EngHabu in #2484
New Contributors
- @redartera made their first contribution in #2468
- @bgedik made their first contribution in #2464
- @dansola made their first contribution in #2479
- @Mecoli1219 made their first contribution in #2463
- @RRK1000 made their first contribution in #2478
Full Changelog: v1.12.2...v1.12.3