- **New Features:**
- x-range correction is now integrated in the Maps Tab.
- **Features related to 2Dmap processing:**
- Plot heatmap from `Area`, `Intensity` or fitted parameters directly in Maps TAB.
- `Auto scale` feature to filter out the outliers values of the heatmap.
- Adjust `x-rang` and the heatmap color range via QRangSliders
- Plot a line profile (height profile) directly in the heatmap plot whenever 2 points are selected.
- Extract data of the line profile, send them (data and plot) to Visualization TAB.
- Copy the heatmap canvas in Clipboard.
<p align="center">
<img width=700 src="https://raw.githubusercontent.com/CEA-MetroCarac/spectroview/main/app/doc\figures_release_notes\heatmap_widget.png">
</p>
- **Optimization:**
- Visualization tab: User can now modify/update the openned Excel file while it is opened.
- Visualization tab: Dataframes will be compressed (gzip) before saving : update `save/load()` method
- Maps tab: Reorganize the button, checkbox, comboxes of 2Dmap plot widget into a QToolbutton.
- dataframe
- **Bug Fixes:**
- Bug related to malfunction of the graph do not effectively deleted when sub_window is closed.
- Fix bug arised when user delete or rename the default folder contaning all `fit_models`. A pop up message showed up to tell user to redefine the default folder for locking for `fit_models`.
- Fix bug related to the noise correction not automatically applied : set `spectrum.baseline.noise=5` by default.