- Reorder arguments of :py:func:`pvlib.pvsystem.PVSystem.i_from_v`, :py:func:`pvlib.pvsystem.i_from_v`, :py:func:`pvlib.pvsystem.v_from_i`, :py:func:`pvlib.singlediode._lambertw_i_from_v`, and :py:func:`pvlib.singlediode._lambertw_v_from_i` to match :py:func:`pvlib.pvsystem.singlediode`. (:issue:`1718`, :pull:`1719`)
- Map wind direction to wind_direction instead of wind_dir in :py:func:`pvlib.iotools.read_srml` and :py:func:`pvlib.iotools.read_srml_month_from_solardat` (:pull:`1773`)
- :func:`~pvlib.iotools.get_pvgis_tmy` and :func:`~pvlib.iotools.read_pvgis_tmy`
now rename columns to standard pvlib names by default (
map_variables=True) (:pull:`1772`)
- Added map_variables parameter to :py:func:`pvlib.iotools.read_srml` and :py:func:`pvlib.iotools.read_srml_month_from_solardat` (:pull:`1773`)
- Added a new module :py:mod:`pvlib.ivtools.mismatch` to contain functions for combining IV curves. Added functions :py:func:`pvlib.ivtools.mismatch.prepare_curves` and :py:func:`pvlib.ivtools.mismatch.combine_curves`. (:pull:`1781`)
- Taos Transue (:ghuser:`reepoi`)
- Adam R. Jensen (:ghuser:`AdamRJensen`)
- Abigail Jones (:ghuser:`ajonesr`)