diff --git a/CHANGES b/CHANGES index 806897330..f7a06d5a5 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,7 @@ Pint Changelog - Update constants to CODATA 2022 recommended values. (#2049) - Fixed issue with `.to_compact` and Magnitudes with uncertainties / Quantities with units (PR #2069, issue #2044) - Add conductivity dimension. (#2112) +- Add absorbance unit and dimension. (#2114) 0.24.4 (2024-11-07) diff --git a/pint/default_en.txt b/pint/default_en.txt index 87dc60ec5..600e9a0f6 100644 --- a/pint/default_en.txt +++ b/pint/default_en.txt @@ -499,6 +499,10 @@ nuclear_magneton = e * hbar / (2 * m_p) = ยต_N = mu_N [refractive_index] = [] refractive_index_unit = [] = RIU +# Absorbance +[absorbance] = [] +absorbance_unit = [] = AU + # Logaritmic Unit Definition # Unit = scale; logbase; logfactor # x_dB = [logfactor] * log( x_lin / [scale] ) / log( [logbase] )