Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.7patch #72

Merged
merged 5 commits into from
Sep 11, 2018
Merged

0.7patch #72

merged 5 commits into from
Sep 11, 2018

Conversation

dmbates
Copy link
Contributor

@dmbates dmbates commented Sep 10, 2018

One change for Julia v0.7 in src/modelmatrix.jl that I had missed earlier. While making that change I also brought the CI script files up to date.

I would really appreciate this PR being merged as it will allow the MixedModels package to pass tests on Julia 1.0. I know that @kleinschmidt has the Terms 2.0 branch for the future of StatsModels. This fix is just so that I can release a new version of MixedModels

@codecov-io
Copy link

codecov-io commented Sep 10, 2018

Codecov Report

Merging #72 into master will decrease coverage by 1.67%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
- Coverage    94.7%   93.03%   -1.68%     
==========================================
  Files           6        6              
  Lines         302      287      -15     
==========================================
- Hits          286      267      -19     
- Misses         16       20       +4
Impacted Files Coverage Δ
src/modelmatrix.jl 96% <0%> (-0.08%) ⬇️
src/formula.jl 87.38% <0%> (-4.28%) ⬇️
src/contrasts.jl 95% <0%> (-0.46%) ⬇️
src/statsmodel.jl 96% <0%> (-0.16%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c75823d...0a2f209. Read the comment docs.

.travis.yml Outdated

after_script:
# push coverage results to Codecov and Coveralls
- julia -e 'using Pkg, StatsModels; cd(joinpath(dirname(pathof(StatsModels)), "..")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder()); Coveralls.submit(process_folder())'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can actually be simplified to just

  - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

.travis.yml Outdated
- julia -e 'using Pkg, StatsModels; cd(joinpath(dirname(pathof(StatsModels)), "..")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder()); Coveralls.submit(process_folder())'
# Update the documentation
- julia -e 'using Pkg; Pkg.add("Documenter")'
- julia -e 'using StatsModels; ENV["DOCUMENTER_DEBUG"] = "true"; include(joinpath(dirname(pathof(StatsModels)), "..", "docs", "make.jl"))'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly this need only be

  - julia -e 'using Pkg; include(joinpath("docs", "make.jl"))'

The DOCUMENTER_DEBUG environment variable can be set explicitly as a Travis environment variable.

@ararslan
Copy link
Member

Thanks!

@ararslan ararslan merged commit f9c247d into master Sep 11, 2018
@ararslan ararslan deleted the 0.7patch branch September 11, 2018 16:30
@dmbates
Copy link
Contributor Author

dmbates commented Sep 11, 2018

And thanks for the review and the corrections.

@Nosferican
Copy link
Contributor

I second releasing a patch version with the missed 0.7 deprecation fix.

@nalimilan
Copy link
Member

JuliaLang/METADATA.jl#17935

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants