You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Made `WeightVec` a subtype of `RealVector`
* Added a few tests to weights.jl
* Changed parameterization of WeightVec.
- Parameterization to `WeightVec{S<:Real, T<:Real, T<:AbstractVector}`
- Uses triangular dispatch for julia version passed v"0.6.0-dev.2123"
* Moved constructors out of version check.
* Cleaned up WeightVec constructors.
* Fixed thrown `MethodError` call in `median(::AbstractArray, ::WeightVec)`
0 commit comments