v1.13.3
What's Changed
- Bump grpc receive message size by @wild-endeavor in #2640
- Raise an exception when filters' value isn't a list. by @arbaobao in #2576
- Update error message for TypeTransformerFailedError by @wayner0628 in #2648
- [Error Message] Dataclasses Mismatched Type by @Future-Outlier in #2650
- Added warning for command list and shell true by @pryce-turner in #2653
- In
FlyteRemote.upload_file
, pass the file object directly rather than the entire bytes buffer by @redartera in #2641 - Modify test_array_node.py to support running in python 3.8 by @eapolinario in #2652
- Handle common cases of mutable default arguments explicitly by @eapolinario in #2651
- allow a hash method to be present for numpy arrays by @demmerichs in #2649
- return exceptions when gathering by @wild-endeavor in #2657
- Correct FlyteFile docstring by @ppiegaze in #2658
- Remove pip cache after install by @thomasjpfan in #2662
- Adds validation to image_spec for parameters that are list of strings by @thomasjpfan in #2655
- Make elastic timeout configurable for HorovovJob. by @supercharleszhu in #2631
- Fix overriding of loader_args task resolver in papermill plugin by @eapolinario in #2660
- Catch all exceptions when rendering python dependencies by @thomasjpfan in #2664
- Don't check the return statement for reference_launch_plan by @pingsutw in #2665
- Bump flyteidl to 1.13.1 by @eapolinario in #2666
New Contributors
- @arbaobao made their first contribution in #2576
- @wayner0628 made their first contribution in #2648
- @demmerichs made their first contribution in #2649
- @supercharleszhu made their first contribution in #2631
Full Changelog: v1.13.2...v1.13.3