Skip to content

Releases: PainterQubits/Unitful.jl

v1.15.0

05 Jul 07:28
bd6090e
Compare
Choose a tag to compare

Unitful v1.15.0

Diff since v1.14.0

Closed issues:

  • [feat] mutable units (#656)

Merged pull requests:

v1.14.0

11 May 12:53
3798720
Compare
Choose a tag to compare

Unitful v1.14.0

Diff since v1.13.1

Closed issues:

  • delegate all comparison methods (#399)

Merged pull requests:

v1.13.1

15 Apr 06:59
4ce89e1
Compare
Choose a tag to compare

Unitful v1.13.1

Diff since v1.13.0

Closed issues:

  • Unexpected pass on 1.9 (#642)

Merged pull requests:

v1.13.0

11 Apr 12:36
933ad3d
Compare
Choose a tag to compare

Unitful v1.13.0

Diff since v1.12.4

Closed issues:

  • floor with degrees (NoUnits) and digits fails due to method ambiguity (#469)
  • Fix method ambiguities (#604)
  • missing copysign(::Number, ::Quantity) (#605)
  • ustrip of a view cannot be assigned to :( (#627)
  • Incorrect conversion from Hz to rad/s (#637)

Merged pull requests:

v1.12.4

27 Feb 13:37
04efa00
Compare
Choose a tag to compare

Unitful v1.12.4

Diff since v1.12.3

Closed issues:

  • Calling promote_type on a Quantity and a Real number will return a type where zero is not defined (#616)

Merged pull requests:

v1.12.3

10 Feb 14:59
18e1ed1
Compare
Choose a tag to compare

Unitful v1.12.3

Diff since v1.12.2

Closed issues:

  • remove UnitfulIntegration from the readme (#376)
  • Workaround for angles not having a dimension (#570)
  • Compatibility with QuadGK (#597)
  • This package assumes that * is commutative (#607)

Merged pull requests:

v1.12.2

30 Nov 09:51
b386432
Compare
Choose a tag to compare

Unitful v1.12.2

Diff since v1.12.1

Closed issues:

  • upreferred fails on range (#564)
  • Documentation for Types outdated? (#590)

Merged pull requests:

v1.12.1

18 Nov 08:22
923145b
Compare
Choose a tag to compare

Unitful v1.12.1

Diff since v1.12.0

Closed issues:

  • Support TimeTypes (#125)
  • uconvert a vector or tuple (#541)
  • typeof(one(typeof(1u"hr"))) (#554)
  • Broadcasting error for array type Any on Julia 1.8.1 (#557)
  • It might be good to document that ModelingToolkit, unlike DifferentialEquations, supports Unitful (#574)

Merged pull requests:

v1.12.0

17 Sep 11:29
9311d5e
Compare
Choose a tag to compare

Unitful v1.12.0

Diff since v1.11.0

Closed issues:

  • reinterpret error in ustrip(Array) with nested types (#493)
  • How to do reciprocal conversion? (#520)
  • \prime and \pprime phase for minute and second (angles) (#522)
  • feature request / suggestion (#523)
  • question / clarification about units in REPL (#525)
  • documenting constants (#526)
  • 678.0 * u"μg/mL" == 678000.0 * u"ng/mL" evaluates to false (#529)
  • Hz to rad/s? (#531)
  • cispi(x::Unitful.DimensionlessQuantity) is missing (#532)

Merged pull requests:

v1.11.0

10 Feb 10:47
f9992c0
Compare
Choose a tag to compare

Unitful v1.11.0

Diff since v1.10.1

Closed issues:

  • Bug: Array Division by Unit (#225)
  • left division A\b is not supported (#506)
  • Efficient unit conversion in array (#518)

Merged pull requests:

  • Remove unnecessary code related to encoding of μ (#511) (@sostock)
  • Fix printing of StepRangeLen with complex elements (#513) (@sostock)
  • Fix range implementation on Julia master and resolve method ambiguities (#514) (@sostock)
  • Enable zero for arrays with non-concrete eltype (#516) (@sostock)
  • Release 1.11.0 (#519) (@sostock)