fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
205 stars 54 forks source link

Update shadowed operators #333

Open kevmal opened 1 month ago

kevmal commented 1 month ago

Closes #332

round and log10 in FSharp.Stats.Ops (which is auto opened) shadows existing operators. log10 is equivalent and unneeded. round has a different signature than the existing round function.

Changes:

[Required] please make sure you checked that

[Optional]

smoothdeveloper commented 1 month ago

if we are making breaking changes to Ops members, maybe a good time to remove the AutoOpen?