Skip to content

Releases: JuliaPhysics/DynamicQuantities.jl

v1.12.1

30 Mar 01:04
84fe343

Choose a tag to compare

1.12.1 (2026-03-30)

Bug Fixes

  • disambiguate measurement fast division (#207) (f4251ac)

v1.12.0

08 Mar 18:32
e3cf287

Choose a tag to compare

DynamicQuantities v1.12.0

Diff since v1.11.0

Merged pull requests:

v1.11.0

06 Jan 00:18
505cb31

Choose a tag to compare

DynamicQuantities v1.11.0

Diff since v1.10.0

Merged pull requests:

v1.10.0

13 Sep 22:13
3e2752f

Choose a tag to compare

DynamicQuantities v1.10.0

Diff since v1.9.0

Merged pull requests:

v1.9.0

13 Sep 13:27
b7ec886

Choose a tag to compare

DynamicQuantities v1.9.0

Diff since v1.8.1

v1.8.1

13 Sep 12:10
454b64d

Choose a tag to compare

DynamicQuantities v1.8.1

Diff since v1.8.0

Merged pull requests:

Closed issues:

  • Potential Makie.jl support? (#164)
  • How to parse Constants without explicitly using "Constants." in uparse? (#186)

v1.8.0

29 Mar 21:07
6d839bd

Choose a tag to compare

DynamicQuantities v1.8.0

Diff since v1.7.0

Merged pull requests:

Closed issues:

  • Feature suggestion: two-argument ustrip(units, quantity) (#170)

v1.7.0

16 Mar 13:47
d369989

Choose a tag to compare

What's Changed

  • Simple affine units implementation by @MilesCranmer @Deduction42 in #168
    • This is a very barebones implementation meant to just allow for basic conversion from degrees Celsius and Fahrenheit into SI units
    • You can use it like: room_temp = 22ua"degC" to get a quantity representing 22 degrees Celsius, but converted to Kelvin.
    • Note that this is experimental and may change in the future, until the warning message is removed from the docstring.

Full Changelog: v1.6.0...v1.7.0

v1.6.0

15 Mar 22:57
56a5c67

Choose a tag to compare

DynamicQuantities v1.6.0

Diff since v1.5.1

Merged pull requests:

v1.5.1

08 Mar 22:33
3386209

Choose a tag to compare

DynamicQuantities v1.5.1

Diff since v1.5.0

Merged pull requests: