Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaStats/StatsModels.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.2
Choose a base ref
...
head repository: JuliaStats/StatsModels.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.3
Choose a head ref
  • 2 commits
  • 17 files changed
  • 4 contributors

Commits on Sep 6, 2023

  1. termnames (#299)

    * termnames
    
    * use StatsAPI directly, deprecate old termnames
    
    * deprecations
    
    ---------
    
    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    Co-authored-by: Dave Kleinschmidt <dave.f.kleinschmidt@gmail.com>
    Co-authored-by: Alex Arslan <ararslan@comcast.net>
    4 people authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1632bff View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. VIF and GVIF (#300)

    * VIF and GVIF
    
    * manual entry
    
    * Julia 1.6 compat
    
    * remove dead code
    
    * VERSION check
    
    * tests
    
    * tolerance
    
    * let documenter find the StatsAPI docstring on its own
    
    * efficiency ftw
    
    * piracy check
    
    * fix _find_intercept with nesting
    
    * Aqua 0.7
    
    * add R run for reference values as comment
    
    ---------
    
    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    palday and nalimilan authored Sep 13, 2023
    2 Configuration menu
    Copy the full SHA
    2c73de3 View commit details
    Browse the repository at this point in the history
Loading