Skip to content
New issue

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

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

Already on GitHub? # to your account

remove support for 1.6 LTS #74

Merged
merged 4 commits into from
Dec 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.8'
- '1.7'
- '1'
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ StatsModels = "0.6.28"
TableOperations = "1.2"
Tables = "1.6"
Turing = "0.20, 0.21, 0.22, 0.23"
julia = "1.6"
julia = "1.7"
5 changes: 4 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# TuringGLM

Documentation for [TuringGLM](https://github.com/TuringLang/TuringGLM.jl).
Documentation for [`TuringGLM`](https://github.com/TuringLang/TuringGLM.jl).
Please [file an issue](https://github.com/TuringLang/TuringGLM.jl/issues/new)
if you run into any problems.

`TuringGLM` supports Julia version 1.7+.
We recommend always using it with the latest stable Julia release.

## Getting Started

TuringGLM makes easy to specify Bayesian **G**eneralized **L**inear **M**odels using the formula syntax and returns an instantiated [Turing](https://github.com/TuringLang/Turing.jl) model.
Expand Down