**What's Changed**
This release brings important fixes to enhance both the visualization capabilities and the stability of the Shapash package.
- **Plot Title Overlap Fix**: We have resolved an issue where the plot titles were incorrectly positioned, leading to overlaps with the graph when users specified different figure heights.
- **Fix for Shortened Label Duplication**: In cases where long feature names were programmatically shortened for better visualization, duplicate labels could lead to missing lines in the correlation matrix.
- **Restoration of Missing Files in Shapash Package**: Several important files such as `*.ipynb`, `*.html`, and `*.j2` were missing in previous package versions, causing issues and preventing the generation of reports. These files are now properly included, restoring full functionality to the package.
**Contributors**
- guillaume-vignal in [PR 603](https://github.com/MAIF/shapash/pull/603)
**Full Changelog**: [v2.7.2...v2.7.3](https://github.com/MAIF/shapash/compare/v2.7.2...v2.7.3)