Closed
Description
From #19598:
-
change parsing of
~
in Base from macro to plain infix operator (fix #20406, parse infix~
as a normal operator #20420) -
change the one user of this as a macro – i.e. StatsModels (WIP: Replace infix ~ for formulas with a model macro JuliaStats/StatsModels.jl#9)
-
update DataFrames to depend on the new version of StatsModels (issue/PR link?)
Activity