Skip to content

Releases: PainterQubits/Unitful.jl

v1.10.1

03 Jan 07:26
75f222b
Compare
Choose a tag to compare

Unitful v1.10.1

Diff since v1.10.0

Closed issues:

  • isapprox for complex unitful arrays fails (#465)

Merged pull requests:

v1.10.0

27 Dec 16:31
548aa14
Compare
Choose a tag to compare

Unitful v1.10.0

Diff since v1.9.2

Closed issues:

  • Add doc strings to units? (#436)
  • incorrect preferred units conversion with atomic units (#457)
  • numeric type not preserved in uconvert (#502)
  • one and zero exhibit different behaviors. (#508)

Merged pull requests:

v1.9.2

12 Nov 09:49
955fc05
Compare
Choose a tag to compare

Unitful v1.9.2

Diff since v1.9.1

Closed issues:

  • [Possible contribution] Colors (#372)
  • eigvals does not work on matrices with units (#496)

Merged pull requests:

v1.9.1

27 Oct 08:36
1e3b270
Compare
Choose a tag to compare

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)

v1.9.0

16 Jul 21:00
492c475
Compare
Choose a tag to compare

Unitful v1.9.0

Diff since v1.8.0

Closed issues:

  • Comparisons with Inf fail (#455)

Merged pull requests:

v1.8.0

31 May 21:25
3ec4b02
Compare
Choose a tag to compare

Unitful v1.8.0

Diff since v1.7.0

Closed issues:

  • Cross platform differences when prettyprinting ^2 (#433)
  • Installing Unitful.jl on Julia 1.5.3 (#438)
  • Cannot run first examples in Julia 1.6 (v1.7.0) (#441)
  • Bug? 10u"MeV" == 10000u"keV" returns "false" (#449)
  • determinant of simple Unitful matrix fails (#453)

Merged pull requests:

  • Use the :fancy_exponent IO context property to override the behavior of fancy exponents (#446) (@DilumAluthge)

v1.7.0

02 Apr 12:00
cc3adef
Compare
Choose a tag to compare

Unitful v1.7.0

Diff since v1.6.0

Closed issues:

  • [suggestion] Latex format? (#167)

Merged pull requests:

v1.6.0

14 Feb 20:48
249e40a
Compare
Choose a tag to compare

Unitful v1.6.0

Diff since v1.5.0

Closed issues:

  • Typo in documentation (#219)
  • Return value of Unitful.register (#344)
  • Precompilation problem: Method definition abbr overwritten (#371)
  • Equivalencies as in astropy.units (#383)
  • Convert between angular frequency and frequency (#392)
  • Add cgs-units oersted and gauss (#395)
  • Complex Level (#398)
  • Question: promotion to acceleration unit? (#409)
  • range with Quantity{<:Integer} (#410)
  • Add Rydberg unit of energy (#413)

Merged pull requests:

v1.5.0

21 Oct 20:48
b44c335
Compare
Choose a tag to compare

Unitful v1.5.0

Diff since v1.4.1

Closed issues:

  • Cannot compute median (#202)
  • Missing dispatches in the unitless case (#332)
  • pH unit (#386)

Merged pull requests:

v1.4.1

17 Sep 20:48
2a8d554
Compare
Choose a tag to compare

Unitful v1.4.1

Diff since v1.4.0

Closed issues:

  • In Pluto notebook: @u_str not defined (#377)

Merged pull requests:

  • Fix tests on master (and set Unitful version number to 1.4.1) (#380) (@sostock)