UTBotJava
UTBotJava copied to clipboard
Added NumPy support for utbot-python
Labels (hint)
Choose the obligatory labels:
- "ctg" (category): enhancement
- "comp" (component): fuzzing, codegen, priority-minor
Feel free to apply more labels to your PR, e.g.: lang-java, priority-minor, spec-performance
Title (hint)
Added support for NumPy library (specifically numpy.ndarray).
Description
Implemented new type for fuzzer (NDArray), added complementary value provider, change python-executor to support testing new values.
Self-check list
Check off the item if the statement is true. Hint: [x] is a marked item.
Please do not delete the list or its items.
- [x] I've set the proper labels for my PR (at least, for category and component).
- [x] PR title and description are clear and intelligible.
- [ ] I've added enough comments to my code, particularly in hard-to-understand areas.
- [ ] The functionality I've repaired, changed or added is covered with automated tests.
- [ ] Manual tests have been provided optionally.
- [x] The documentation for the functionality I've been working on is up-to-date.