v0.3.2
Full Changelog: unit-mesh/unit-eval@v0.3.1...v0.3.2
Datasets -> 44k
# Merge and shuffle records from different files
merge_jsonl(
output_file=merged_file,
input_files=[oss_instruction, 'code_bugfix_cleaned_5K.json', 'codeGPT_CN_cleaned_20K.json',
'code_summarization_CN_cleaned_10K.json', 'java-code-completion.jsonl', 'java-test-gen.jsonl',
'kotlin-completion-11929.jsonl', 'kotlin-java-comments-3715.jsonl'],
lines_per_file=[4000, 4000, 15000, 8000, 5000, 3000, 3000, 2000 ]
)
0.3.2 (2023-12-30)
Bug Fixes
- fix error worker manager (93aeb6b)
- fix not working togther issue #1 (cc9e5b3)
- fix tests (0c2d62e)
- kotlin: add seperate type for class and method test #1 (edb76d9)
- kotlin: fix kotlin test method issue #1 (0ecb7b8)
- kotlin: fix naming issue #1 (a0185f8)
- kotlin: try to resolve lost test gen cases #1 (67275f6)
Features
- add support for java comments (8f0b49d)
- comment: add handle for kotlin comment #1 (ebd5610)
- comment: align comment to Ins #1 (d9d33d4)
- comment: make kotlin comment support works #1 (1e411a7)
- comment: make parse kotlin comments work #1 (61f99ab)
- comments: init comments for #1 (1d60f8d)
- doc: init builder for build in Kotlin (e03dd14)
- kotlin: fix for display issues #1 (d9a12b0)
- kotlin: init test services (5d26c16)
- kotlin: try to handle for call tree (03644a5)
- kotlin: try to parse for method test in Kotlin #1 (464773d)