Skip to content

Commit 4fd4c82

Browse files
committed
bump to v0.6.0
1 parent 9a72f1d commit 4fd4c82

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

HISTORY.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
v0.5.0 (2023-05-12)
220
-------------------
321
Breaking changes:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RobustModels"
22
uuid = "d6ea1423-9682-4bbd-952f-b1577cbf8c98"
33
authors = ["bertrand <bertrand.lacoste@gmail.com>"]
4-
version = "0.5.0"
4+
version = "0.6.0"
55

66
[deps]
77
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"

0 commit comments

Comments
 (0)