Skip to content

Releases: SymbolicML/DynamicQuantities.jl

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:

v1.2.0

01 Nov 13:59
88984e8
Compare
Choose a tag to compare

DynamicQuantities v1.2.0

Diff since v1.1.0

Merged pull requests:

v1.1.0

23 Sep 22:04
21b7468
Compare
Choose a tag to compare

DynamicQuantities v1.1.0

Diff since v1.0.0

Merged pull requests:

Closed issues:

  • Suggestion: provide migration guide between breaking releases (#147)
  • Numerical value of 1 year (yr) (#149)
  • Add iscompatible to check if two quantities are compatible, e.g., iscompatible(u"m", u"mm") == True (#150)

v1.0.0

26 Aug 15:46
7e1b3f5
Compare
Choose a tag to compare

What's Changed

This is the same as 0.14.3 and does not require any changes to code. This release simply bumps the version to 1.0.0 to indicate stability of the library.

Full Changelog: v0.14.3...v1.0.0