Releases: PainterQubits/Unitful.jl
Releases · PainterQubits/Unitful.jl
v1.4.1
v1.4.0
Unitful v1.4.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:
- Remove @_doctables (#363) (@sostock)
- Fix a doctest (#365) (@sostock)
- Fix printing of complex and logarithmic quantities (#366) (@sostock)
- Allow for array division by unit (#369) (@briochemc)
- [skip ci] Update README.md (#370) (@briochemc)
v1.3.0
Unitful v1.3.0
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:
- Provide Base.isless() for LogScaled values (#315) (@VikoRifeo)
- Delete show(::IO, ::Type) methods. (#322) (@andreasnoack)
- Add CompatHelper, reduce frequency of TagBot to once per day (#337) (@giordano)
- Small fixes to documentation (#341) (@sostock)
- Fix some doctests (#345) (@sostock)
- Delete duplicate @affineunit docstring in the documentation (#349) (@sostock)
- Add AbstractQuantity docstring to docs (#351) (@sostock)
- Update repo URL (#352) (@sostock)
- Switch to a more standard Documenter setup (#353) (@sostock)
- Throw error for div etc. with affine quantities (#354) (@sostock)
- Enable Travis on macOS (#355) (@giordano)
- Fixes for the documentation (#356) (@sostock)
- Properly document Quantity constructor (#357) (@sostock)
- Fix link to documentation in README.md: latest -> dev. (#360) (@ajkeller34)
- Add page headers to documentation (#361) (@sostock)
v1.2.1
Unitful v1.2.1
Closed issues:
- denominator error when converting fractional units (#327)
Merged pull requests:
- Test on Julia 1.4 (#333) (@sostock)
- Fix conversion of fractional units (#335) (@briochemc)
- Update README.md (#336) (@briochemc)
v1.2.0
Unitful v1.2.0
Closed issues:
Merged pull requests:
- Allow prefixes for years (#320) (@briochemc)
- Use integer for conversion if ratio is whole (#323) (@ajkeller34)
- Release v1.2.0 (#324) (@giordano)
- Add readme link to UnitfulRecipes (#325) (@mcabbott)
v1.1.0
Unitful v1.1.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:
- Add unit of year (#288) (@briochemc)
- unicode exponents for display (#297) (@briochemc)
- Remove code for Julia < 1.0 (#303) (@sostock)
- Install TagBot as a GitHub Action (#305) (@JuliaTagBot)
- Fix rounding with digits/sigdigits (#308) (@sostock)
- Fix typo in tests (#312) (@giordano)
- Support mixed argument types to
div
and friends (#317) (@Tokazama)
v1.0.0
v0.18.0
v0.18.0 (2019-11-27)
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 notQuantity
(#275) - What is the suggested way to convert the
T
type of aQuantity{T,D,U}
? (#274) - What is the simple way of writing a
DimensionlessQuantity
? (#273)
Merged pull requests:
- Update CI settings. (#286) (ajkeller34)
- Add constructorof for Quantity, and ConstructionBase dep (#280) (rafaqz)
- Handle missing |> kg (#278) (cstjean)
- Document how to print to preferred (SI) units. (#276) (jarvist)
- Add unit "angstrom" (#271) (singularitti)
v0.17.0
v0.17.0 (2019-09-04)
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
onQuantity
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
v0.16.0 (2019-07-01)
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:
- Fix two rounding issues (#250) (ajkeller34)
- add two arg rounding methods (#249) (rafaqz)
- REQUIRE -> Project.toml; CI tweaks (#247) (c42f)
- update rounding code (#246) (BeastyBlacksmith)
- Fix issue #241 (#245) (ajkeller34)
- Fix issue #232. (#243) (ajkeller34)
- Update constants to CODATA 2018 (#235) (sostock)
- Links go to the wrong repository (#234) (OvidiusCicero)
- Do not call
zero\(T\)
from generated function body (#233) (c42f) - Fixed docs from ajkeller34. to painterqubits. (#230) (rapus95)
- implement Base.complex, Base.widen, Base.reim (fix #223) (#227) (steinQF)
- Implement upreferred(::Missing) (#224) (cstjean)
- Add show method for MIME"text/plain" (#213) (giordano)
- Remove type annotation on last argument of ustrip methods (#212) (giordano)