Releases: ami-iit/matio-cpp
Releases · ami-iit/matio-cpp
0.2.5
What's Changed
- Add workflow_dispatch trigger for CI by @traversaro in #77
- Fix struct creation by @S-Dafarra in #80
- Fix compilation matio 1 5 27 by @S-Dafarra in #82
Full Changelog: v0.2.4...v0.2.5
matio-cpp 0.2.4 (2024-04-09)
matio-cpp 0.2.3 (2023-11-15)
What's Changed
- Added example and tested in CI by @S-Dafarra in #67
- Clarify how to install matio with conda-forge by @traversaro in #68
- Support finding visit_struct in the system also if it is installed without any CMake config file by @traversaro in #70
- Added error message when variable does not exist in file by @S-Dafarra in #74
Full Changelog: v0.2.2...v0.2.3
matio-cpp 0.2.2 (2023-02-24)
What's Changed
- Switch to use the upstream source code of visit_struct by @traversaro in #58
- Update CHANGELOG.md by @S-Dafarra in #59
- Update README.md by @mserkantan in #61
- Fix permissive by @S-Dafarra in #65
New Contributors
- @mserkantan made their first contribution in #61
Full Changelog: v0.2.1...v0.2.2
matio-cpp 0.2.1 (2022-07-06)
What's Changed
- Migrate from catch v2 to v3 by @S-Dafarra in #56
- Allow strings to be empty in a vector of strings by @S-Dafarra in #57
Full Changelog: v0.2.0...v0.2.1
matio-cpp 0.2.0 (2022-04-28)
What's Changed
- Using a custom variable in InstallBasicPackageFile to backup the module path by @S-Dafarra in #47
- Added check on the directory before creating a file by @S-Dafarra in #49
- Replace dic-iit with ami-iit after change of name of organization by @traversaro in #54
- Adds reflection and conversions from common types by @S-Dafarra in #55
Full Changelog: v0.1.1...v0.2.0
matio-cpp 0.1.1 (2021-03-22)
matio-cpp 0.1.0 (2021-2-3)
First version implemented.