v0.13.0
0.13.0 (2024-04-24)
Features
- allow schemas in pipeline files (#1080) (9508178), closes #1077
- annotations
@Category
and@Tags
(#1061) (e45a4c9), closes #1021 - check if latest runner is installed (#1097) (93432bb), closes #1096
- do not check whether optional type parameters of classes can be inferred (#1090) (31b8a28), closes #1084 #1084
- generate nested functions for expression lambdas (#1062) (f79fd61)
- mark schemas as experimental (#1089) (09faaf0), closes #1078
- print values via code lens (#1072) (f338023), closes #1032
- run pipeline via code lens (#1068) (392154d)
- show image via code lens (#1071) (bd0946b), closes #984
Bug Fixes
- import error when exploring tables in pipelines that call segments (#1074) (e34b3ff)
- pass optional arguments of memoized calls by name (#1095) (39d9e5a), closes #1087
- possible restart loop after installing the runner (#1073) (7206d62)
- runner not shutting down when extension was closed (#1094) (77a0c1f)
- stub for
Table.transformColumn
(#1065) (aa43316) - type check arguments of annotation calls (#1060) (09ca1cf)