[full changelog](https://github.com/aiida-phonopy/aiida-phonopy/compare/v1.1.4...v1.1.3)
Minor release that solves a small bug, improves documentation and typing.
- Fixes:
- `RawData` was not settings the `primitive_matrix` when `is_symmetry = False`, since `Phonopy` doesn't specify it in this case; the solution is to set it to `diag(1,1,1)` when the symmetry is turned off (https://github.com/aiida-phonopy/aiida-phonopy/commit/6ef9e8e10e5d6ea6a27f75b4c38b255f3c8e9d84)
- Typo in the "Get Started" documentation (https://github.com/aiida-phonopy/aiida-phonopy/commit/57327f534a32bb1beda8596711d148f50f68e1db)
- Docs:
- Improvements to the "Get Started" page (https://github.com/aiida-phonopy/aiida-phonopy/commit/57327f534a32bb1beda8596711d148f50f68e1db)
- Tests:
- Add more tests for the data types (https://github.com/aiida-phonopy/aiida-phonopy/commit/6ef9e8e10e5d6ea6a27f75b4c38b255f3c8e9d84)
- New contributors:
- mbercx made his first contribution to the repo :tada: