File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Pint Changelog
10
10
- Update constants to CODATA 2022 recommended values. (#2049)
11
11
- Fixed issue with `.to_compact` and Magnitudes with uncertainties / Quantities with units (PR #2069, issue #2044)
12
12
- Add conductivity dimension. (#2112)
13
+ - Add absorbance unit and dimension. (#2114)
13
14
14
15
15
16
0.24.4 (2024-11-07)
Original file line number Diff line number Diff line change @@ -499,6 +499,10 @@ nuclear_magneton = e * hbar / (2 * m_p) = µ_N = mu_N
499
499
[refractive_index] = []
500
500
refractive_index_unit = [] = RIU
501
501
502
+ # Absorbance
503
+ [absorbance] = []
504
+ absorbance_unit = [] = AU
505
+
502
506
# Logaritmic Unit Definition
503
507
# Unit = scale; logbase; logfactor
504
508
# x_dB = [logfactor] * log( x_lin / [scale] ) / log( [logbase] )
You can’t perform that action at this time.
0 commit comments