What's Changed
- Minor docs improvements by @sharkdp in #833
- Snapshot tests for error messages by @sharkdp in #834
- Better
assert_eqerror messages by @sharkdp in #835 - Fix endless loop for negative bases by @sharkdp in #838
- Display litres as
Linstead oflby @solson in #840 - Add atomic weight to chemical element information by @sharkdp in #844
- Faster doc builds by @sharkdp in #848
- Fix binom for negative integer n by @upuddu in #870
- Fix infinite recursion for bin(inf), hex(NaN), etc. by @amogusussy in #853
- Fix Unix timestamp conversion precision by @arturict in #872
- Fix simplification of nested derived units by @sharkdp in #884
- Resolve unit names in the callable position of a call by @Peacanduck in #880
- Fix unit simplification picking unrelated unit when the value is very small by @Saphereye in #877
New Contributors
- @solson made their first contribution in #840
- @upuddu made their first contribution in #870
- @amogusussy made their first contribution in #853
- @arturict made their first contribution in #872
- @Peacanduck made their first contribution in #880
- @Saphereye made their first contribution in #877
Full Changelog: v1.23.0...v1.24.0