Skip to content

Commit

Permalink
enh: Change default unit for spring constant to mN/m
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 14, 2021
1 parent dc3193a commit 05b92cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
0.10.1
- enh: Change default unit for spring constant to mN/m
- ref: IndentationPreprocessor is deprecated in nanite
0.10.0
- BREAKING CHANGE: The default contact point estimation method
Expand Down
1 change: 1 addition & 0 deletions pyjibe/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def hrscname(name, si_unit=None):
"m/s": "µ",
"m/V": "n",
"N": "n",
"N/m": "m",
"Pa": "",
"Pa·s": "",
}
Expand Down

0 comments on commit 05b92cd

Please sign in to comment.