~~~~~~~
**Added**
- Added the ``initialize_with_lm`` option to both ``fitAMARES`` and ``run_parallel_fitting_with_progress`` functions.
- Added a ``highlight_dataframe`` function that highlights rows in a DataFrame based on the values of a specified column.
**Fixed**
- Updated docstrings in numerous functions to ensure they render properly.
- Add ``result["phase"] = (result["phase"] + 180) % 360 - 180`` to ``report.py`` to wrap ~360 degrees to ~0
- Fixed a bug in ``readmat.py``
- Fix a bug that the internal initializer ``initialize_with_lm`` always uses the input method to initialize. Now it uses ``leastqs`` as the internal initializer.