Skip to content

Commit 01ad0c7

Browse files
committed
pump v0.11.7
1 parent 364eb8b commit 01ad0c7

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
version:
1313
- '1.10'
1414
- '1.11'
15+
- '1.12'
1516
- 'nightly'
1617
os:
1718
- ubuntu-latest

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# v0.11.7 (Upcoming Release)
1+
# v0.11.8 (Upcoming Release)
2+
3+
4+
# v0.11.7
25

36
- Use `size(x, 1)` and `size(x, 2)` instead of `n, _ = size(x)` and `_, p = size(x)`, respectively.
4-
- Add `v1.11` of Julia in GitHub CI.
5-
- Export font from Plots in bchplot
7+
- Add Julia `v1.11` of Julia in GitHub CI.
8+
- Export font from Plots in bchplot.
9+
- Add Julia `v1.12` to GitHub workflows.
610

711
# v0.11.6
812

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LinRegOutliers"
22
uuid = "6d4de0fb-32d9-4c65-aac1-cc9ed8b94b1a"
33
authors = ["Mehmet Hakan Satman <mhsatman@gmail.com>", "Shreesh Adiga <16567adigashreesh@gmail.com>", "Guillermo Angeris <angeris@stanford.edu>", "Emre Akadal <emre.akadal@istanbul.edu.tr>"]
4-
version = "0.11.6"
4+
version = "0.11.7"
55

66
[deps]
77
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"

0 commit comments

Comments
 (0)