Skip to content

Releases: PainterQubits/Unitful.jl

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)

v1.4.0

11 Aug 20:48
99ceb37
Compare
Choose a tag to compare

Unitful v1.4.0

Diff since v1.3.0

Closed issues:

  • Idea: Overload Base.in for easier reading (#270)
  • Printing of Complex Unitful quantities is confusing. (#285)
  • Printing of “mixed quantities” (#342)

Merged pull requests:

v1.3.0

26 Jun 20:48
2d9fc0b
Compare
Choose a tag to compare

Unitful v1.3.0

Diff since v1.2.1

Closed issues:

  • Consider deleting custom show methods for types (#321)
  • Fix uconvert For Inverse Units (#338)
  • allunique TwicePrecision errors on nightly (#340)
  • Duplicate @affineunit in documentation (#347)
  • Documentation is not deployed (#348)

Merged pull requests:

v1.2.1

26 May 11:00
65bdaf8
Compare
Choose a tag to compare

Unitful v1.2.1

Diff since v1.2.0

Closed issues:

  • denominator error when converting fractional units (#327)

Merged pull requests:

v1.2.0

10 May 15:01
e97233b
Compare
Choose a tag to compare

Unitful v1.2.0

Diff since v1.1.0

Closed issues:

  • Tag new release (v1.0.1?) (#316)
  • How to define a parameterized type with a unit (#318)

Merged pull requests:

v1.1.0

09 Apr 01:01
7fb2dfb
Compare
Choose a tag to compare

Unitful v1.1.0

Diff since v1.0.0

Closed issues:

  • Better display for units (#18)
  • Move to version 1.0 (#289)
  • Congratulations to Unitful! (#302)
  • some of type information string is not displayed right (#304)
  • Rounding with digits/sigdigits (#307)
  • Typo in runtests.jl (#311)
  • Base.isequal works differently than == (#314)

Merged pull requests:

v1.0.0

26 Jan 23:34
v1.0.0
0a54b98
Compare
Choose a tag to compare

v1.0.0 (2020-01-26)

Diff since v0.18.0

Closed issues:

  • one and zero inconsistency (#291)
  • atan DimensionError (#290)
  • @u_str macro hygiene? (#272)
  • Add function for run-time parsing (#214)

Merged pull requests:

v0.18.0

27 Nov 07:19
v0.18.0
51a8650
Compare
Choose a tag to compare

v0.18.0 (2019-11-27)

Diff since v0.17.0

Closed issues:

  • Unable to hold dimensionless values as Quantity'es (#283)
  • Overload Base.log(::Quantity)? (#279)
  • Depend on ConstructionBase.jl to allow funcitonal updating of quantities etc. (#277)
  • @u_str should make FreeUnits and not Quantity (#275)
  • What is the suggested way to convert the T type of a Quantity{T,D,U}? (#274)
  • What is the simple way of writing a DimensionlessQuantity? (#273)

Merged pull requests:

v0.17.0

08 Sep 07:42
v0.17.0
5bdf76e
Compare
Choose a tag to compare

v0.17.0 (2019-09-04)

Diff since v0.16.0

Closed issues:

  • Astronomical Magnitudes (#265)
  • zero\(Quantity{Int64, D, U} where U where D\) should error? (#264)
  • Determining number type without adding a Unitful dependency (#262)
  • conversion from RPM to rad/s is incorrect (#261)
  • Degree printing (#253)
  • Dependant package proposal: MechanicalUnits (#248)
  • promote_to_derived() fails (#237)
  • Request: Add molar, volume and mass flows (#211)
  • Unitful ranges are really hard to read (#199)
  • Occasional seg faults on 0.7/1.0 (#193)

Merged pull requests:

  • Add MassFlow, MolarFlow, VolumeFlow derived dimensions. (#269) (ajkeller34)
  • Fix conversions between rpm, rps, and other rotational units. (#268) (ajkeller34)
  • Implement more methods of isrootpower\_dim. (#267) (ajkeller34)
  • Clarify the behavior of zero on Quantity types… (#266) (ajkeller34)
  • Fix typo in extending.md (#263) (asinghvi17)
  • Add molar unit (#258) (jlumpe)
  • More concise printing of some standard Range types (#256) (c42f)
  • Fix display() of angular degrees to be SI compliant (#255) (c42f)
  • Some fixes for register() documentation. (#254) (c42f)
  • Make Unitful.promote\_to\_derived usable again (#252) (ChristianKurz)
  • Auto-register basefactors for precompiled unit extension modules (#251) (c42f)

v0.16.0

01 Jul 18:26
v0.16.0
86c592f
Compare
Choose a tag to compare

v0.16.0 (2019-07-01)

Diff since v0.15.0

Closed issues:

  • Doc links broken (#242)
  • Error with range and degrees (#241)
  • World age errors with --compiled-modules=no (#232)
  • World age problem when 'using' Measurements after Unitful (#231)
  • Link to documentation is broken (#229)
  • Move Unitful.jl to an organisation? (#228)
  • Dealing with Real and Complex Quantities (#223)
  • @u\_str should preserve order (#222)
  • using logarithmic quantities (#217)
  • round to units (#207)

Merged pull requests: