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.6.28
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.6.29
Choose a head ref
  • 2 commits
  • 6 files changed
  • 4 contributors

Commits on Feb 28, 2022

  1. Fix missing coeftable method detection. (#252)

    * fix error catching for missing coeftable in show
    
    * explicitly test 1.6
    
    * patch bump
    
    * goodbye 1.0
    palday authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    61de82a View commit details
    Browse the repository at this point in the history
  2. relax some checks on eltypes for contrasts and add tests (#242)

    * relax some checks on eltypes for contrasts and add tests
    
    * actually use CSV
    
    * remove test for different eltype (wrong on 1.0)
    
    * compat bounds for CSV
    
    * drop 1.0, use WeakRefStrings in tests
    
    Co-authored-by: Phillip Alday <me@phillipalday.com>
    Co-authored-by: Alex Arslan <ararslan@comcast.net>
    Co-authored-by: Phillip Alday <palday@users.noreply.github.com>
    4 people authored Feb 28, 2022
    2 Configuration menu
    Copy the full SHA
    4d1138b View commit details
    Browse the repository at this point in the history
Loading