v0.13.5
What's Changed
Enhancements
- Accept rank-1 NumPy arrays for workflow and operator inputs which accept lists by @cbellot000 in #2025
- Add new homogeneities by @rafacanton in #2089
- feat: improve contribute section documentation by @moe-ad in #2085
- Feat: support Markdown in operator specs by @PProfizi in #2115
- Pin aliases by @PProfizi in #2059
Bug fixes
- Fix Scoping.ids setter for int64 arrays by @PProfizi in #2040
- Deprecate Inputs.connect and handle ambiguous connections by @PProfizi in #2053
- Add path sanitization missing step in some DataSources methods. by @PProfizi in #2054
- Handle connection of Enum to operators by @PProfizi in #2094
- Fix Workflow.view and add graphviz to the testing environment by @PProfizi in #2099
- Expose shell_layer in animations by @PProfizi in #2092
- Raise an explicit error on plot_contour with empty mesh by @PProfizi in #2096
- Fix specification.config_specification on empty spec by @PProfizi in #2107
- Raise useful error on workflow.connect_with for wrong labels by @PProfizi in #2110
- Add pypandoc_binary to requirements_build.txt by @PProfizi in #2119
Documentation
- Doc: Mention support for RTH files by @PProfizi in #2036
- Fix link to image in README.md by @kmahajan-cadfem in #2042
Examples
- Add a README file to the "mathematical operations" examples folder by @luisaFelixSalles in #1874
- Example: update HDF5 "import and export" to use operators.result.custom by @oparreno in #2045
Maintenance
New Contributors
- @a-bouth made their first contribution in #1965
- @TheoMeunierAnsys made their first contribution in #2098
Full Changelog: v0.13.4...v0.13.5