Releases: PainterQubits/Unitful.jl
Releases · PainterQubits/Unitful.jl
v1.16.0
v1.15.0
v1.14.0
v1.13.1
v1.13.0
Unitful v1.13.0
Closed issues:
floor
with degrees (NoUnits
) anddigits
fails due to method ambiguity (#469)- Fix method ambiguities (#604)
- missing copysign(::Number, ::Quantity) (#605)
- ustrip of a view cannot be assigned to :( (#627)
- Incorrect conversion from Hz to rad/s (#637)
Merged pull requests:
- create Logo (#567) (@lmiq)
- Faster
sortexp
(#575) (@sostock) - add Aqua and resolve some ambiguities (#606) (@sjkelly)
- Add missing
copysign
andflipsign
methods (#612) (@sostock) - Add docstring to
NoUnits
and add it to the manual (#618) (@sostock) - Compact number printing in tables in the manual (#619) (@sostock)
- Resolve remaining method ambiguities (#626) (@sostock)
- Add sleep method (#628) (@cstjean)
- Remove specialized
Base.reim
method (#631) (@sostock) - Dark-mode version of the logo (#634) (@sostock)
- Fix some typos (#635) (@goggle)
- Fix runtests for updating sortexp() method (#638) (@michikawa07)
- Release v1.13.0 (#641) (@sostock)
v1.12.4
v1.12.3
Unitful v1.12.3
Closed issues:
- remove UnitfulIntegration from the readme (#376)
- Workaround for angles not having a dimension (#570)
- Compatibility with QuadGK (#597)
- This package assumes that
*
is commutative (#607)
Merged pull requests:
- small typo (#596) (@cmichelenstrofer)
- Update to "other packages" list (#599) (@cmichelenstrofer)
- avoid downstream users from relying on serialization to create a copy of the binding (#600) (@KristofferC)
- Use
Core.eval
and not a random unexported function (#602) (@vtjnash) - Only use U+00C5 for encoding
Å
(#603) (@sostock) - Fix
*
for numbers with non-commutative multiplication (#608) (@sostock) - Fix
zero
tests on Julia master (#609) (@sostock) - Release v1.12.3 (#614) (@sostock)
v1.12.2
Unitful v1.12.2
Closed issues:
Merged pull requests:
- Define
upreferred(::TwicePrecision)
(#577) (@sostock) - Update
Types
documentation (#591) (@cmichelenstrofer) - Fix signature order in docstring for
@refunit
(#592) (@cmichelenstrofer) - Fix quotes in
@refunit
docstring (#593) (@sostock) - Release v1.12.2 (#594) (@sostock)
v1.12.1
Unitful v1.12.1
Closed issues:
- Support
TimeType
s (#125) - uconvert a vector or tuple (#541)
- typeof(one(typeof(1u"hr"))) (#554)
- Broadcasting error for array type Any on Julia 1.8.1 (#557)
- It might be good to document that
ModelingToolkit
, unlikeDifferentialEquations
, supportsUnitful
(#574)
Merged pull requests:
- juliarc to startup (#565) (@KronosTheLate)
- Add test for issue #557 (#568) (@sostock)
- Fix
convfact
documentation (#571) (@JeffFessler) - Remove
istriu
/istril
methods (#572) (@sostock) - Update README.md (#573) (@briochemc)
- Release v1.12.1 (#588) (@sostock)
v1.12.0
Unitful v1.12.0
Closed issues:
- reinterpret error in ustrip(Array) with nested types (#493)
- How to do reciprocal conversion? (#520)
- \prime and \pprime phase for minute and second (angles) (#522)
- feature request / suggestion (#523)
- question / clarification about units in REPL (#525)
- documenting constants (#526)
678.0 * u"μg/mL" == 678000.0 * u"ng/mL"
evaluates to false (#529)- Hz to rad/s? (#531)
- cispi(x::Unitful.DimensionlessQuantity) is missing (#532)
Merged pull requests:
- Delete export of
convertr
,convertrp
(#530) (@adkabo) - Add
cispi
andsincospi
(#533) (@giordano) - Add
modf
(#539) (@rashidrafeek) - Add link to UnitfulChainRules.jl to README (#542) (@SBuercklin)
- Fix printing of StepRangeLen with affine units (#551) (@tomyun)
- Fix doctests on Julia ≥1.7 (#555) (@sostock)
- Release v1.12.0 (#559) (@sostock)