JuliaLinearAlgebra / LinearMaps.jl

A Julia package for defining and working with linear maps, also known as linear transformations or linear operators acting on vectors. The only requirement for a LinearMap is that it can act on a vector (by multiplication) efficiently.
Other
303 stars 42 forks source link

Don't load packages in extension other than parent #217

Closed dkarrasch closed 1 year ago

dkarrasch commented 1 year ago

Apparently, this is how it should be done. Non-functional change in any case.

fredrikekre commented 1 year ago

Whats wrong with the current code?

dkarrasch commented 1 year ago

TIL that this is how it should be done: https://github.com/JuliaStats/LogExpFunctions.jl/pull/63 Or was that only true at some intermediate point in development?

dkarrasch commented 1 year ago

Seems like this is not necessary (anymore).