Skip to content

Commit

Permalink
bump to v0.6.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze authored Sep 26, 2024
1 parent 9a72f1d commit af96ef1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v0.6.0 (2024-09-26)
-------------------
Changes:

* add support for QR solver, preview of GLM.jl version 2.
* add support for the `dropcollinear` keyword argument, following GLM.jl version 1.9.
Setting it to `true` improves solving problems where the model matrix is not full rank.

Dependencies and docs:

* minimal Julia version bumped to 1.6
* use JuliaFormatter.jl
* add typos checks

Tests:

* improve tests output

v0.5.0 (2023-05-12)
-------------------
Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RobustModels"
uuid = "d6ea1423-9682-4bbd-952f-b1577cbf8c98"
authors = ["bertrand <[email protected]>"]
version = "0.5.0"
version = "0.6.0"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down

4 comments on commit af96ef1

@getzze
Copy link
Owner Author

@getzze getzze commented on af96ef1 Sep 26, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/116042

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.0 -m "<description of version>" af96ef11586f46291d97474e98003c61beffce33
git push origin v0.6.0

@getzze
Copy link
Owner Author

@getzze getzze commented on af96ef1 Sep 26, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Changes:

  • add support for QR solver, preview of GLM.jl version 2.
  • add support for the dropcollinear keyword argument, following GLM.jl version 1.9.
    Setting it to true improves solving problems where the model matrix is not full rank.

Dependencies and docs:

  • minimal Julia version bumped to 1.6
  • use JuliaFormatter.jl
  • add typos checks

Tests:

  • improve tests output

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Version 0.6.0 already exists

Please sign in to comment.