Skip to content

Commit

Permalink
Merge branch 'master' into fix-decimal-loss-of-precision
Browse files Browse the repository at this point in the history
  • Loading branch information
nneskildsf authored Jan 9, 2025
2 parents cbdfdc5 + 6082bdc commit 22e2424
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ 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)
- Fixed issue in unit conversion which led to loss of precision when using `decimal`. (#2107)
- Add conductivity dimension. (#2112)


0.24.4 (2024-11-07)
-------------------
Expand Down
3 changes: 3 additions & 0 deletions pint/default_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,9 @@ conventional_ohm_90 = R_K / R_K90 * ohm = Ω_90 = ohm_90
siemens = ampere / volt = S = mho
absiemens = 1e9 * siemens = abS = abmho

# Conductivity
[conductivity] = [conductance]/[length]

# Capacitance
[capacitance] = [charge] / [electric_potential]
farad = coulomb / volt = F
Expand Down

0 comments on commit 22e2424

Please sign in to comment.