Skip to content

v1.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 08:36
· 99 commits to master since this release
1e3b270

Unitful v1.9.1

Diff since v1.9.0

Closed issues:

  • Need deg2rad for input arguments in degrees ° (#458)
  • Roundtrip printing (#466)
  • Cannot convert amu to kg (#471)
  • making units for things I want to count (#473)
  • Macro to import units as variable names (#475)
  • Float32 is converted to Float64 due to multiplied by UnitRange{Int64} (#477)
  • How to supply custom values to uconvert()? (#479)
  • NaturallyUnitful (#480)
  • Data sizes (#486)
  • *(Bool, AbstractQuantity) fails for Complex Quantities (#490)
  • How should i handle Quantity{Int64} problems? (#492)

Merged pull requests:

  • Update .gitignore (#482) (@mo8it)
  • Update README.md (#483) (@mo8it)
  • Calculate correct eltype when multiplying StepRangeLen by Units. (#485) (@sostock)
  • Use aggressive constprop for ^(::AbstractQuantity, ::Rational) (#487) (@sostock)
  • Fix multiplication of range and quantity on master (#489) (@sostock)
  • Remove unnecessary Bool-AbstractQuantity multiplication methods (#491) (@SBuercklin)
  • Fix broadcasted method ambiguity (#495) (@sostock)