Skip to content

Commit

Permalink
Merge pull request #15 from jeremiedb/spline
Browse files Browse the repository at this point in the history
Spline
  • Loading branch information
jeremiedb authored Dec 5, 2022
2 parents da73990 + 26f6616 commit 933eccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "EvoLinear"
uuid = "ab853011-1780-437f-b4b5-5de6f4777246"
authors = ["jeremie <[email protected]> and contributors"]
version = "0.4.0"
version = "0.4.1"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down
2 changes: 1 addition & 1 deletion src/MLJ.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ MMI.iteration_parameter(::Type{<:EvoLinearTypes}) = :nrounds

# Metadata
MMI.metadata_pkg.(
(EvoLinearRegressor),
(EvoLinearRegressor, EvoSplineRegressor),
name = "EvoLinear",
uuid = "ab853011-1780-437f-b4b5-5de6f4777246",
url = "https://github.com/jeremiedb/EvoLinear.jl",
Expand Down

2 comments on commit 933eccd

@jeremiedb
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/73531

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.4.1 -m "<description of version>" 933eccd95e9c9acb75de4633624fa7b483463460
git push origin v0.4.1

Please sign in to comment.