Skip to content

Releases: JuliaPhysics/DynamicQuantities.jl

v1.10.0

13 Sep 22:13
3e2752f
Compare
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
Compare
Choose a tag to compare

DynamicQuantities v1.9.0

Diff since v1.8.1

v1.8.1

13 Sep 12:10
454b64d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

DynamicQuantities v1.5.1

Diff since v1.5.0

Merged pull requests:

v1.5.0

08 Mar 21:08
8bd97c2
Compare
Choose a tag to compare

DynamicQuantities v1.5.0

Diff since v1.4.0

Merged pull requests:

v1.4.0

21 Nov 18:36
9625403
Compare
Choose a tag to compare

DynamicQuantities v1.4.0

Diff since v1.3.0

Merged pull requests:

Closed issues:

  • Can't apply units to a range (#157)

v1.3.0

09 Nov 23:48
8b1eb46
Compare
Choose a tag to compare

DynamicQuantities v1.3.0

Diff since v1.2.0

Merged pull requests: