Skip to content

Commit

Permalink
Add conductivity dimension (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
nneskildsf authored Jan 6, 2025
1 parent 74b7086 commit 6082bdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Pint Changelog
- Fix return type of `PlainQuantity.to` (#2088)
- 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)


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 6082bdc

Please sign in to comment.