Releases: PainterQubits/Unitful.jl
Releases · PainterQubits/Unitful.jl
v1.11.0
Unitful v1.11.0
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)
v1.10.1
Unitful v1.10.1
Closed issues:
isapprox
for complex unitful arrays fails (#465)
Merged pull requests:
- Fix #465 for isapprox with complex arrays (#468) (@JeffFessler)
v1.10.0
Unitful v1.10.0
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:
- Unit construction macro now defines docs for units (#476) (@lukebemish)
- Attempt to allow preferunits to work with non-pure units (#478) (@lukebemish)
- make
norm
usenorm
rather thanabs
(#500) (@oscardssmith) - support broadcasting on ranges (#501) (@aplavin)
- fix range eltype (#503) (@aplavin)
- Fix some major invalidations to improve compile times (#509) (@ChrisRackauckas)
v1.9.2
v1.9.1
Unitful v1.9.1
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 toFloat64
due to multiplied byUnitRange{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 multiplyingStepRangeLen
byUnits
. (#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
Unitful v1.9.0
Closed issues:
- Comparisons with Inf fail (#455)
Merged pull requests:
- Add link to UnitfulBuckinghamPi in README (#442) (@rmsrosa)
- Showing how to manually cancel units (#451) (@KronosTheLate)
- fix example
isa(1m, Length)
(#454) (@JeffFessler) - Elaborate on UnitfulRecipes in readme (#456) (@JeffFessler)
- deg2rad and rad2deg with "units" (#459) (@JeffFessler)
- Fix doctests (#464) (@giordano)
v1.8.0
Unitful v1.8.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
v1.6.0
Unitful v1.6.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
withQuantity{<:Integer}
(#410)- Add Rydberg unit of energy (#413)
Merged pull requests:
- Macro hygeine (#390) (@bramtayl)
- Fix a doctest (#393) (@sostock)
- Added magnetic CGS units (#397) (@KronosTheLate)
- Restrict
Level
s to real quantities (#400) (@sostock) - Add link to UnitfulEquivalences.jl to README (#401) (@sostock)
- Add custom
==
/isequal
methods for logarithmic quantities (#404) (@sostock) - Simplify a test (#405) (@sostock)
- Add
Base.isunordered(::AbstractQuantity)
(#406) (@sostock) - Implement traits correctly (#407) (@sostock)
- Promote to unit of
start
inrange(start; step, length)
(#411) (@sostock) - doc: Note on hbar/ħ (#414) (@musoke)
- Remove bad at-eval (#417) (@Keno)
- Fix typo in docs (#418) (@BrandonConder)
- Rename RealQuantity to RealOrRealQuantity (#421) (@sostock)
- Release 1.6.0 (#422) (@sostock)
v1.5.0
Unitful v1.5.0
Closed issues:
Merged pull requests:
- Fix typos like
Unitful.EnergyUnit
in docs (#381) (@singularitti) - Add unitless dispatch for more trig functions (#387) (@derikk)