File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ v0.6.0 (2024-09-26)
2
+ -------------------
3
+ Changes:
4
+
5
+ * add support for QR solver, preview of GLM.jl version 2.
6
+ * add support for the ` dropcollinear ` keyword argument, following GLM.jl version 1.9.
7
+ Setting it to ` true ` improves solving problems where the model matrix is not full rank.
8
+
9
+ Dependencies and docs:
10
+
11
+ * minimal Julia version bumped to 1.6
12
+ * use JuliaFormatter.jl
13
+ * add typos checks
14
+
15
+ Tests:
16
+
17
+ * improve tests output
18
+
1
19
v0.5.0 (2023-05-12)
2
20
-------------------
3
21
Breaking changes:
Original file line number Diff line number Diff line change 1
1
name = " RobustModels"
2
2
uuid = " d6ea1423-9682-4bbd-952f-b1577cbf8c98"
3
3
authors = [" bertrand <bertrand.lacoste@gmail.com>" ]
4
- version = " 0.5 .0"
4
+ version = " 0.6 .0"
5
5
6
6
[deps ]
7
7
Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
You can’t perform that action at this time.
0 commit comments