File tree Expand file tree Collapse file tree 6 files changed +154
-154
lines changed Expand file tree Collapse file tree 6 files changed +154
-154
lines changed Original file line number Diff line number Diff line change 11The Unitful.jl package is licensed under the MIT "Expat" License:
22
33> Copyright (c) 2016: California Institute of Technology and
4- > [ other contributors] ( https://github.com/PainterQubits /Unitful.jl/graphs/contributors ) .
4+ > [ other contributors] ( https://github.com/JuliaPhysics /Unitful.jl/graphs/contributors ) .
55>
66> Permission is hereby granted, free of charge, to any person obtaining
77> a copy of this software and associated documentation files (the
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ makedocs(
2626 ]
2727)
2828
29- deploydocs (repo = " github.com/PainterQubits /Unitful.jl.git" )
29+ deploydocs (repo = " github.com/JuliaPhysics /Unitful.jl.git" )
Original file line number Diff line number Diff line change 66# Unitful.jl
77
88A Julia package for physical units. Available
9- [ here] ( https://github.com/PainterQubits /Unitful.jl ) . Inspired by:
9+ [ here] ( https://github.com/JuliaPhysics /Unitful.jl ) . Inspired by:
1010
1111- [ SIUnits.jl] ( https://github.com/keno/SIUnits.jl )
1212- [ EngUnits.jl] ( https://github.com/dhoegh/EngUnits.jl )
Original file line number Diff line number Diff line change 99
1010 Logarithmic scales should be considered experimental
1111 because they break some of the basic assumptions about equality and hashing
12- (see [#402](https://github.com/PainterQubits /Unitful.jl/issues/402))
12+ (see [#402](https://github.com/JuliaPhysics /Unitful.jl/issues/402))
1313
1414Unitful provides a way to use logarithmically-scaled quantities. Some
1515compromises have been made in striving for logarithmic quantities to be both usable and
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ for op in (:(==), :isequal)
201201end
202202
203203# A consistent `hash` method for `Gain` is impossible with the current promotion rules
204- # (https://github.com/PainterQubits /Unitful.jl/issues/402), therefore we don't define one.
204+ # (https://github.com/JuliaPhysics /Unitful.jl/issues/402), therefore we don't define one.
205205Base. hash (x:: Level , h:: UInt ) = hash (x. val, h)
206206
207207# Addition and subtraction
You can’t perform that action at this time.
0 commit comments